• 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 Change Deathloss

wullmurt

Member
Joined
Jan 7, 2009
Messages
35
Reaction score
18
Hello everybody.


In My OT i want to change the deathloss of all players. I know now how to change it if you make a new char, but i need a script so i can change all players in database experiense,mana and skill loss to 5 instead of 10.

UPDATE `players` SET `loss_experience`=10;
UPDATE `players` SET `loss_mana`=10;
UPDATE `players` SET `loss_skills`=10;
UPDATE `players` SET `loss_items`=10;

I found this one but don't it just change for new players?


Using Avesta btw.
 
Back
Top