amuleto que funciona como aol , mas contem 5 cargas .
mas ele não esta sumindo depois que morri 5 vezes.
ajuda ae pra ele sumir depois que morri 5 vezes.
tfs 0.3.6
+rep
<item id="11387" article="a" name="Lucky Clover Amulet">
<attribute key="description" value="this amulet works as amulet of loss and in case of death you lose only 5% of xp." />
<attribute key="weight" value="830" />
<attribute key="slotType" value="necklace" />
<attribute key="charges" value="5" />
<attribute key="showattributes" value="1" />
<attribute key="showcharges" value="1" />
Pergunta
Emooooo 1
amuleto que funciona como aol , mas contem 5 cargas .
mas ele não esta sumindo depois que morri 5 vezes.
ajuda ae pra ele sumir depois que morri 5 vezes.
tfs 0.3.6
+rep
<item id="11387" article="a" name="Lucky Clover Amulet">
<attribute key="description" value="this amulet works as amulet of loss and in case of death you lose only 5% of xp." />
<attribute key="weight" value="830" />
<attribute key="slotType" value="necklace" />
<attribute key="charges" value="5" />
<attribute key="showattributes" value="1" />
<attribute key="showcharges" value="1" />
------------------------------------------------------------------------------
script
function onDeath(cid, corpse, deathList)
local ID_ITEM = 11387
if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == ID_ITEM) then
doPlayerRemoveItem(cid, ID_ITEM, 1)
doCreatureSetDropLoot(cid, false)
doPlayerSetLossPercent(cid, experience, 5)
end
return true
end
Link para o comentário
Compartilhar em outros sites
6 respostass a esta questão
Posts Recomendados