Ir para conteúdo

Exevo Gran Ice


Mimow

Posts Recomendados

Exevo Gran Ice "By Mimow'S"

Para Sorcerer

 

Na pasta data/spells abra o documento spells XML e adicione:

 

<instant name="exevo gran ice" words="exevo gran ice" direction="0" lvl="50" maglv="30" mana="600" soul="0" exhaustion="1" prem="1" enabled="1" script="exevo gran ice.lua"><vocation id="1"/><vocation id="5"/></instant>

 

Na Pasta data/spells/scripts copie qualquer documento LUA e renomeie para exevo gran ice e apague tudo e adicione isto:

 

local combat = createCombatObject()

setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)

setCombatParam(combat, COMBAT_PARAM_EFFECT, 52)

setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -3.0, -150, -1.6, -150)

 

arr = {

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

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

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

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

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

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

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

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

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

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

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

}

 

local area = createCombatArea(arr)

setCombatArea(combat, area)

 

function onCastSpell(cid, var)

return doCombat(cid, combat, var)

end

 

SS:

exevogranicett7.png

 

 

Vlww...Essa é Minha segunda magia!!!

 

Veja também:

Exori Star

 

Link para o comentário
Compartilhar em outros sites

Só não testei o Hit dela ainda...Mas acho que pela formula está bom!

 

♦♦♦Edited♦♦♦

Ahhh...Se vc for usar em seu ot manda uma msg pra mim com o IP ou me add no Msn: memitommaior@hotmail.com

Editado por Mimow
Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
×
×
  • Criar Novo...