Ta Rox ![]()
Mas tenta adicionar mais "Elementos" na magia..tipo os do 8.4 se essa magia for para um OT 8.4..
By Amatou, 10 de jan. de 2009 in Globalevents e Spells
info
Group: Barão
Joined: 07/03/08
Posts: 231
Reputation: +17
Gender: Masculino

Ta Rox ![]()
Mas tenta adicionar mais "Elementos" na magia..tipo os do 8.4 se essa magia for para um OT 8.4..
info
Group: Campones
Joined: 10/12/08
Posts: 40
Reputation: 0
Tibia Character: Lord Vortexx

Poi uma SS aew
Flwz
OBS:os efeitos sao meiu piorzao né pq ela e pra 8.00.
KRa Poim uma SS pra ver como é .. Assim taria mais facim pra nois aki! ![]()
info
Group: Artesão
Joined: 04/01/09
Posts: 133
Reputation: +1
Tibia Character: GOD King

SS pls
info
Group: Campones
Joined: 03/01/09
Posts: 16
Reputation: 0
Tibia Character: Felipew Vida Loka
Primeiro va em data/spells abra o arquivo spells.xml e cole isso
depois vá em \data\spells\scripts\ se for 8.4 vá em \data\spells\scripts\attack
copie qualquer arquivo e renomeie para Exevo Gran Mas Energy apague tudo do arquivo e cole isto..
{0, 0, 0, 0, 0, 0, 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, 0, 1, 1, 1, 1, 0},
{0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0},
{0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0},
{0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0},
{0, 1, 1, 1, 1, 0, 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, 0, 0, 0, 0, 0, 0},
}
attackType = ATTACK_ENERGY
needDirection = false
areaEffect = NM_ME_EXPLOSION_AREA
animationEffect = NM_ANI_ENERGY
hitEffect = HitEffect
damageEffect = NM_ME_EXPLOSION_AREA
animationColor = RED
offensive = Offensive
drawblood = DrawBlood
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 = 1000
SpellObject.maxDmg = 10000
return doAreaMagic(cid, centerpos, needDirection, areaEffect, area, SpellObject:ordered())
end
Ty All ;*