• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

AAC Temple Position

Ranyo13

ManCausingMayhem
Joined
Aug 22, 2009
Messages
981
Reaction score
39
Sup guyz..
Not sure if this is the right place to post, if it isnt im sorry...
Im usin the gesior aac and im havin a problem, when i create a character through the gesior aac, i try loggin in, it tells me: Temple Position is wrong. Please contact the Administrator.

I wonder how should i fix this and i will rep++ if u help me.. I hope u get me and get the problem..

Thanks alot... ^_^
 
change it in the script (accountmanagement.php, line with SetTownId) or update town_id of sample characters (may not work)
 
he needs to set the town id too, or else they won't be able to login after death. spawn positions usually aren't important, if they're 0 (or invalid/blocked) the server will use temple town position
 
Thanks guyz rep for all of u and free rep++ for lipek too... Thx again guyz

EDIT: One more thing.. I logon level 1... how do i fix it to be 8?
 
Last edited:
change level and exp for knight sample, sorc etc, or execute this:
SQL:
UPDATE `players` SET `level` = 8, `experience` = 4200;
 
Back
Top