Hi guys everytime i seem to make a character throth the website, the characters coordinates are x=5, y=5, z=7 although in the znote config i have the town set and the new character has this town set just not position. Any solution? Thanks ahead 
Indeed they areAre the temple coordinates correct in the map editor aswell?
Sure i understand it should be in there by default but like i said, it's not in my config. And i know for a fact i didn't delete it.
'posx' => $cnf['default_pos']['x'],
'posy' => $cnf['default_pos']['y'],
'posz' => $cnf['default_pos']['z'],
If you look at engine/functions/users.php in function user_create_character($character_data), can you find anything like this?- - - EDITED - - -
PHP:'posx' => $cnf['default_pos']['x'], 'posy' => $cnf['default_pos']['y'], 'posz' => $cnf['default_pos']['z'],
Make sure that it's compatible with the version you are using though.