Ir para conteúdo

Fire Sio


Felipe Moraes

Posts Recomendados

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

  • 2 weeks later...
  • 4 months later...
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...