Tipo, eu gostaria um script de aol infinito, estou usando esse:
function onDeath(cid, corpse, deathlist)
if(getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 10134 thendoCreatureSetStorage(cid, 111011, getCreatureStorage(cid, 111011) - 1)if getCreatureStorage(cid, 111011) == 0 thendoRemoveItem(getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).uid, 1)elseif getCreatureStorage(cid, 111011) < 0 thendoCreatureSetStorage(cid, 111011, 100)enddoCreatureSetDropLoot(cid, false)endreturn trueend