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

Blessings Bug lvl 1 Please help !!

lonaa

New Member
Joined
Jan 8, 2010
Messages
28
Reaction score
1
Hello all, I got a bug concerning blessings/promotion. When a player having blessings without promotion dies dont loose lvls . But if a player with promotion and blessings die he will return back to level 1. I did this.
PHP:
UPDATE players SET loss_experience=100, loss_mana=100, loss_skills=100, loss_containers=100, loss_items=100

And this
PHP:
Lua Code:

        blessingOnlyPremium = "False"
        blessingReductionBase = 30
        blessingReductionDecreament = 5
        eachBlessReduction = 20
But no changes appear. I'm using crying damson 0.3.6pl1.
So what I all need is to no loose levels when having or not having promotion.
Please help me.
Thanks in advance,
Lonaa

P.S: +Rep for the one who solve it.
 
Last edited:
Back
Top