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.