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

Reset all Player Positions... how?

young-yeezy-server

New Member
Joined
Feb 17, 2008
Messages
36
Reaction score
0
Hello, I would like to know if it's possible to set all postions of all players with 1 comment or something to 1 postion (temple for example)

Thanks...
 
Go into phpmyadmin and add this to database:
Code:
Update players SET town_id=1;
Update players SET posx=0;
Update players SET posy=0;
Update players SET posz=0;
this will set the temple of all players to 1, change it to the town you want.
 
Back
Top