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

Lua When players die they can not re-enter the server. temple position is wrong! help

oto

New Member
Joined
Apr 8, 2009
Messages
174
Reaction score
0
Location
spain
When players die they can not re-enter the server.
temple position is wrong.

I used this code on mysql for set all positions:
Code:

UPDATE players SET posx = 793, posy = 1014, posz = 7;

but when players death cant enter on server.

please help me!

Thanks

Spain-Ot - Latest News
 
i used this for set player on thais town id 5
UPDATE players SET posx = 32369, posy = 32241, posz = 7;

on my players sample i put this cordenates and town id 5
but when players death cant enter, temple position is wrong

on config.lua is correct positiond and town id. and map editor is ok too
Please help
 
mm can be config.lua positions of account manager or a temple located in map editor idtown
He's using an AAC; not ingame Account Manager.
i used this for set player on thais town id 5
UPDATE players SET posx = 32369, posy = 32241, posz = 7;

on my players sample i put this cordenates and town id 5
but when players death cant enter, temple position is wrong

on config.lua is correct positiond and town id. and map editor is ok too
Please help
Kick all players (/closeserver) and execute:
PHP:
UPDATE `players` SET `town_id` = 5;
Then use /openserver

But make sure that town with ID 5 has a correct temple position (check that in RME)
 
I got the same problem but i want to change the town id to 2.

How and where do i execute the line (UPDATE `players` SET `town_id` = 5;)?? In my case it will be UPDATE `players` SET `town_id` = 2;
 
Back
Top