• 🏆 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!

How to make one hero immune to unholy aura

Status
Not open for further replies.
Level 11
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 64
Joined
Aug 10, 2018
Messages
6,565
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