Ir para conteúdo

Mindrage's Spellmaker 0.68B


Alissow

Posts Recomendados

  • 1 month later...

Vei so uma coisa como criar spell pelomenos passa link video que mostra fazendo pelo spell maker

pq quando coloko da [sPELL] o codigo e esse plink.gif

-----------------This Spell was made with Mindrage's Spell Maker v0.56b ---------

--Do not post the spells in any forum without this line or you will be caught!---

--This Software is free to use and can't be for for real-life values!------------

local combat1 = createCombatObject()

setCombatParam(combat1, COMBAT_PARAM_TYPE, 8)

setCombatParam(combat1, COMBAT_PARAM_BLOCKARMOR, 1)

setCombatParam(combat1, COMBAT_PARAM_BLOCKSHIELD, 1)

setCombatParam(combat1, COMBAT_PARAM_EFFECT, 6)

setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 40)

setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -1000000, -1E+07, -10, -10)

--=======================================================================

 

 

 

 

local area1 = {

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

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

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

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

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

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

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

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

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

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

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

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

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

--=======================================

 

 

 

 

setCombatArea(combat1, createCombatArea(area1))

 

 

 

function onCastSpell(cid, var)

addEvent(doCombat, 10, cid, combat1, var)

end

Se conseguir arrumar me avisa hi.gif

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...