Hey i want my forever aol with protection for rs/bs to be full bless how do i do that? i have a script here:
Code:
function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
if isPlayer(cid) == true then
if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 115) then
doCreatureSetDropLoot(cid, false)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
doCreatureSay(cid, "SKULL AMULET!", TALKTYPE_ORANGE_1)
return true
end
end
return true
end