Ola, eu tenho o seguinte código, porem nao consigo deixar para ter 1000 cargas de red aol.
function onDeath(cid, corpse, deathList)
if (getPlayerSlotItem(cid, 2).itemid == 10218) and getPlayerSkullType(cid) >= 4 then
doPlayerRemoveItem(cid, 10218, 1)
doCreatureSetDropLoot(cid, false)
end
return true
end