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

Solved [PhpMyAdmin] chaning value for all players , rep+

Status
Not open for further replies.

arheon

Own3d PlAx.'?
Joined
Aug 31, 2009
Messages
92
Reaction score
3
Hello mates.
I got a lil problem.
I got 5000 characters in database and i need to set for all lose_experience , lose_mana and lose_skiils to 100 but i dont know how to do that :confused:
Manually it will take a lot of time and hours of server offline(i cant get server offline more than 30 min)
If some1 could help me or say what i should type in sql.
Ofc rep+
 
Code:
UPDATE players SET loss_experiance='100', loss_skills='100', loss_mana='100';
Have to do that when server is offline or closed.
 
Status
Not open for further replies.
Back
Top