File Details
Ranker v2026.01.13.01
- R
- Jan 13, 2026
- 45.60 KB
- 154.6K
- 1.15.8
- Classic
File Name
Ranker.zip
Supported Versions
- 1.15.8
Ranker has always provided a high degree of certainty what your next predicted outcome will be. After two and a half years of collecting data, there were barely any new data points identified that clarify some oddities in the game's logic for determining your new rank and progress. Given the robustness of Ranker's logic, I've decided to make the addon faster for everyone by making these two changes:
- Ranker will now stop collecting data locally in SavedVariables.
- Ranker will prune data that you have collected locally for faster loading.
If for some reason you want to keep collecting data locally, you can simple change line 125 and line 126 of Interface\AddOns\Ranker\Ranker.lua to:
local rankerSaveDataDisabled = false local rankerSaveDataPruneEnabled = false

