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

[Trigger] Multiboard and Countdown Timer HELP!

Status
Not open for further replies.
Level 1
Joined
May 24, 2006
Messages
4
Okay so it would be very very very great for one of you guys to help me out creating a trigger. I'll give you rep... ;)

Anyways, I just came back to Wc3 and been doing pretty good making my own triggers, like Income, and a bank function. (Every x seconds you get x gold if you have a certain building alive, each building you have adds to that x gold.)

So I need help with a multiboard, and a countdown timer in it.

Multiboard

- I need a multiboard titled Village vs. The Slums
- It needs to have the player name, with their name their player color if you can
- It needs to have one column for kills overall of the other team... not just like hero kills
- Another Column that shows their current income.. it starts at 200, and for every "Bank" building they have, it adds 25 to their income
- A final timer at the bottom that counts down from 15 seconds and keeps reseting back to 15, entitled "Income Timer" if you can



THANK YOU SO MUCH IF YOU CAN DO THIS... I SHALL LOVE YOU FOREVER!
 
Level 6
Joined
Feb 2, 2005
Messages
205
Well making this would be easy tought, but why dont you try doing it yourself? It isnt that hard setting up an Multiboard, plus there are greate tutorials out there (and even in this forum).

Go ahead create your own multiboard, if it doenst work i'll help you, but i wont create an whole trigger for you, if you dont try doing it on your own. When you're creating an Multiboard youself, you can easiely add or change stuff.
 
Level 1
Joined
May 24, 2006
Messages
4
Well making this would be easy tought, but why dont you try doing it yourself? It isnt that hard setting up an Multiboard, plus there are greate tutorials out there (and even in this forum).

Go ahead create your own multiboard, if it doenst work i'll help you, but i wont create an whole trigger for you, if you dont try doing it on your own. When you're creating an Multiboard youself, you can easiely add or change stuff.


The one thing I have no idea how to do is the income part.. I could start the value at 200, but how do I count the ammount of "Banks" they have to have the multiboard add and subtract from the income part?
 
Level 6
Joined
Feb 2, 2005
Messages
205
Well just use an income array (interger).

Do an Trigger where the event checks for completed buildings, condition should be finished building equal to bank. And in the Action do just a set variable

Set income[Number of owner of Triggering Unit] = icome [<-same] + 25

And in the Multiboard you just print the needed array. And if you can kill those banks you can do an simalar trigger which checks for the type of dieing Unit. If you cant create with those tips i'll add an Trigger for the income.
 
Status
Not open for further replies.
Top