Ir para conteúdo

[ Resolvido ]


Tarintula

Posts Recomendados

Ola,novamente

Va em data/spells/scripts/healing copie um arquivo lua e cole renomeie para manarune e cole isso dentro:

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_YELLOW_RINGS)

setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)

setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

 

function onCastSpell(cid, var)

doPlayerAddMana(cid, 1000000)

return doCombat(cid, combat, var)

end

 

Va em spells.xml e adicione a tag:

<rune name="Mana Rune" id="2276" allowfaruse="1" charges="5" lvl="8" exhaustion="200" maglv="3" aggressive="0" needtarget="1" blocktype="solid" script="healing/manarune.lua"/>

 

Legenda:

Vermelho Quantidade de mana que ira healar

 

Obs: eu usei a spell rune 2276 voce pode botar qualquer outra spell rune que nao tem funçao , se quizer va em items.xml e procure por 2276 e mude o nome de spell rune para mana rune

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

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