1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

LeaderBoard Addition

Discussion in 'Suggestions / Ideas' started by tippertopper, Oct 27, 2014.

Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. tippertopper

    tippertopper Well-Known Member

    Joined:
    Aug 31, 2013
    Messages:
    883
    Ratings:
    +166
    So, ye. I type my name in on the War leaderboard. Correct? Yes.

    It says 'rank 1' next to my name...

    My idea, is that it should display where you are in the world, if you're not in the top 50. So like, I search my name, and it says like rank 76 - which is roughly where I would be, instead of the one.
     
    • Agree Agree x 4
    • Like Like x 2
  2. joshdog2014

    joshdog2014 Well-Known Member

    Joined:
    Jun 21, 2014
    Messages:
    752
    Ratings:
    +54
    Yeah this is annoying you can see your stats but not what place you are. +1
     
  3. King_Daan

    King_Daan Well-Known Member

    Joined:
    Jan 13, 2014
    Messages:
    1,205
    Ratings:
    +567
    I guess they are working on that.
    I agree with you, I remember the old leaderboard where you could see on what place you were. Loved those.
    +1
     
  4. TheParakeetLover

    TheParakeetLover Well-Known Member

    Joined:
    Jan 27, 2014
    Messages:
    220
    Ratings:
    +144
    Great idea, then others can work to the top 50! :smile: +1
     
  5. JaydenChadd

    JaydenChadd Former SMod / Community Manager

    Joined:
    Apr 14, 2014
    Messages:
    2,641
    Ratings:
    +846
    Plus one, unless Putty is already working on it.
     
  6. GENERAL_UNICORN

    GENERAL_UNICORN Active Member

    Joined:
    Aug 8, 2014
    Messages:
    105
    Ratings:
    +15
    Awsome and it wouldnt be to hard to implement. Good thinking.
     
  7. chickenputty

    chickenputty License & registration?

    Joined:
    Jul 28, 2013
    Messages:
    7,724
    Ratings:
    +5,463
    Discord:
    Putty#9999
    • Funny Funny x 1
  8. Phanta

    Phanta Well-Known Member

    Joined:
    Jan 1, 2014
    Messages:
    2,555
    Ratings:
    +997
    Query every entry in the table and compare their stats

    hue

    Code:
    var above = 1
    var entries = sql.getTable("warPlayers")
    var thisLevel = entries.get("tippertopper").level
    for entry in entries {
          if entry.level > thisLevel {
               above++
          }
    }
    return above
    
    something like that
     
    #8 Phanta, Oct 27, 2014
    Last edited: Oct 27, 2014
  9. tippertopper

    tippertopper Well-Known Member

    Joined:
    Aug 31, 2013
    Messages:
    883
    Ratings:
    +166
    What the? Dafuq. No just no.


    Now you're just being smart.
     
Loading...
Similar Threads Forum Date
Leaderboard clan addition Ideas Jan 2, 2015
Idea Additions to the Leaderboard MC-WarZ Oct 16, 2014
Option to HIDE LEADERBOARD STATS Suggestions / Ideas Oct 26, 2020
Idea Leaderboard Changes Capture the Flag Aug 23, 2020
Leaderboard Tweak MC-War Jun 30, 2020
Thread Status:
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...