• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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