Ir para conteúdo
Entre para seguir isso  
cadeath

2 Spell << Turbo e Ultimate Peido >>

Recommended Posts

cadeath    0
cadeath

Primeiro vá na pasta Data > Spells > Instant

Crie um Novo Arquivo no Bloco de Notas e salve como Turbo.lua

No Turbo.lua digite esse código abaixo:

 

 

 

:arrow: Spell: Turbo

attackType = ATTACK_NONE

   animationEffect = NM_ANI_NONE

   

   hitEffect = NM_ME_NONE

   damageEffect = NM_ME_MAGIC_POISEN

   animationColor = BLACK

   offensive = false

   drawblood = false

   

   GreatHasteObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, 0, 0)

   

   function onCast(cid, creaturePos, level, maglv, var)

   centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z}

   ret = doTargetMagic(cid, centerpos, GreatHasteObject:ordered())

   

   if(ret) then

    speed = getSpeed(cid)

    time = 120  --in seconds

    addspeed = (speed*10.9)-56

     

    changeSpeed(cid, addspeed, time)

   end

   

   return ret

   end  

   

 

Depois,abra o Spells.xml na pasta Spells e cole o código abaixo

 

<spell name="Hight Hur"   words="turbo"  maglv="10" mana="155" enabled="1"><vocation id="1" /><vocation id="2" /></spell>

 

>> Spell Testada, Funcionando 100% <<

 

 

:arrow: Spell: Ultimate Peido

area = {

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

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

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

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

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

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

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

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

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

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

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

   }

 

 

attackType = ATTACK_PHYSICAL

needDirection = false

areaEffect = NM_ME_PUFF

animationEffect = NM_ANI_NONE

hitEffect = NM_ME_PUFF

damageEffect = NM_ME_PUFF

animationColor = DARK_BLUE

offensive = true

drawblood = false

 

SpellObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, 0, 0)

 

function onCast(cid, creaturePos, level, maglv, var)

centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z}

 

SpellObject.minDmg = 1500

SpellObject.maxDmg = 3000

 

return doAreaMagic(cid, centerpos, needDirection, areaEffect, area, SpellObject:ordered())

 

end

E no Spells.xml

<spell name="Ultimate Peido" words="exevo gran mas peido" maglv="75" mana="2600" enabled="1" premium="1"><vocation id="1" /><vocation id="2" /></spell>

 

 

---------------------------Screen Shots e Explicações---------------------------

Ultimate Peido - É um Tipo de Ultimate Explosion só que bem mais poderoso,a final como o famoso PUM (exevo gran mas peido)

 

Imagem Postada

 

 

 

Todos os créditos pra Mim porque fui eu que fiz TUDO.

Caso queira editar algo ,pode editar,mais dando os meus devidos créditos.

 

Comentem ai plx =]

 

 

 

 

 

30 ot$ pela Turbo

e 50 ot$ pela Ultimate Peido Please

Compartilhar este post


Link para o post
Dopado    0
Dopado

humm

ja tem uns par dessas spells por ae

:S

utani mega hur, utani big hur...

aeuheauhea

e pensa bem

nao da pa mata um kra q usa isso

e ainda eh por 2 minutos kra 0o

poe 5 segundos q ta + ke bom...

se o kra clikar no map ja era uhaeuhaeuh

criatividade 5 ;P

spell sem bugs 9

media 7

Compartilhar este post


Link para o post
Dave Glorft    0
Dave Glorft

A Turbo é comunzinha ;P

A do peido é original o_O "Amagad".

Compartilhar este post


Link para o post
Domed    0
Domed

é Magia turbo é realmente comun e a do peido naum é lá akelas coisas vc só trokou o efeito e o poder de attake mais o ke vale é a criatividade entaum parabens pelo script

Compartilhar este post


Link para o post
Entre para seguir isso  
  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×