I have a trigger that creates a special effect on unit position when it dies but I dont want it to apply to the illusions created by the Mirror Image spell. I cant get that to work though, it seems that ((Dying unit) is Summoned) Equal to False) doesnt work for this. I have seen "Unit equal to Illusion" in some places but I cant find Illusion in the list in world editor. I have world editor version 1.28f. Can anyone help me make the trigger not apply to the illusions?
-
Smokey
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Unit-Type of (Dying unit)) Equal to Smokey) and (((Dying unit) is Summoned) Equal to False)
-
-
Actions
-
Special Effect - Create a special effect at (Position of (Dying unit)) using Objects\Spawnmodels\Other\IllidanFootprint\IllidanWaterSpawnFootPrint.mdl
-
-