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

Custom Team Colors not being applied?

Status
Not open for further replies.
Level 3
Joined
Dec 19, 2004
Messages
23
Just what it says. Whenever I change the custom team color to something anything in the map that is already hand placed gets the custom color but anything that is made via a unit or trigger is the default player color. Does anyone know how to make is so you can make custom team colored units in-game? Thanks.
 
Level 9
Joined
Nov 27, 2004
Messages
465
Event
Player 1 have a chat message "-change green"
Condition

Do
pick every unit for player 1
loop
___change colour of picked unit to colour of player 7(green one)
turn on trigger "greenP1"

greenP1
evey 1 sec

Do

pick every unit for player 1
loop
___change colour of picked unit to colour of player 7(green one)
turn on trigger "greenP1"

something like this..HEAVY :D
 
Level 9
Joined
Sep 8, 2004
Messages
633
Heavy indeed, heavy lag.

Well, i'm not sure what would be the best, but i'd say make a trigger which fires whenever a unit enters (playable map area), set color to X.

That would be the solution with least lag and stuff.
 
Status
Not open for further replies.
Top