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!
First you make a integer variable, with the name kills or something.
Kills
Events
Unit - A unit Dies
Conditions
(Owner of (Killing unit)) Not equal to Player 12 (Brown)
Actions
Set Kills[(Player number of (Owner of (Killing unit)))] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)
Leaderboard - Change the value for (Player((Player number of (Owner of (Killing unit))))) in (Last created leaderboard) to Kills[(Player number of (Owner of (Killing unit)))]
First you make a integer variable, with the name kills or something.
Kills
Events
Unit - A unit Dies
Conditions
(Owner of (Killing unit)) Not equal to Player 12 (Brown)
Actions
Set Kills[(Player number of (Owner of (Killing unit)))] = (Kills[(Player number of (Owner of (Killing unit)))] + 1)
Leaderboard - Change the value for (Player((Player number of (Owner of (Killing unit))))) in (Last created leaderboard) to Kills[(Player number of (Owner of (Killing unit)))]
but first you need to create the leaderboard...... Its easy you can just experiment on it... maybe set the number of rows to (NumberofPlayers +1) and columns to 2. I'm not sure if the trigger above will work, i think leaderboard slots consist of row# and column# but his trigger seems like it only has one slot.
oh right... I'm thinking of multiboards... sorry...... but I guess multi boards are better, you can make every player's kills visible to all and you can minimize them. But if you only need to show kills for the specific player leaderboards are okay...
he wants to show all player kills, so multi boards will definitely be better because if you use leaderboards and you have many players then it will cause a long leaderboard to show on screen which can be a hindrance....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.