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

[tfs] Change Temple Position for all

spash

I
Joined
Jul 21, 2007
Messages
182
Reaction score
2
Location
Germany
Hello Guys..
I have just one question...
I changed my Server from Noob RL Map to a the RL Map from Jester.
And now i just wont Delete all Accounts, can u Guys maybe explain me how to set the Temple Position for all? :)

Would be realy Great!
 
Last edited:
go on phpyadmin, click on your database and on SQL injections [donno the real english name since im using a norwegian version]

And in there write:
Code:
UPDATE players SET town_id=1;

Then all players will be teleported to the temple that got town id 1.

If ur using rlmap I think thats Thais.

EDIT:
If you only wanna change their position and not temple position then:
Code:
UPDATE players SET posx=0, posy=0, posz=0

Just replace the " =0 " to the cordinates you want.
 
Last edited:
Back
Top