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

Teleport to temple error

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
when i say "/t" the account didn't back to the temple my town id is 5
and i need to let all players back to temple
 
Hello a7aa7a,
I'm not sure what you mean but try these:

Go into your database > players > Your Player Name > townid > change to 5

Go to your map editor, press CTRL + T and change the town ID to the correct temple coords

Go to config.lua and change the "Account Manager" details to the town id and coords etc.
Code:
    newPlayerSpawnPosX = xxx
    newPlayerSpawnPosY = xxx
    newPlayerSpawnPosZ = x
    newPlayerTownId = 5
and put the correct coords in.
 
Back
Top