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

Item Attachments

Status
Not open for further replies.
Level 3
Joined
Feb 16, 2008
Messages
40
hey i've been working on how to put a lightsaber on my units and i've followed the steps to do it but it still doesnt show up.
 
Level 14
Joined
Apr 21, 2007
Messages
1,465
Hmm, so you have the light saber mdl imported and you have the unit you want to attach it too. It is rather simple really just go:

Code:
Special Effect - Create a special effect attached to the right(or left) hand of YOURUNIT using LIGHTSABER.mdl

The whole trigger would be something like this:

Code:
Event - Unit - YOURUNIT Acquires an item
Condition - Acquired item equal to LIGHTSABER
Action - Special Effect - Create a special effect attached to the right(or left) hand of YOURUNIT using LIGHTSABER.mdl

You could also add 2 triggers, one for the left hand and one for the right. That way if a unit has both sabers he dual wields.

Hope this helps :)
 
Status
Not open for further replies.
Top