• 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] Help please!

Extrom

New Member
Joined
Aug 10, 2008
Messages
39
Reaction score
0
Here's my problem,

Everytime I die with blessings, I return to level 1, the tricky part is:

This only happens after I promote the character which mean blessings are fine on > knight, sorc, paladin and druid but once promoted, blessings return them to level 1 after death.

I've tried all kind of blessings talkaction scripts so I do not think the problem lies there.


All kinds of help is appreciated!
 
search in config.lua have to be like this
PHP:
-- Blessings
blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 10
 
That setup is already implemented in my config.lua, as you can see:

-- Blessings
blessings = true
blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecrement = 5
eachBlessReduction = 10
 
Check your creatureevents -> Login -> experience loss should be 10
Same in config.lua -> deathLostPercent should be 10 aswell

Doesn't have anything to do with the talkaction script.

Rep if i helped you!
 
Last edited:
Ok well the lessloss change to 0 instead of 30 did the job of not returning the characters to lv 1, but there is another problem now I didnt notice before:

I lose experience and skills with blessings but not my backpack? hm.
 
Back
Top