fjvboladao 0 Postado Janeiro 17, 2007 Share Postado Janeiro 17, 2007 data/spells/spells.xml <spell name="Explo Instant" words="explo" maglv="5" mana="70" enabled="1"><vocation id="4" /></spell> crie o arquivo explo.lua em data/spells/instante e adicione nele: area = { {0, 1, 0}, {1, 1, 1}, {0, 1, 0} } attackType = ATTACK_PHYSICAL needDirection = false areaEffect = NM_ME_EXPLOSION_AREA animationEffect = NM_ANI_FIRE hitEffect = NM_ME_EXPLOSION_DAMAGE damageEffect = NM_ME_DRAW_BLOOD animationColor = RED offensive = true drawblood = true HealFriendObject = 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} targetpos = getPosition(var) HealFriendObject.minDmg = (level * 2 + maglv * 3) * 2 HealFriendObject.maxDmg = (level * 2 + maglv * 3) * 3.5 if targetpos.x ~= nil and targetpos.z ~= nil and targetpos.y ~= nil then if math.abs(targetpos.x - centerpos.x) < 18 and math.abs(targetpos.y - centerpos.y) < 14 and targetpos.z == centerpos.z then return doTargetMagic(cid, targetpos, HealFriendObject:ordered()) end end return false end cya! Link para o comentário Compartilhar em outros sites More sharing options...
MazX 0 Postado Janeiro 17, 2007 Share Postado Janeiro 17, 2007 Dava Pra coloca o que ele vaiz i efeito eh tak assim fica dificil de saber ^0^ Link para o comentário Compartilhar em outros sites More sharing options...
fjvboladao 0 Postado Janeiro 17, 2007 Autor Share Postado Janeiro 17, 2007 efeito de explosion rune ... axo q pelo nome jah se percebe neh só q ao invez de ser por rune, eh por instant ;D Link para o comentário Compartilhar em outros sites More sharing options...
Felipe Moraes 151 Postado Janeiro 25, 2007 Share Postado Janeiro 25, 2007 ja vem com essa magia nos ots 7.8...explosion sio ".... Link para o comentário Compartilhar em outros sites More sharing options...
skynagerloas 1 Postado Maio 25, 2007 Share Postado Maio 25, 2007 Tópico contendo somente 1 ou 2 Spells, essa seção é para DataPacks com 3 ou mais Npcs, ~o{Tópico Movido}o~, Abraços. Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados