Warcraft III resources & community, 2003–2006 · archived

Kill Counter

6 posts
#1

Kill Counter

I think the kill counter is simple but i dont know how to create one :).

May Someone tell me how.
#2
You're probably referring to a leaderboard.

You need to create a leaderboard and assign it to a variable. Add any players in the game to it.

Then make a trigger that happens whenever something that counts as a "kill" dies. Increase the value assigned to the player that owns the killing unit, and, if you want, sort the leaderboard.
#3
u mean leader board are those score like UI that shows of how many frags or hero kills that you get in the game right?

sounds cool and i always want to learn it, can someone teach me?
#4

Panto

Hey panto can you give me a more specific way of creating the leaderboard with kills.

I got the leaderboard working with the players name and the value.

Im having trouble adding 1 to the value on leaderboard for each kill by a player
#5
Open WarChasers and look at the trigger :D
#6
That'd work.

You'll need to get the value for that player, add 1 to it, and put it back in whenever something dies.