• 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!

Town Id Help

tsb0314

New Member
Joined
Oct 21, 2009
Messages
220
Reaction score
4
Hi i have recently put up a new server and whenever someone makes a account and character on the wwebsite it sets town id to 2 not 1 like i wanted in config. can someone tell me how i can fix this. the error message is wrong temple position and i use xampp 0.3 8
thanks
 
Change

LUA:
 $config['site']['newchar_towns'][0] = array(2);

to

LUA:
 $config['site']['newchar_towns'][0] = array(1);

Or go to Myphpadmin and change town ID from samples, remember to make town citicen to character!
 
or make the tile where ur chars are being created have a script that on stepIn(I think it occurs when players login) it teleports and changes the town id :)
 
Back
Top