• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with accountmangemt!!

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
950
Solutions
9
Reaction score
570
Location
Darashia
i had a problem i need to fix the townid from the accountmangment.php but wher can i change meny pepol told me you can change it from
PHP:
$player->setTownId($newchar_town);
but how i do that ! :(
 
Hello,

In config.php
PHP:
# Account Maker Config
$config['site']['serverPath'] = "C:/Users//";
$config['site']['useServerConfigCache'] = false;
$config['site']['worlds'] = array(0 => 'OTs name');
$towns_list[0] = array(2 => 'Thais', 3 => 'Enigma', 4 => 'Gengia');
 
Back
Top