set specific attack animations by item

Status
Not open for further replies.
Level 26
Joined
Feb 2, 2006
Messages
1,504
Hi,
how can I set a specific set of attack animations by an item. For example I have the animations:
Attack Throw 0-3
but I only want them to be used with a specific item.

How do I set the suffix throw by that item?
 
Level 21
Joined
Aug 13, 2011
Messages
739
Assuming the player can only acquire one of the animation change items at a time:
  • Acquire Throw Item
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to ThrowItem
    • Actions
      • Animation - Add the throw animation tag to (Hero manipulating item)
 
Status
Not open for further replies.
Top