12 coaches online • Server time: 07:33
* * * Did you know? The most valuable player is Thursdaynight Guitarclub with 96 MVPs.
Log in
Recent Forum Topics goto Post Things we dislike of...goto Post DIBBL Awardsgoto Post NO Seasons! 2016 ski...

Gaining Ladder Points

When you've played a Ladder match, you gain points according to the following formula:

Win:

[your score] += max(1, round(([their score] - [your score])/2))
[their score] -= 1

Tie:

[your score] += max(0, round(([their score] - [your score])/4))
[their score] += max(0, round(([your score] - [their score])/4))

Loss:

[your score] -= 1
[their score] += max(1, round(([your score] - [their score])/2))

Last update: August 20, 2005