onDeath(creature, corpse, killer, mostDamage, unjustified, mostDamage_unjustified)
if not creature:isMonster() or creature:getMaster() then
return true
end
if not corpse or type(corpse) ~= 'userdata' or not corpse:isContainer() or creature:getType():isRewardBoss()...