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

[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