QFX Mythic Rank Data - TW
A lightweight, display-agnostic Mythic+ ranking data provider for the TW region.
This addon contains regional Mythic+ percentile cutoff data sourced from Raider.IO and exposes a public Lua API for other World of Warcraft addons and WeakAuras.
Features
- TW regional Mythic+ cutoff data
- Top 0.1%, 1%, 10%, 25%, and 40% thresholds
- Overall, Horde, and Alliance data
- Regional population data
- Estimated rank ranges based on the player's Blizzard Mythic+ score
- No user interface
- No timers or background processing
- No SavedVariables
- Does not require the Raider.IO in-game addon
- Can be installed together with other QFX Mythic Rank Data region packages
Public API
QFXMythicRankData:IsRegionAvailable("tw")
QFXMythicRankData:GetMetadata("tw")
QFXMythicRankData:GetCutoff("tw", "p990", "all")
QFXMythicRankData:GetCutoffs("tw", "all")
QFXMythicRankData:GetPlayerScore()
QFXMythicRankData:EstimateRank("tw", score, "all")
QFXMythicRankData:EstimatePlayerRank("tw", "all")