QFX Mythic Rank Data - EU
A lightweight, display-agnostic Mythic+ ranking data provider for the EU 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
- EU 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("eu")
QFXMythicRankData:GetMetadata("eu")
QFXMythicRankData:GetCutoff("eu", "p990", "all")
QFXMythicRankData:GetCutoffs("eu", "all")
QFXMythicRankData:GetPlayerScore()
QFXMythicRankData:EstimateRank("eu", score, "all")
QFXMythicRankData:EstimatePlayerRank("eu", "all")