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

helppppp pls

joxun2

New Member
Joined
May 11, 2009
Messages
4
Reaction score
0
Ok im using limannen's 8.42 Armonia SQL server/map and it keeps saying Temple position is wrong. Please contact server admin. I've switched to multiple locations like 50 50 7.... 160 50 7... 51 51 7. None of them work..


Please help me fix this problem. Thanks.


-Joxun2
 
Temple positions are set in your database and in your server's config.lua.

Execute these lines in your SQL-Database:

Code:
UPDATE `Players` SET `posx` = YourCoordinatesHereforPositionX
Code:
UPDATE `Players` SET `posy` = YourCoordinatesHereforPositionY
Code:
UPDATE `Players` SET `posz` = YourCoordinatesHereforPositionZ

Don't run everything at the same time
 
im kinda new so idk where to run it. if you got teamviewer lemme know and ill send some info and add me on msn or something :P
 
Back
Top