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

Workers models needed!!!

Status
Not open for further replies.
Level 19
Joined
Apr 10, 2010
Messages
2,789
It could be.
For the centaur do this:
1. Go here and download the weaponless models. Import the Centaur there to your map.
Link: http://www.hiveworkshop.com/forums/1443092-post16.html
2. The Centaur in weaponless now. Now, download this:
Link: http://www.hiveworkshop.com/forums/models-530/pickel-49415/?prev=search=pickaxe&d=list&r=20
3. Import the pickaxe to your map.
4. Make a trigger like this:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Finishes training a unit
    • Conditions
      • (Unit-type of (Trained unit)) Equal to UNIT NAME
    • Actions
      • Special Effect - Create a special effect attached to the hand,left of (Trained unit) using PICK AXE PATH HERE
      • Set TempEffect[(Player number of (Owner of (Trained unit)))] = (Last created Special Effect)
  • Untitled Trigger 002
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to UNIT NAME
    • Actions
      • Special Effect - Destroy TempEffect[(Player number of (Owner of (Triggering unit)))]
OR make an ability based off sphere or something and make there be one attachment point. Maybe hand,left or hand,right. Then the ability adds the pickaxe effect to the unit. The trigger would just basically add the ability.
 
Status
Not open for further replies.
Top