Skip to main content

Meta Tracker

Shows the win rate, pick rate, and tier of each hero right on the hero selection screen โ€” data from Dota 2 Plus or Stratz with filtering by rank and position.


Visual (ะ’ะธะทัƒะฐะปั‹)  โ†’  Meta tracker

What it doesโ€‹

The script overlays statistics onto the hero cards in the Hero Grid โ€” both on the lobby screen and on the heroes page in the Dota 2 main menu (the ยซHeroesยป tab). Each card displays:

  • Win rate โ€” the hero's win percentage. The label color changes depending on the value: ๐Ÿ”ด red for a win rate below 50%, ๐ŸŸ  orange for exactly 50%, ๐ŸŸข green for above 50%.
  • Tier (S / A / B / C / D / ?) โ€” a badge with colored highlighting in the top-left corner of the card. The tier is calculated by quintiles among all heroes with a sufficient number of matches (โ‰ฅ100): top 20% = S, next 20% = A, 40โ€“60% = B, 60โ€“80% = C, bottom 20% = D. If there is not enough data, ยซ?ยป is shown.
  • Pick rate โ€” the hero's pick percentage, displayed in the bottom-right corner of the card in blue.

Tier colorsโ€‹

TierColorDescription
S๐ŸŸฃ PurpleStrongest
A๐Ÿ”ต BlueVery strong
B๐Ÿฉต TealAverage
C๐ŸŸ  OrangeWeak
D๐Ÿ”ด RedWeakest
?โšซ GrayNot enough data

Data sourcesโ€‹

The script supports two statistics sources (switched via the Stats setting):

  • Dota 2 โ€” data from Dota 2 Plus. Filtering by rank only is available (no period or position). Ranks: Herald, Guardian, Crusader, Archon, Legend, Ancient, Divine + Immortal.
  • Stratz โ€” Stratz data loaded from JSON files embedded in the script (updated together with script updates). Supports filtering by rank, position, and period (1 day / week).

Settings panel in the interfaceโ€‹

On the ยซHeroesยป page of the main menu, the script adds a side panel to the left of the hero grid. It displays the tier legend and a block of quick settings (data source, rank, position, period) โ€” without needing to open the script menu.


Settingsโ€‹

Mainโ€‹

OptionTypeDefaultDescription
StateToggleOnEnables/disables the overlay on hero cards and the side panel.
Tier listToggleOnEnables/disables the display of tier badges on cards and the tier legend in the side panel.
StatsDropdownDota 2Data source: Dota 2 (Dota Plus data) or Stratz (external statistics with filtering by position and period).

Only when source is Dota 2โ€‹

OptionTypeDefaultDescription
RankDropdownHeraldThe rank for which statistics are displayed. Options: Herald, Guardian, Crusader, Archon, Legend, Ancient, Divine + Immortal.

Only when source is Stratzโ€‹

OptionTypeDefaultDescription
PeriodDropdownWeekData period: 1 day or Week.
RankDropdownAll ranksRank for filtering. Options: All ranks, Herald, Guardian, Crusader, Archon, Legend, Ancient, Divine, Immortal, Divine + Immortal.
PositionDropdownAll positionsHero position: All positions, Carry, Mid, Offlane, Soft support, Hard support.