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

Place zone indicator on minimap

Status
Not open for further replies.
Level 13
Joined
May 10, 2009
Messages
868
Blizzard used triggers to add the custom icon to those zone indicators. Here's their trigger when the map initializes:
  • Init 04 Environment
    • Events
    • Conditions
    • Actions
      • -------- OTHER STUFF--------
      • -------- Special Minimap Icons --------
      • Neutral Building - Change the special minimap icon to UI\Minimap\Minimap-Entrance
      • Unit Group - Pick every unit in (Units of type Zone Indicator (Custom Campaign)) and do (Actions)
        • Loop - Actions
          • Neutral Building - Turn special minimap icon On for (Picked unit)
      • -------- MORE STUFF --------
 
Blizzard used triggers to add the custom icon to those zone indicators. Here's their trigger when the map initializes:
  • Init 04 Environment
    • Events
    • Conditions
    • Actions
      • -------- OTHER STUFF--------
      • -------- Special Minimap Icons --------
      • Neutral Building - Change the special minimap icon to UI\Minimap\Minimap-Entrance
      • Unit Group - Pick every unit in (Units of type Zone Indicator (Custom Campaign)) and do (Actions)
        • Loop - Actions
          • Neutral Building - Turn special minimap icon On for (Picked unit)
      • -------- MORE STUFF --------
That worked! Thank you. :ogre_haosis:
 
Status
Not open for further replies.
Top