AL

Mindrage's Spellmaker 0.68B

Por Alissow, 21 de fev. de 2010 em Ferramentas

otserv
17
8.9k
Mauro0321M
18 de setembro de 2012 às 22:20

Quando solta a magia só aparece a magia e não aparece no default e nem em nada !

 

Alguem podia me ajudar?

 

+Rep

1 mês depois...
ManoGregoryM
30 de outubro de 2012 às 10:52

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