• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Lights Under Custom Heroes

Status
Not open for further replies.
Level 2
Joined
Jan 4, 2007
Messages
5
Hi all,

My problem is about new heroes. You know that standard heroes have lights under their body, like on this image:
bloodmage.gif
. Own heroes doesn't have this lights, but I saw at Ultimate Footmen 0.79c map that they can have. My question now how to add these lights under new heroes. I know that it must be added with W3 model editor, i have this tool. Can anyone post here the guide for making this?
 
Level 45
Joined
Jun 3, 2005
Messages
6,982
yes, but its a hard proccess i think.

here, dl this: http://www.wc3sear.ch/index.php?p=Models&ID=112&sid=
then follow this:
Original Post by :ChirusHighwind
------
~All the answers to your heroglow questions~
If You're slow on Triggers:
To attach this, to any unit, make a custom spell(For the Sphere spell, Human, unit). Changes the "Art - Missle" catagories to 0, None, False, 0. Change "Art - Target" to the model file of the hero glow, then change the "Art - Target Attachment Point 1" to "origin", and clear the other two strings. Change the number of attachments ("Art - Target Attachments") to 1. Name your spell to something such as "Hero Aura" and then add it to your unit.
(Note: Make a trigger that so if a unit of this type is built or summoned, its coloring is changed to the color of the player. that will make the hero glow stay the same according to players.)

For Talented Map Makers that just dont get it:
The trigger will look like this:
Hero Aura
Events
Unit - A unit Finishes training a unit
Unit - A unit Spawns a summoned unit
Conditions
((Unit-type of (Summoned unit)) Equal to Type of Your unit) or ((Unit-type of (Trained unit)) Equal to Type of Your unit)
Actions
Special Effect - Create a special effect attached to the origin of (Summoned unit) using Your Model
Special Effect - Create a special effect attached to the origin of (Trained unit) using Your Model

Note: Make a copy of the condition for every unit with the hero aura.

Hope that helps. Hope someone reads it. Hope i can get to sleep tonight thinking about the butterfly effect which i watched last night because i am still thinking about the course of my life and what would happen if i could change it.
-----
 
Status
Not open for further replies.
Top