Ir para conteúdo

Wild Growth


tibiaa4e

Posts Recomendados

vi q esse forum ta em falta de spells do rl

ai postei aki a wild growth

ela é uma magia q cria uma arvore (as da elf village)na frente do player.

para 7.6 e superiores

igual ao rl tibia só q naum da para cortar com heavy machete (axo)

Naum fui eu que fiz peguei no otfans

Va em spells/instant e copia algum arkivo e renomei para exevo grav vita.lua apague tudo e adicione:

area = {

{0, 1, 0},

{2, 0, 3},

{0, 4, 0}

}

    attackType = ATTACK_NONE

    needDirection = true

    areaEffect = NM_ME_MAGIC_ENERGIE

    animationEffect = NM_ANI_NONE

    hitEffect = NM_ME_NONE

    damageEffect = NM_ME_MAGIC_ENERGIE

    animationColor = GREEN

    offensive = false

    drawblood = false

minDmg = 0

maxDmg = 0

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

SubWildGrowthObject1 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, minDmg, maxDmg)

SubWildGrowthObject2 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 0, 0)

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

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

return doAreaGroundMagic(cid, centerpos, needDirection, areaEffect, area, WildGrowthObject:ordered(),

0, 1, SubWildGrowthObject1:ordered(),

5000, 5, SubWildGrowthObject2:ordered(),

2, 50000, 1499, 1)

end

em spells.xml adicione na parte de spells espontaneas (ultimate explosion,great enegy beam

<spell name="wild growth"  words="exevo grav vita"  maglv="22" mana="220" enabled="1"><vocation id="2" /></spell>

só druids tem ela.

comentem plx

flws

Link para o comentário
Compartilhar em outros sites

nem cara

catei do otfans

:p

catei antes do greh posta tbm

é q eu coloquei no forum esse dias

essa ai é bem velha

eu usei a do greh para fazer a do quara hydromancer

ow onde arruma o tempo é no 5000 né ?

Link para o comentário
Compartilhar em outros sites

  • 5 months later...
  • 2 weeks later...
  • 1 month later...
×
×
  • Criar Novo...