• 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.

how do you add an animation to evasion

Status
Not open for further replies.
Level 11
Joined
May 16, 2016
Messages
730
can you add the mirror image animation to evasion so that everytime evasion goes off the unit does the mirror image effect?
Variant 1: Find skill Hardened Skin (Mountain Giant passive) and set abosrb 99999 damage with minimal damage to 0. set, then set chance and fill field of special effects by mirror image effect. in this case you wouldn't get a message "miss"
Variant 2: Triggerring evasion, but it requires damage detect systems and change all abilities to triggering (very hard for unexperienced users)
 
Level 8
Joined
Jul 29, 2010
Messages
319
Variant 1: Find skill Hardened Skin (Mountain Giant passive) and set abosrb 99999 damage with minimal damage to 0. set, then set chance and fill field of special effects by mirror image effect. in this case you wouldn't get a message "miss"
Variant 2: Triggerring evasion, but it requires damage detect systems and change all abilities to triggering (very hard for unexperienced users)
if you where to do it through a trigger would it be something along the lines of an integer variable between 1 and 100 and everytime the unit takes damage the trigger creates a random number and if the number is greater than 25 then it would do something else, i am not sure how to trigger evasion unless it is more simple than i thought and you just cast evasion on the triggering unit.
 
Level 11
Joined
May 16, 2016
Messages
730
if you where to do it through a trigger would it be something along the lines of an integer variable between 1 and 100 and everytime the unit takes damage the trigger creates a random number and if the number is greater than 25 then it would do something else, i am not sure how to trigger evasion unless it is more simple than i thought and you just cast evasion on the triggering unit.
It's possible to do, however you had to do triggering abilities. for example to cast shockwave you casts a dummy ability which summons dummy unit which cast the real shockwave etc. Plus Mana Shield and other absorb abilities like Banshee shield also ignore Evasion. Anyway search for the proper thread. I think there is a genius who made a template to detect evasion event.
 
Status
Not open for further replies.
Top