• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Need help on creatin leaderboards

Status
Not open for further replies.
Level 2
Joined
Feb 12, 2005
Messages
5
hi im kinda noob and im having trouble on creating a leaderboard.

i wanted to create a leaderboard which shows the players deaths and kills of there unit.
 
Level 8
Joined
Apr 3, 2004
Messages
507
There is a section in the action list with the heading "Leaderboard". Most of your actions will be there.

You need to create a leaderboard, set it to a leaderboard variable, and show it for the players.

You need to loop through all 12 (or however many) players and add them to the leaderboard.

You need to have a trigger that runs when a player kills a unit, and adds one to the value of that player in the leaderboard.

It's much easier to manage than a multiboard. You should be able to figure it out through experimentation.
 
Level 2
Joined
Feb 27, 2005
Messages
19
someone should come up with a tutorial to help people with that

if you have made a leaderboard and it doesnt change then add in a trigger to sort it every 0.2 secs or something
 
Status
Not open for further replies.
Top