Ok, lets see:
-- Blessings
-- NOTE: blessingReduction* regards items/containers loss.
-- eachBlessReduction is how much each bless reduces the experience/magic/skills loss.
-- pvpBlessingThreshold is damage percent received from PvP that is required to
-- enable pvpBlessing.
-- fairFightTimeRange is last X seconds from which damage to player counts.
-- Applies to pvp blessing.
blessings = true
blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecrement = 5
eachBlessReduction = 8
pvpBlessingThreshold = 40
fairFightTimeRange = 60
It menas you have a reduction of 30% in first bless + 8, if you have 5 bless, then it reduces 40% + 30%, that's 70% of the loss... So I should change eachBlessReduction to 14 to make a 100% don't loss items exp?
------
Tried doPlayerSetLossPercent(cid, 1, 0), doPlayerSetLossPercent(cid, 1, 10), doPlayerSetLossPercent(cid, 1, 100), doPlayerSetLossPercent(cid, 1, 1000) and no one of them worked...