Ir para conteúdo

Exura Gran Mas Tudu (8.10)


lordvortexx

Posts Recomendados

Primeiro va em data/spells abra o arquivo spells.xml e cole isso

 

<instant name="Mega Healing" words="exura gran mas tudu" aggressive="0" lvl="40" maglv="30" mana="150" soul="0" exhaustion="1" prem="1" enabled="1" script="mega healing.lua"><vocation id="2"/><vocation id="6"/><vocation id="10"/></instant>

 

Agora va em data/spells/scripts copie um arquivo de la abra-o apague oq esta dentro e cole isso no lugar

 

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)

setCombatParam(combat, COMBAT_PARAM_EFFECT, 40)

setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)

setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0.6, -30, 1.2, 0)

 

local arr = {

{0, 0, 1, 1, 1, 0, 0},

{0, 1, 1, 1, 1, 1, 0},

{1, 1, 1, 1, 1, 1, 1},

{1, 1, 1, 3, 1, 1, 1},

{1, 1, 1, 1, 1, 1, 1},

{0, 1, 1, 1, 1, 1, 0},

{0, 0, 1, 1, 1, 0, 0}

}

 

local area = createCombatArea(arr)

setCombatArea(combat, area)

 

function onCastSpell(cid, var)

return doCombat(cid, combat, var)

end

 

 

Salve como mega healing e fexe.Abra seu ot e c divirta

 

 

SS

57330.jpg

 

 

 

Creditos

Mitsocratso

 

 

Flwz t+

Link para o comentário
Compartilhar em outros sites

  • 1 month later...
×
×
  • Criar Novo...