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

Firelord stand - 2 animation name problem

Status
Not open for further replies.
Level 3
Joined
Jan 1, 2008
Messages
29
Hi guys,

I just created a cool spell, .. whatever.. the matter is:

I dont know how to call the Firelords stand -2 animation.
Becuse i want to create a trigger where some of the actions contains an animation, which is - actually make the firelord laugh.

In the editor i see the animation name of the "Laughing" Fire Lord, it says "stand-2" But it doesnt working.
It works verry well with "attack" for example, but i dont know whats the name of that Laughing, stand - 2,

Anyone know ???
 
Delete Required Animation Names and
  • Trigger
  • Events
    • Unit - A unit starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to X
  • Actions
    • Custom script: call SetUnitAnimationByIndex (GetTriggerUnit(), 1)
Now, do you see that number "1" in the SetUnitAnimationByIndex? Play around with that value, until you find the animation you want. Change it to 2/3/4/...
 
Status
Not open for further replies.
Top