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

Help Fast Tempel Pos

freak15

Professional Hoster
Joined
Dec 31, 2008
Messages
356
Reaction score
2
Location
Sweden
Hello When Ppls create Acc On my Website Its stands Temple Pos Wrong When Thay Logging In. I Fixed Position On 1 char and i did go and die when i die its stands thesame ? Quick Reply Please
And Player Also Gets Lvl 1 When Thay Dies ? And 0 exp Please Help Fast Rep++ for u
 
Hello,

If you use MySql then go to your database and change the position of the Account Manager,
And check the config.lua,..
LUA:
	newPlayerSpawnPosX = 128  -- change it to your start position
	newPlayerSpawnPosY = 103  -- change it to your start position
	newPlayerSpawnPosZ = 7    -- change it to your start position

.. if everything is correct.

Regards,
Shawak
 
Excute this SQL queries:

Code:
UPDATE `Players` SET `posx` = Xcoordinate
Code:
UPDATE `Players` SET `posy` = Ycoordinate
Code:
UPDATE `Players` SET `posz` = Zcoordinate
 
Back
Top