| 03-13-2005, 11:28 PM | #1 |
Hello, may someone help me make a leader board thats has player name , kills , deaths? First, the first column would be Players. Then the second colum would be Kills. The third would be Deaths. then the nnumbers of how many times they died and kiled and stuff. Please tell me step by step. like what to click and stuff lol. I would appreciate it, Thanks. |
| 03-13-2005, 11:43 PM | #2 | |
Guest | Quote:
It is not hard... it is best to figure it all our on your own... mess around with the multiboard, since I think it is easier and more customizable... create a multiboard with whatever name, make row 1 column 1 "Players" row 1 column 2 "Kills" etc, then row2 column1 "Player1name" etc. For kills/deaths, just make a trigger that for every time a unit dies, if unit belongs to playerX, then make a variable that is an integer that = playerxkills + 1, then stick that variable where ever it needs to be on the board... good luck |
| 03-13-2005, 11:54 PM | #3 |
i cant figure it out. all i can do is label it but i dont know how to make it to where - column 1 row 2 is playername |
| 03-13-2005, 11:56 PM | #4 |
dude you fiddled with it for like 15 mins try an hour or something when he says look around, dont go take a peek with your eyes shut and call it done |
| 03-14-2005, 12:22 AM | #5 |
Sorry =*( |
| 03-14-2005, 01:03 AM | #6 |
Geez Shadow... Here let me give you an example. Code:
Leaderboard
Events
Time - Every 2.00 seconds of game time
Conditions
Actions
Leaderboard - Create a leaderboard for (All players) titled Some odd stuff
Leaderboard - Add Player 1 (Red) to (Last created leaderboard) with label this is player 1, red and value 5
Leaderboard - Add Player 4 (Purple) to (Last created leaderboard) with label this is player 4, purple and value 6787That means that every 2 seconds a leaderboard is made/updated. Player 1 is added to the leaderboard with the text "this is player 1" (In red because player 1 is red) and the number 5 next to that. Player 4 is added to the leaderboard with the text "this is player 4" (purple because player 1 is purple) and the number 6787 next to that. See, its not so hard. |
| 03-14-2005, 11:38 PM | #7 |
uh? so i cant have player name? like the personms name? and does that trigger u just made update to make it to where if they kill some hero, then it will move up a value? |
| 03-15-2005, 12:17 AM | #8 |
If you want to set it to hero kills, you should look over some variable tutorials and after you get a grasp of this, then set the hero kills to a variable and increment it every time the player gets a kill. The players name is gotten by looking through the string things for player name of player X. |
| 03-15-2005, 09:27 PM | #9 |
Can you tell me how to do the hero kills part 1 step at a time? like tell me what thing to psuh? thanks, sorry for being a newbie |
