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

Dont lose level :S

Azoria

New Member
Joined
Jul 10, 2008
Messages
65
Reaction score
1
Helloo ..

I'll got a problem. When poople die they dont lose any level..

Anyone know the reason why?
and how to fix it?
 
Execute this query in phpMyAdmin with your OT server database selected:
PHP:
UPDATE `players`
 SET
 `loss_experience` = '10',
 `loss_mana` = '10',
 `loss_skills` = '10',
 `loss_items` = '10'
 
Back
Top