• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • ✅ The POLL for Hive's Texturing Contest #33 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!

Spell - Target Allowed = minion

Status
Not open for further replies.
Level 4
Joined
Oct 28, 2012
Messages
82
Hello
I want to create a devotion aura that only target my summoned unit.
So I edited the "Target Allowed" field like this:
"air,allies,ground,invulnerable,notself,vulnerable"
And...
Somehow my enemies got buffed too.
 
Level 15
Joined
Aug 31, 2009
Messages
776
That's because of the "Not Self" tag which basically means "Everything except myself" which includes enemies.

Change it to:
Air, Ground, Player Units, Invulnerable, Vulnerable, Allies.

This will automatically ignore the aura bearer itself, but grants the buff to allied units and units you control. If you want to remove allies (so the aura only affects your summoned units), remove the "Allies" tag.
 
Status
Not open for further replies.
Top