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

Leaderboard - Kills

Status
Not open for further replies.
Level 8
Joined
Oct 2, 2004
Messages
417
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?
 
Level 9
Joined
Nov 27, 2004
Messages
465
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
 
Status
Not open for further replies.
Top