HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

A few "advanced" questions>

05-18-2006, 09:09 AM#1
Fulla
- Is it possible to change Neutral Hostiles colour on the minimap?
Wthi triggers I changed their colour, it seems fine on the units, but doesnt alter the colour on minimap?

- How do you do those "advanced" loading screens,
Where they have a custom loading screen, but still keep the Players Loading bit in the center.
Where it says
Player1 - (Loadbar)
Player2 - (Loadbar)
etc. etc.

- If you have an array, how can you do a multiple OR fucntion for all of them in a condition, without making every possiblity.

I have an Array - Player Heroes [1-12]

Event - A Unit Dies
Condition - Killing = Player Heroes [1-12]

Any faster way than, multiple OR
[1], [2], [3], [4] etc. etc.

thank you
05-18-2006, 10:52 AM#2
blu_da_noob
Quote:
- How do you do those "advanced" loading screens,
Where they have a custom loading screen, but still keep the Players Loading bit in the center.
Where it says
Player1 - (Loadbar)
Player2 - (Loadbar)
etc. etc.

Those player loading bars go away as soon as you add text to the loading screen description etc. You'll have to make a custom loading screen image with text on it, which will display behind the loading bars etc.

Quote:
- If you have an array, how can you do a multiple OR fucntion for all of them in a condition, without making every possiblity.

One simple way would be to add all of those heroes to a global group and check if killing unit is in the group as the condition.
05-18-2006, 11:11 AM#3
Fulla
Ah thx, yea the Gorup say seems alot better :-)

Just need the first question answered now.
05-18-2006, 11:22 AM#4
Blade.dk
I don't think you can change the minimap color, for a single unit, no.
05-18-2006, 11:42 AM#5
Vuen
Quote:
Originally Posted by Fulla
- If you have an array, how can you do a multiple OR fucntion for all of them in a condition, without making every possiblity.

It's easy if you just use JASS. Make the trigger for one player, convert the trigger to JASS, then write a loop into the condition.
05-18-2006, 12:34 PM#6
Fulla
Quote:
Originally Posted by Blade.dk
I don't think you can change the minimap color, for a single unit, no.

No sry, I mean for the entire "race" neutral hostile not one unit.

Currently they are brown I think, I wanted them to be Light Blue on minimap
05-19-2006, 09:02 AM#7
Fulla
- Is it possible to change Neutral Hostiles colour on the minimap?

Every unit/building from neutral hostile to a dif colour on minimap.

thank you
05-19-2006, 09:35 AM#8
Pheonix-IV
Stop repeating yourself.

Use the Player - Change Color trigger. Duuh.
05-19-2006, 10:09 AM#9
Fulla
Quote:
With triggers I changed their colour, it seems fine on the units, but doesnt alter the colour on minimap?

Read what I said
05-19-2006, 10:32 AM#10
MaD[Lion]
pheonix read what people says, he repeat himself because tat is the only question left he need answer, and dont wanna know more answers for the solved problems...
05-19-2006, 12:23 PM#11
Fulla
I think it must be built in, neutral hostile always show as brown on minimap?

Thought maybe theres a way to alter it?