- 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:
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
-
Events