Page 1 of 1

LeaderBoard Help

Posted: Wed Jan 25, 2012 8:58 pm
by DarkJustice12
ok so im setting up a leaderboard but i want it to show Players name and if the unit is dead/alive and how much resources Said player has...any help?

Re: LeaderBoard Help

Posted: Fri Jan 27, 2012 9:55 pm
by DarkJustice12
i feel like im wasting 3ice's time lol

Re: LeaderBoard Help

Posted: Sat Jan 28, 2012 5:03 am
by 3ICE
None of my time has been wasted yet.

Re: LeaderBoard Help

Posted: Sun Jan 29, 2012 4:28 pm
by DarkJustice12
ok i found out its a Multiboard i want...but i cant figure out how to set it up to show resources... is that some kind of scripting? i know im dumb at map making but my brain is fried in highschool + reallife i hope im not troubling you and your Studies in the University

Re: LeaderBoard Help

Posted: Sun Jan 29, 2012 4:30 pm
by 3ICE
You don't necessarily need to confuse yourself with multiboards. A regular old leaderboard can hold three columns of data too. Just concatenate the information into the player's name.

Re: LeaderBoard Help

Posted: Sun Jan 29, 2012 4:34 pm
by DarkJustice12
ahh ok thank you very much :)
btw ill be recommanding this site to alot of friends now just for a heads up

Re: LeaderBoard Help

Posted: Sun Jan 29, 2012 4:40 pm
by 3ICE
You are welcome.
You know what concatenation means, that is awesome. (Not many people do.)

Re: LeaderBoard Help

Posted: Sun Jan 29, 2012 4:41 pm
by DarkJustice12
i wounder if theres a map with an Example of what i need...time to use this google monster everyone talks about..

Re: LeaderBoard Help

Posted: Tue Jan 31, 2012 11:40 pm
by Candlejack
I havn't used World Editor in quite some time but if my memory is as good as i think it is you will need a lot of variables.

To show the players gold value or something you will have to make a variable (called PlayerGold or something) and make it an Array.

What I would do is have PlayerGold(1) be Red's gold, PlayerGold(2) be Blue's gold, ect. (It can help save time).

And what you'll have to do it have the leaderboard display the values of PlayerGold(1) and PlayerGold(2) and all the others where you would want them to be and you would also have to have a seperate trigger that updates the values of PlayerGold(X) every 5 seconds or something, along with updating the leaderboard so that it shows the new value of PlayerGold(X)

I can try to make a simple map of what you're looking for, but I can't promise anything :p

EDIT: Not much use for me creating a map when theres already a hundred out there. This one is very good and gives you all the information you need to design a multiboard with whatever you want.
http://world-editor-tutorials.thehelper ... iboard.php