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.
And this
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.
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
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: