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

warning! and second leaderboard?

Status
Not open for further replies.
oops i meant MULTIBOARD :D
How do I make if specific unit is attacked(with ID) to display in the center of the screen or I don't know... like a warning, a waring message? - like these of wc3 low upkeeper,high upkeeper?
Can I have a second multiboard in the game? Cause if I can I would put their the life of the unit being attacked...
is the multiboard seen by all? Im thinking of where to display the life of the unit being attacked?
 
Level 12
Joined
Mar 24, 2011
Messages
1,082
Depends on how much players you want it to work for and how exactly.
Thats the most basic of basic example:
  • event
  • Unit - A unit is actaked
  • condition
  • (Triggering unit) equal to SomeUnit
  • action
  • Game - Display to (All players) the text: ((Name of (Triggering unit)) + was atacked)
  • Trigger - Turn off (This trigger)
  • Wait - 30 sek
  • Trigger - Turn on (This trigger)

You can have many multiboards BUT only one of them can be displayed to each player at the same time.
 
Level 12
Joined
Mar 24, 2011
Messages
1,082
Want a video tutorial ? Sorry, I don't offer.

gokm.png
 
Level 12
Joined
Mar 24, 2011
Messages
1,082
-_-

1st - Whrite in ENGLISH
--- This is an international site and ~99.5% will not understand what the hell you want.
--- Half the giberish you whrote is not understandable(espetialy the stuff in bulgarian) so don't go at me with "You don't know what I am asking about"
--- I am prety sure there is some rule about whriting in english

2nd - Epic fail ? How ? What I pointed you at is exactly the
  • Game - Display to (All players) the text: ((Name of (Triggering unit)) + was atacked)
If you are asking about something else specify, I don't read minds or something.

3rd - Spaming your thread ?? I think you are spaming your own thread more than me. I, unlike you, am answering your questions however stupid and reasonless they are, as I am concerned because I know exactly what means each line I whrote and what it does. The thing that I got a thing whrong at first is because I don't even look what the hell is the command called when you chose it as I know it is the first and second of the "Game" section.

4th - This is the whrong forum section you are whriting in. This section is for people who already have some trigger or script started and need help fixing it. The section which this thread should be is World Editor Help Zone


Regarding your last question: I am pretty sure that you can't. I may not be right whith this one. You may change what those messages say. They are saved in a text file which you edit (in notepad).
You can move the messages which I showed you but I think they can be moved only verticaly (not sure if they can be moved horizontaly) Edit// Somebody correct the whrong parts, if any. //



I am not going to whrite anymore at this thread or any question you have from now on so you can live peacefully.

Regards, Nedio95
 
Last edited:
Level 28
Joined
Sep 26, 2009
Messages
2,520
You can change only this:
Game Interface -> "General - |Cffffff00Low Upkeep", "General - |Cffff0000High Upkeep", "General - |Cff00ff00No Upkeep".

Game Constants -> "Upkeep - Food Levels"

I don't think you can make custom warning like the upkeep (because you must set this up in the interface and constants, thus it cannot be dynamic)
 
Status
Not open for further replies.
Top