I have bugged AOL in tfs 0.4, when i die i dont LOSE AOL.
onPrepareDeath script.
if(slotitemOnAmuSlot == AOL) then
remove aol
end
simple as pot ;]
function onPrepareDeath(cid, deathList)
if getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196 then
doCreatureSetDropLoot(cid, false)
doRemoveItem(cid, uid)
end
return true
end