HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Mirror Image "Learns" Abilities

06-18-2008, 05:02 AM#1
Burning Rose
I found out recently that when a HEro uses Mirror Image, triggers with the "Unit LEarns an Ability" Event will fire for each level of each ability per image. This is bad if you use the totally non-MUI version of detecting passive ability levels of a Global Variable, like I tried doing.

Figured that would be interesting if it wasn't already known. If not, nevermind :P.
06-19-2008, 09:35 AM#2
Gorman
would be easy to fix just by adding a check for unit classification lol, but nice for preventing bugs in other peoples future triggers.
06-19-2008, 10:15 AM#3
The Elite
interesting find
06-19-2008, 09:17 PM#4
Burning Rose
Yeah, I fixed the bug I found it in simply by adding a "Unit is Illusion" Filter.

Apparently, in addition, Mirror Image learns it for both the illusions and the original.
The Item Illusion only does it for the illusion, probably because they don't both move.