gerard95
Keep cool :)
- Joined
- Dec 31, 2011
- Messages
- 276
- Reaction score
- 16
At config.lua, new players have assigned this line: newPlayerTownId = 2.
And they can only choose Thais. Which has TownID= 2, I made it via ZnoteAcc at config.php.
Though, when they make the character, they get TownId = 0 at the database, thought they get teleported to thais. If I do not do anything, once they die, they get Temple position wrong. If I edit the DB adding TownId=2, the temple position thing won't appear.
Any ideas of how to make new characters with TownID=2 ?
Thank you
And they can only choose Thais. Which has TownID= 2, I made it via ZnoteAcc at config.php.
PHP:
$config['towns'] = array(
2 => 'Thais',
Any ideas of how to make new characters with TownID=2 ?
Thank you