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

[UNIT => Hero] Add glow system

Level 8
Joined
Feb 3, 2008
Messages
146
Hi !
I am gonna tell you how to add essyly a glow to your hero.

1) So first Download the glow model

2) after import it in your map

3) Create an initialisation trigger

4) in your initialisation trigger add this :

  • Initialization
    • Evènements
      • Map initialization
    • Conditions
    • Actions
      • Effet spécial - Create a special effect attached to the origin of Seigneur des cryptes 0015 <gen> using war3mapImported\Glow.mdx
      • For each (Integer A) from 1 to 16, do (Actions)
        • Boucle - Actions
          • Joueur - Change color of (Player((Integer A))) to (Color of (Player((Integer A)))), Change the color of existing units
(the unit attached must be the hero)

And it will work =)
 

Attachments

  • Glow_Hero.zip
    731 bytes · Views: 57
Top