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

Sql request!

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
I would like some script to SQL.

But all in position 10000,10000,7
But all with 50 Mana
But all with 185 Life
But all at level 8
But all rep 0
 
Code:
UPDATE `players` SET `posx` = 10000, `posy` = 1000, `posz` = 7, `mana` = 50, `manamax`= 50, `rep` = 0 WHERE `level` < 9
 
Code:
UPDATE players SET posx = 10000, posy = 10000, posz = 7, health = 185, healthmax = 185, mana = 50, manamax= 50, cap = 470, experience = 4200, level = 8, maglevel = 0, manaspent = 0, soul = 100, skull = 0, skulltime = 0, blessings = 0, stamina = 151200000, balance = 0, promotion = 0, rep = 0
 
Back
Top