Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I would like to know how to do remove prevent loss of loot if i die using blessing.
once when you buy in the global prevented only exp /skill.
Now the new system also prevents the loss of loot.
and now I want to know how to remove this prevents loss of the loot if using a complete bless ;S
sorry bad'english, i'm using translated for fast reply. ^_^
I think you have to change this in config.lua
blessingReductionBase = 30
blessingReductionDecreament = 5
to
blessingReductionBase = 0
blessingReductionDecreament = 0
I think you have to change this in config.lua
blessingReductionBase = 30
blessingReductionDecreament = 5
to
blessingReductionBase = 0
blessingReductionDecreament = 0
I did that and now drop the loot..but now i want to know how increase reduction if using bless? because i using all bless, and continue lose 4 levels the each death with or without bless.