HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Casting Animations

08-10-2003, 05:49 AM#1
Lazurus
Hello everyone,
I am trying to get one of my heroes to play a certain animation whenever they cast their ability (normally they just stand there when casting this particular ability, which is boring) and using triggers, I tried to remedy this. I've trained several methods including designating a seperate variable for the caster, ect, and nothing seems to make the unit play the animation! (If specifics are required, I am trying to get a Dark Ranger to play her casting animations while using an edit of the Monsoon spell.)

- Lazurus
08-10-2003, 02:42 PM#2
hodi
Anim001
Events
Unit - Unit Begins channeling an ability
Conditions
(Ability being cast) Equal to YourMonsoon
Actions
Wait 0.01 seconds
Animation - Play Unit's Whatever animation

doesn´t work without the Wait :////

hodi
08-10-2003, 11:39 PM#3
Lazurus
Thanks! That's awesome hodi! :)
What if I want the animation to repeat, since this is a channeling spell, until the ability is over? I've tried a few thinks involving Qeue (sp?) animations, but none seem to do the trick.

- Lazurus