PlayerStatistics#

class corkus.objects.PlayerStatistics#

General Statistics of a Player. This class is based on ClassStatistics.

property total_combat_level#

Sum of combat level across all classes.

Return type:

int

property total_profession_level#

Sum of profession level across all classes.

Return type:

int

property blocks_walked#

Total blocks walked.

Return type:

int

property deaths#

Number of deaths not caused by PVP.

Return type:

int

property discoveries#

Total number of discoveries by player.

Return type:

int

property items_identified#

Total items identified.

Caution

This property is currently bugged and always returns 0. See: Wynncraft/WynncraftAPI#62.

Return type:

int

property logins#

Number of logins to the server.

Return type:

int

property mobs_killed#

Total mobs killed.

Return type:

int

property pvp_deaths#

Total deaths by players in The Nether.

Return type:

int

property pvp_kills#

Total player killed in The Nether.

Return type:

int

property swarms_won#

Total number of Swarm Events won by player.

Return type:

int