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

Help, willing to pay via paypal.

Tyronel

New Member
Joined
Feb 28, 2010
Messages
116
Reaction score
0
I need to set all players in mysql database to level 8 can you give me the sql query ?
 
Code:
UPDATE players SET level = 8, experience = 4200, health = 185, healthmax = 185, mana = 35, manamax = 35, cap = 470
 
Code:
UPDATE players SET level = 8, experience = 4200, health = 185, healthmax = 185, mana = 35, manamax = 35, cap = 470 WHERE level <= 250
 
Back
Top