Ir para conteúdo

Exevo San Hur


lordvortexx

Posts Recomendados

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

 

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)

setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HOLYAREA)

setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.7, 0)

 

local arr = {

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

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

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

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

{0, 0, 3 ,0 ,0},

}

 

local arrDiag = {

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

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

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

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

{0, 0, 0, 0, 3},

}

 

local area = createCombatArea(arr, arrDiag)

 

setCombatArea(combat, area)

 

function onCastSpell(cid, var)

return doCombat(cid, combat, var)

end

 

Salve como san hur e fexe, agora va em data/spells abra o arquivo spells.xml e cole isso

 

<instant name="San Wave" words="exevo san hur" aggressive="1" direction="1" lvl="30" maglv="20" mana="220" soul="0" exhaustion="1" prem="0" enabled="1" script="san wave.lua"><vocation id="2"/><vocation id="6"/><vocation id="10"/></instant>

 

Salve e fexe.

 

SS

49833.jpg

 

 

Creditos

Mitsocratso

 

 

Flwz t+

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...