• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Mirror Image Issue

Status
Not open for further replies.
Level 17
Joined
Jun 2, 2009
Messages
1,136
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