• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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 14
Joined
Aug 31, 2009
Messages
775
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.
 
Level 14
Joined
Aug 31, 2009
Messages
775
No problem, I actually had a very similar problem myself about a week ago. I was trying to make an aura that grants mana regen to your buildings (not allies, and not units) and the "Not Self" tag was causing the same problem. Heh.
 
Status
Not open for further replies.
Top