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

Loosing items when died

ScorpiOOn93

etherno.net
Joined
Jun 19, 2008
Messages
662
Reaction score
1
Location
CookieLand :DDD
I have a strange problem.
On my OT when someone dies without an Aol or bless he will loose all of his items (even when he is not a red skull), but when he have aol or all bless he is not loosing anything.

In config I have:
Code:
 	blessingsOnlyPremium = "yes"
	blessingReductionBase = 30
	blessingReductionDecreament = 5
	eachBlessReduction = 8

and in Sql I have:
Code:
 loss_experience 10
loss_mana 10
loss_skills 10
loss_containers 10
loss_items 10

Maybe I have some creaturescript that can change that, I will test it but however now i don't know what's that.
 
Back
Top