Warcraft III resources & community, 2003–2006 · archived

Leaderboard - Kills

4 posts
#1

Leaderboard - Kills

I'm making a snowball war map thing, where you throw snowballs at other players to KO them. How do I create a leaderboard that will record number of kills? How do I add a point to the board when a kill is made?

Also, does killing a unit who then revive with Reincarnation add a point?
#2
no, reincarnation doesn't count as a death.
#3
reincarnation will be a point IF
the trigger like this would be:

unit killed

killing unit = player(x)
killed unit = unit-type "la la la"

set "kill" = ("kill"+1)
chande leaderboard to kills "kill"
revive killed unit
_______________
about spawn point you may just add to that trigger next commands:

set "kill" = ("kill"+1)
chande leaderboard to kills "kill"
revive killed unit
move(instantly) killed unit to (or random or fix ,as map maker wants) location
#4
Or dummy resurrection. But I would move them to a spawn point to prevent camping