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

Need trigger help, how to attach animation to items??

Status
Not open for further replies.
Level 2
Joined
Jan 22, 2008
Messages
28
Hi, I need help with a trigger for my map, I'm building on a RGP map. In my map I want item-attached swordmodels to have a special animation, but I'm a bit nooby in this so I need help fixing a trigger that adds animations to a unit, when a unit picks up a special item, like if the unit picks up a bow then I want the unit to play a bow-animation. Hope you understand what I mean :hohum:
 
Level 12
Joined
Apr 27, 2008
Messages
1,228
You cannot add (new) animations to units as redscores said.
But you can attach effects.
 
Level 12
Joined
Apr 27, 2008
Messages
1,228
If you have done that correctly:
  • Events:
    • Unit - A unit acquires an Item
  • Conditions:
    • ((Item being manipulated) is "Bow") equal to True
  • Actions:
    • Animation - Play Units blah animation
Just an example. Ain't sure how to call those animations.
 
Level 2
Joined
Jan 22, 2008
Messages
28
Okey I maid it!!! I figured out a trigger myown :) but i used your trigger as a bas , thanks Spiwn!
 
Status
Not open for further replies.
Top