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

How do i make no experience_loss

there is a few ways to do it, go to vocations.xml and look for less_loss and set it to 100 or on login.lua add
LUA:
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 0)
im on my mobile so il confirm it when i get in but i think thats right. look through the functions list on the sticky.
 
Last edited:
Back
Top