• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved SQL... How i send all players to temple? :D

Xeikh

詠春 ☯
Joined
Oct 23, 2009
Messages
724
Reaction score
17
Hello, can please someone tell me what i need to execute to send all players to temple?

Please:$


Edit
Sorry, done.
 
Last edited:
Try this, just fill in the X, Y, Z coordinates. (For MySQL)
Code:
UPDATE `otserver`.`players` SET `posx` = 'X',`posy` = 'Y',`posz` = 'Z';
 

Similar threads

Back
Top