• 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!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Mirror Image Issue

Status
Not open for further replies.
Level 18
Joined
Jun 2, 2009
Messages
1,236
Hello everyone. I have a major issue with this spell. One of my maps includes spells based Mirror Image. But when we cast Mirror Image, casting unit no more detecting by trigger.
Then i created trigger like this but still not working.

This trigger works well UNTIL this hero casts Mirror Image.

  • Gatotsu First Stance Setup
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Gatotsu First Stance //
    • Actions
      • Set GatotsuFirstStanceUnit = (Triggering unit)
  • Gatotsu First Stance Run
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Gatotsu First Stance //
    • Actions
      • Trigger - Run Gatotsu First Stance Effect <gen> (checking conditions)
      • Unit - Add Gatotsu First Stance // spellbook to GatotsuFirstStanceUnit
      • Player - Disable Gatotsu First Stance // spellbook for (Owner of GatotsuFirstStanceUnit)
      • Wait 4.00 game-time seconds
      • Unit - Remove Gatotsu First Stance // spellbook from GatotsuFirstStanceUnit
How can i solve this?
 
Status
Not open for further replies.
Top