local exhausted_seconds = 0local exhausted_storagevalue = 2362function onUse(cid, item, frompos, item2, topos)if(os.time() > getPlayerStorageValue(cid, exhausted_storagevalue)) thenlocal mana = 20000 -- quantidade de manalocal hp = 20000 -- quantidade de hpdoPlayerAddMana(cid, mana)doCreatureAddHealth(cid, hp)doPlayerSay(cid,"Power is Back!", TALKTYPE_ORANGE_1)local kolor = 95doSendAnimatedText(getPlayerPosition(cid),'+'.. mana .. '',kolor)setPlayerStorageValue(cid, exhausted_storagevalue, os.time() + exhausted_seconds)doRemoveItem(item.uid, 1)elsedoPlayerSendCancel(cid, "You are exhausted.")endend




info
Grupo: Campones
Registrado: 13/03/14
Posts: 35
Reputação: 0
ajuda gente meu serve e o dbz
versão 8.5
o item que esta realando muito e a senzu bean
quero colocar ela para healar 20 mil do life e da mana
eu achei o scripter senzu em data\actions\scripts\other
scripter a baixo