Leaderboard Production?

hagefade

New Member
Reaction score
1
How do I make a leaderboard for my rpg that shows:
-Player Number
-Player Name
-Player Class
-Player Level
-Dead Or Alive
 

Valmore.za

New Member
Reaction score
0
How do I make a leaderboard for my rpg that shows:
-Player Number
-Player Name
-Player Class
-Player Level
-Dead Or Alive
With a leader board you can only have 2 colums, Player Name and a Integer Value. If you want multiple colums and different values in those collums you are going to need to use a Multi Board.

Just try having a go with a multi board in the GUI, it's not to difficult and you should be able to do what u are asking without any problems

Regards
Rob
 

hagefade

New Member
Reaction score
1
I used a tutorial and made this:

Trigger:
  • Leaderboard
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Set Player_Count = (Number of players in (All players matching ((((Matching player) controller) Equal to User) and (((Matching player) slot status) Equal to Is playing))))
      • Multiboard - Create a multiboard with 4 columns and (Player_Count + 1) rows, titled Players
      • Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Name
      • Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Class
      • Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Level
      • Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to Life
      • For each (Integer A) from 1 to (1 + Player_Count), do (Actions)
        • Loop - Actions
          • Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Show icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the display style for (Last created multiboard) item in column 4, row (Integer A) to Show text and Hide icons
          • Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 4.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 4.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer A) to 4.00% of the total screen width
          • Multiboard - Set the width for (Last created multiboard) item in column 4, row (Integer A) to 4.00% of the total screen width
      • Multiboard - Set the display style for (Last created multiboard) item in column 1, row 1 to Show text and Hide icons
      • Set List = 2
      • Player Group - Pick every player in (All players matching ((((Matching player) slot status) Equal to Is playing) and (((Matching player) controller) Equal to User))) and do (Actions)
        • Loop - Actions
          • Set Multiboard_Spots[(Player number of (Picked player))] = List
          • Multiboard - Set the text for (Last created multiboard) item in column 1, row List to (Player_Colors[(Player number of (Picked player))] + ((Name of (Picked player)) + |r))
          • Multiboard - Set the text for (Last created multiboard) item in column 2, row List to 0
          • Multiboard - Set the text for (Last created multiboard) item in column 3, row List to 0
          • Multiboard - Set the text for (Last created multiboard) item in column 4, row List to 0
          • Set List = (List + 1)
      • Multiboard - Show (Last created multiboard)
 

crazyfanatic

New Member
Reaction score
20
when a unit of the blabla class is created set column x for row number player+1 to blabla, when dead set other column to Dead, when revive set to Alive . I would make it graphicly, but im on my phone - no wc edotor here...
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top