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

Defend issue with triggers

Status
Not open for further replies.
Level 3
Joined
Jun 15, 2008
Messages
23
I'm having a problem with the defend ability; I'm wondering if it's considered an ability because I tried every kind of event issue kind of like this

Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Counter Stance

When this happens the actions don't trigger... is it a known bug? I tried begin's casting, finished casting, channeling
 
Level 10
Joined
Jun 16, 2007
Messages
415
First try to add a message as the very first action so that it displays when the trigger is executed and you know if it is executed or if not. Then if it isn't, detect the order instead:

  • Events
    • Unit - A unit is Issued an order without a target
  • Conditions
    • Issued Order equal to Human Footman - Defend
  • Actions
    • Do Stuff
 
Level 3
Joined
Jun 15, 2008
Messages
23
Sweet thanks, the issued order worked well! Well, my actions didnt activate but that will be fixed, using your thing i put READY text if it works, and for the issued order it did, not for the ability being cast though. Thanks again!
 
Status
Not open for further replies.
Top