• 🏆 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!

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