Ir para conteúdo

[ACTION] Item que cura HP or MANA


Sttorm

Posts Recomendados

Script

function onUse(cid, item, fromPosition, itemEx, toPosition)local waittime = 3.0 -- Tempo de exhaustionlocal storage = 9999 -- storagelocal pid = getCreaturePosition(cid)local cura = 2000    -- qnt hp/mana vai curar        if exhaustion.check(cid, storage) then       doPlayerSendCancel(cid, " Exausted ... " )       else       doCreatureAddMana(cid, cura) -------- LEIA : ESTA SCRIPT ESTA CONFIGURADA PARA MANA , SE QUISER QUE SEJA HP BASTA MUDAR A PALAVRA " Mana " PARA A PALAVRA " Health "        doPlayerRemoveItem(cid, thing.uid, 1)       exhaustion.set(cid, storage, waittime )       doSendAnimatedText(pid, "+"..cura.."", 65)       end       return trueend       

XML

	<action itemid="13468" event="script" value="ramen.lua"/>

 

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...