- Joined
- Aug 11, 2009
- Messages
- 605
Hi, I need a simple Volley spell. Cast at a targeted point, fires away arrows, all enemies in the area takes (Agility x5) damage. Thats it 
Thanks for any help, +rep ofc
Thanks for any help, +rep ofc
Cluster Rockets. Change Missile Art and Missile Arc and set damage to 0. You could also change the buff, or set the Duration to 0.
u use trigger or Jass?
set T= target point of cast
set Angle=From caster to T
set CAST=Caster
create a dummy unit = arrow
2nd trigger each 0.04 sec move it from cast toward T
and pick evry unit around the ARROW and add do(condition unit in group = damaged unit)if then !nothing! else dmg it for 5x agi
and(add to group(damaged units)
when the arrows reches the MAX RANGE
destroj the unit group for leak