Wynncraft / WynncraftAPI

Official Wynncraft Public API (Documentation & Issue Tracker)
https://docs.wynncraft.com/
21 stars 10 forks source link

Ranking on player stats is invalid #66

Open MrBartusek opened 2 years ago

MrBartusek commented 2 years ago

Lastest (undocumented) api update which removed chests found also broke player ranking

Current leaderboard: image

All of these endpoints:

Have ranking

"ranking": {
  "guild": null,
  "player": {
    "solo": {
      "combat": null,
      "woodcutting": null,
      "mining": null,
      "fishing": null,
      "farming": null,
      "alchemism": null,
      "armouring": null,
      "cooking": null,
      "jeweling": null,
      "scribing": null,
      "tailoring": null,
      "weaponsmithing": null,
      "woodworking": null,
      "profession": null,
      "overall": null
    },
    "overall": {
      "all": null,
      "combat": null,
      "profession": null
    }
  },
  "pvp": null
}
Nepmia commented 2 years ago

This is know and wasn't caused by chest count removal, it will be fixed at some point but it's not a priority for now