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

Windows Everyone to level 1

darkazey

New Member
Joined
Mar 29, 2012
Messages
28
Reaction score
0
HI,

I was wondering.

Alot of people on my server got donates and I would like to do something that everyone returns to level 8 but they keep their donates. Is that possible? and how? please i rep!
 
You shouldn't run that one query that was given...as health/mana will remain whatever it was!
You must run a query like this:

For sorcerer:
UPDATE `players` SET level="8", health_now="185", health_max="185", mana_now="35", mana_max="35" WHERE vocation="1"

Note that this is just an example, I don't know the actual table names etc.
 
Back
Top