Felipe Moraes 151 Postado Janeiro 8, 2007 Share Postado Janeiro 8, 2007 ola,voupostar uma magia de atack feita por mim... va em data/spells/instants/copie,cole e renomeie um arquivo para fire sio...e cole isso: attackType = ATTACK_PHYSICAL 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 * 3 + maglv * 1) * 1 HealFriendObject.maxDmg = (level * 4 + maglv * 2) * 1 + 20 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 em seguida va em actions.xml e cole essa tag: <spell name="fire sio" words="fire sio" maglv="15" mana="80" enabled="1"><vocation id="1" /></spell> para usar ela fale: fire sio "pekeboi (EXEMPLO) Link para o comentário Compartilhar em outros sites More sharing options...
Chakau 0 Postado Janeiro 16, 2007 Share Postado Janeiro 16, 2007 Ja vi essa magia em algum outro forum.... Mlk dê os créditos Link para o comentário Compartilhar em outros sites More sharing options...
morgado4ever 2 Postado Janeiro 17, 2007 Share Postado Janeiro 17, 2007 magia feita por ele... porem simples... exura sio soh q atak de fire Link para o comentário Compartilhar em outros sites More sharing options...
Felipe Moraes 151 Postado Janeiro 23, 2007 Autor Share Postado Janeiro 23, 2007 @Chakau os creditos sao meus @morgado4ever realmente é uma exura sio so que de atack...pelo menos fui eu q fiz 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