Warcraft III resources & community, 2003–2006 · archived

Custom Team Colors not being applied?

4 posts
#1

Custom Team Colors not being applied?

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.
#2
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
#3
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.
#4
Good answers. Thanks.