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

[Solved] strange trigger behaviour

Status
Not open for further replies.
Level 3
Joined
Feb 25, 2009
Messages
38
hey!

i made this skill, that's supposed to start a trigger that swaps a skill with vampiric aura for a certain time. it work's perfectly except for the fact that my hero freezes up once i cast it. i set the cast time and duration of the triggering ability to 0seconds, but still he's just standing there. even after the trigger ended.. i've made countless similar triggers, but never encountered this problem. any idea how to fix?

here's the trigger, and yes, im aware you should not use the Wait string, but i didn't see any ways around it:


  • Untitled Trigger 001
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Blood Hunger(Battle Roar)
    • Actions
      • Unit - Remove Blood Hunger(Battle Roar) from DrunkRider
      • Unit - Add Hungering Strikes(Vampiric Aura) to DrunkRider
      • Wait 30.00 seconds
      • Unit - Remove Hungering Strikes(Vampiric Aura) from DrunkRider
      • Unit - Add Blood Hunger(Battle Roar) to DrunkRider
 
Level 3
Joined
Feb 25, 2009
Messages
38
DrunkRider is the unit that's casting the ability. i like being specific. it's generally the same as (triggering unit). the casted ability is based on Battle Roar, while the swapped ability is based on Vampiric Aura.
 
Status
Not open for further replies.
Top