• 🏆 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!

very simple request...

Status
Not open for further replies.
Level 5
Joined
May 8, 2007
Messages
111
Download http://www.hiveworkshop.com/resources_new/models/80/
1.Open up your World Editor.
2.Open the Import Manager.
3.Import the downloaded file.
4.Delete the wc3imported\ from the filename prefix.
5.Close and save the map.
6.Open the map up.
7.Create a custom ability based off Sphere.
8.Change Art - Target to imported hero glow.
9.Remove all the attachment points, then create one designated as Origin.
10.Change Target attachments to 1.
11.Select your unit in the Object Editor.
12.Add ability to Abilities - Normal.
13.Create a trigger(This is prob wrong, but I'm noob);
If the unit is being summoned/created
  • Events
    • Unit - A unit Finishes training a unit
  • Conditions
    • ((Unit-type of (Trained unit)) Equal to Ogre Magi)
  • Actions
    • Unit - Change color of (Trained Unit) to (Color of (Owner of (Triggering unit)))
Or if the unit is already on the map
  • Events
    • Map initialization
    • Conditions
    • Actions
      • Unit - Change color of (Ogre Magi0000<gen>) to (Color of (Owner of (Ogre Magi0000<gen>)))
This should work, worked for me.(Trigger is needed because the hero glow will default as red.)

EDIT:Fixed my nub mistakes/typos.
 
Last edited:
Status
Not open for further replies.
Top