Warcraft III resources & community, 2003–2006 · archived

AoE Damage Spell with "Unit - Damage Area"

5 posts
#1

AoE Damage Spell with "Unit - Damage Area"

I've created an AoE spell thats damage is based off of the strength of the user. I used the "Unit-Damage Area" command, but when the spell is fired, it damages allied units as well. Is there any way to make it so it only hits specific targets, such as enemy ground units and non-structures?
#2
Pick up every unit matching condition and just damage it with Unit - Damage Target (or something like that the trigger...).

~Daelin
#3
Ok, I'll try that...




It didnt work...
Heres what I did...

Unit Group - Pick Every Unit within 600 of (triggering unit) matching (matching unit) is A Ground Unit equal to true then Do Nothing.

Unit - Order (triggering unit) to damage (picked unit) for *damage calculations*

When I try the spell, no damage is dealt, and I checked that the damage calculations do not equal 0.
#4
And then not Do Nothing. Instead of the Do Nothing add the action below.

~Daelin
#5
Yeah, I realized that...

Thanks