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

Downgrading Problem

895150

New Member
Joined
Jul 16, 2007
Messages
31
Reaction score
0
Alright i been using this server [8.54] Simple War OT v1.4pl1 - OpenTibia Fans
and it was fine but today something changed and now whenever people die they get downgraded to lvl 1, then the lowlevellock.lua puts them bak to lvl 15, i dono what could be making ppl go strait to lvl 1 when they die any ideas?
 
function onLogin(cid)
local loss = getConfigValue('deathLostPercent')
if(loss ~= nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)

That?
 
Alright well i fixed it by redownloading the server and replacing certain files but the next problem is that the threshold doesnt work? its set to 0 in config.lua but once i hit a few lvls apart i stop getting xp, is there another file i have to change for it to work?
 
Back
Top