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

Illusions with Evasion

Status
Not open for further replies.
What I want : ability. When cast, one Illusion of caster should be created. I want that illusion to have evasion ability, although caster doesn't have evasion as such.

I made a dummy to cast spell based on item illusions, that works fine.

How do I add evasion to illusion?

I tried:
-adding ability (Unit - Add ability) to illusion when it enters map. Doesn't work.
-adding ability to caster, prior to creating dummy, and removing it afterwards. Doesn't work.

I know I could use damage detection and make my own "miss" floating text, but isn't there an easier way?

Suggestions?
 
Level 17
Joined
Mar 21, 2011
Messages
1,597
i am not sure if illusions will have the evasion of the original unit. Not all passive abilities will be given to illusions.
Examples:
-Cleave doesnt work
-Flame Mantle works
-Critical Strike only works for melee
...

you have to try it out, if it doenst work, use damage detection.
 
Status
Not open for further replies.
Top