• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Leaderboard/Multiboard

Status
Not open for further replies.
Level 5
Joined
Jun 8, 2009
Messages
101
ok, so Ive created it

It shows the players, But, what do I have to do to make it update properly, see.

Ive been using Lumber as Kill count which is why 0/200 exists.

What do I need to do to add to this

Event--A unit dies
Condition-- Unit=to enemy of player 1= true
Action-- Add +1 to owner of killing units lumber
(this is where leaderboard trigger should go to add to the *0*) /200
 
Event - Any Unit Dies
Condition - Owner of Dying unit is an enemy of Owner of killing unit
set integer=GetPlayerId(GetOwningPlayer(GetKillingUnit()))
set kills[integer]=kills[integer]+1
set the item on multiboard at collumn 1, row (integer) to kills[integer]

if it ends up the wrong row that means you need to do row (integer+1) or something similar.
 
Status
Not open for further replies.
Top