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

[Solved] How to make trigger not apply to Illusions

Status
Not open for further replies.
Level 1
Joined
Oct 21, 2017
Messages
2
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
 
Status
Not open for further replies.
Top