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

Players Question

Big Gunz

Active Member
Joined
Nov 17, 2011
Messages
1,064
Reaction score
32
Location
United States
hey guys can you please tell me how to put all players on my ot level 120 but all skills stay the same I just want to reset the levels thank you.
 
Query this to the database:
SQL:
UPDATE `players` SET `level`='120' AND `experience`='27393800';
 
You'll see SQL next to 'Search' and Structure,
Click on SQL
then copy and paste the query Znote gave you.
then click 'GO'

I'm not sure so, need someone to correct anything if I'm wrong.

Regards,
H4CK3R
 
Back
Top