Hi, Im making a map that will have a hero using anubarak model, I used warcraft viewer and see a nice animation called "ONHOLDStand Spell Defend", and I wants to change the normal stand positon with this animation on a spell, what I have to do?I tried some strings on a required animation names field on a alternate unit, but it did'nt work.
The only real way to do that without editing the actual model mdl is having a periodic event that checks to see what the unit's current orders are. If current orders are = stop (idle), then use "play unit animation" trigger action in the cinimatics portion to play the animation. -VGsatomi