Iam more or less just missing pvp area in my game.
Now i have an idea wich gives me more control over fights, so i can balance them easier.
And since iam not that high on php, this idea makes it easier for me to overview things.
When a player register, it ends up in DB under: Players
Can i make it a double entry in the DB from one registering. ?
I want to have the player stats under Playermonster also.
And aswell when someone buys a weapon / armor or what ever, it make a double entry under similar tags
Playermonsterweapon, Playermonsterarmor, etc.
I tried this.
This is the Main line. from reguser.php (its working).
$SQL = "INSERT into players(name, password, email, blablablabla...
I tried to make it a double by just putting this under the line above.. (didnt work) =P
$SQL = "INSERT into playermonster(name, password, email, blablablabla...
i also tried:
$SQL = "INSERT into players AND playermonster (blablablabla... didnt work either hehehe
Its probably something easy, but i dont see it