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

Spirit of Vengeance walk animation?

Status
Not open for further replies.
Level 13
Joined
Sep 29, 2008
Messages
672
Unfortunately, u can't make walk as an animation name. It can't use walk animation for spell casting. The walk animation only works when you're unit is walking.

Only way is to edit the model and change the "walk" in the animation sequence to "spell" or something. But then again, it will remove that animation when he walks since it was changed to spell.

There is a way though but will make things more complicated.
Like order unit to walk to a point after casting and use:
call SetUnitX(udg_unit, GetLocationX(udg_Point))
call SetUnitY(udg_unit, GetLocationY(udg_Point))
To return unit to the same position where it casted thus making him walk without moving on his place for a brief momment. But this could bug depending on your triggers or something.
 
Status
Not open for further replies.
Top