PlayerSoloRanking#

class corkus.objects.PlayerSoloRanking#

Represents solo category of PlayerRanking.

property combat#

Shortcut to combat in professions.

Return type:

Optional[int]

property professions#

Dictionary containing all of the :py:class`ProfessionType` as keys and player’s places in these leaderboards as keys. Keys are None if not in top 100.

Caution

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

Return type:

Dict[ProfessionType, Optional[int]]

property overall#

Player’s place in overall solo 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]