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

Changing temple and spawns for players

Apollo

Herban Legend
Joined
Jul 11, 2007
Messages
519
Reaction score
1
Location
Canada
Hey

I am changing my map for my server, and I want to change all temples and spawns of each player.

How can I do this? In my PHPMYADMIN, i opened the players, and clicked SQL, i can only edit the posx, posy, posz.

How can I change the temples?
 
Your server have SQL or XML?

With SQL use a UPDATE `players` SET `posx`="value" AND `posy`="value" AND `posz`="value" This for Forgotten
For Evolution use UPDATE `players` SET `masterpos`="value" AND pos="value"

On value use your temple coords.

On XML you need change all using a PHP script.
 
yeah, when post a question is very important refer what server are use, a version and where other members of forum can download to see and try make a solution for problem.

:D
 
Back
Top