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!
Hi
My Kodo Rider hero has a healing spray ability. Is there a way to have the unit use the drumming animation for healing spray's animation? I've tried all the animation names I know of and none of them seem to work.
He does slam a bit during that animation Anyway you can look at the animation names by placing the unit on the map, the one you refer too is probably stand channel - 3 but you'll most likely need to play it via trigger because it's a "rare" animation and you can't specify that only in the ability editor
Oh neat, never noticed that somehow.
Ok so I can get him to play the animation I want now but only when he's not doing anything else with a trigger but healing spray still does slam/spell. Even with a trigger telling him to use Stand Channel 3 and when I leave the healing spray's animations blank. Is there a way to override healing spray's animation?
The native SetUnitAnimationByIndex(unit, integer) can be used to set a units animation using integer value to determine which animation to play. It worked fine for Healing Spray with the event Starts the effect.
On a sidenote. The Walk Channel animation looks kinda funny. I added it with:
Animation - Add the channel animation tag to unit
I forgot an important part related to what you said. Many events have the effect of what that event includes occur later, lets call it a frame later. If one tries to play a custom animation for a spell at an event that occurs just before the actual spell animation is played, the custom animation one tries to play is overridden immediately by the spells animation. In that case one can delay the playing of the custom animation by at least a frame.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.