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

Need help

simkal

New Member
Joined
Jan 21, 2010
Messages
361
Reaction score
3
where can i change so the player dont loose level or items when he dies?
 
Assuming you're using TFS 0.3.6 or newer, you can execute this SQL query to change the loss percents to 0% for all current players, and for new ones in case you're using Gesior/Modern AAC character samples.
SQL:
UPDATE players SET loss_experience=0, loss_mana=0, loss_skills=0, loss_containers=0, loss_items=0
 
Back
Top