• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

How to make one hero immune to unholy aura

Status
Not open for further replies.
Level 12
Joined
Jul 17, 2013
Messages
544
Hi i got 3 heroes, and a trap that gives unholy aura that has negative movement speed when you walk next to it. 2 heroes should be affected by this trap and aura. but the 3 rd one shouldnt be. is there any way to make it working like this?
 

Uncle

Warcraft Moderator
Level 74
Joined
Aug 10, 2018
Messages
7,943
Trigger the effects of the slow.

A unit comes within X range of Trap -> Pick every unit within X range of Trap -> If picked unit is not equal to Hero 3 -> Order a Dummy unit to Slow picked unit (Or better yet, order the Trap to slow the unit)

If that Event won't work then you can Add all of the Traps to a Unit Group and change the trigger to:
Every 1.00 second -> Pick every unit in TrapGroup -> Pick every unit within X range of Picked Trap -> If picked unit is not equal to Hero 3 -> Slow
 
Status
Not open for further replies.
Top