PlayerOverallRanking#

class corkus.objects.PlayerOverallRanking#

Represents overall category of PlayerRanking.

property all#

Player’s place in overall all leaderboard. Returns None if not in top 100.

Caution

This property is currently bugged and always returns None. See: Wynncraft/WynncraftAPI#66.

Return type:

Dict[ProfessionType, Optional[int]]

property professions#

Player’s place in overall professions leaderboard. Returns None if not in top 100.

Caution

This property is currently bugged and always returns None. See: Wynncraft/WynncraftAPI#66.

Return type:

Optional[int]

property combat#

Player’s place in overall combat leaderboard. Returns None if not in top 100.

Caution

This property is currently bugged and always returns None. See: Wynncraft/WynncraftAPI#66.

Return type:

Optional[int]