• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

Mirror image + EVENT_PLAYER_UNIT_SUMMON

Status
Not open for further replies.
Level 19
Joined
Dec 12, 2010
Messages
2,074
Mirror image calls false-positive triggering of EVENT_PLAYER_UNIT_SUMMON event.
Repro:
  • Create a trigger which will register EVENT_PLAYER_UNIT_SUMMON event, add
  • displaying GetSummoningUnit() and GetSummonedUnit() names within trigger's action/condition.
  • Use Mirror image spell ingame.

Expected:
"Blademaster has summoned Blademaster" per every illusion

Result:
"Blademaster has summoned " once (there are no GetSummonedUnit, it returns null just for one instance). Every illusion altough triggers it as well just right.

JRNF.png


On the screen displayed names & handle ids
 
Status
Not open for further replies.
Top