Multi Blast

Status
Not open for further replies.
Level 5
Joined
Nov 4, 2006
Messages
132
Hey I want to create a channeling spell the lasts 3 seconds and each second the channeling unit fires a missle in the direction its facing but when the missle hits a unit it will explode dealing damage in a 300 AOE

I only have a faint idea of how to stop the missles firing if channeling is canceled and I have no idea at all on how to make the missles explode when they hit an enemy unit.

I would prefer GUI as I dont know any jass
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
Add bullet to a group when you create it
every 0.5 seconds
if one of units in bullets group has a nearby enemy unit near it (if count of enemy units in 100 range of bullet is bigger than 0)
explode it deal damage to area
 
Status
Not open for further replies.
Top