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.
Menu locationโ
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โ
| Tier | Color | Description |
|---|---|---|
| S | ๐ฃ Purple | Strongest |
| A | ๐ต Blue | Very strong |
| B | ๐ฉต Teal | Average |
| C | ๐ Orange | Weak |
| D | ๐ด Red | Weakest |
| ? | โซ Gray | Not 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โ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the overlay on hero cards and the side panel. |
| Tier list | Toggle | On | Enables/disables the display of tier badges on cards and the tier legend in the side panel. |
| Stats | Dropdown | Dota 2 | Data source: Dota 2 (Dota Plus data) or Stratz (external statistics with filtering by position and period). |
Only when source is Dota 2โ
| Option | Type | Default | Description |
|---|---|---|---|
| Rank | Dropdown | Herald | The rank for which statistics are displayed. Options: Herald, Guardian, Crusader, Archon, Legend, Ancient, Divine + Immortal. |
Only when source is Stratzโ
| Option | Type | Default | Description |
|---|---|---|---|
| Period | Dropdown | Week | Data period: 1 day or Week. |
| Rank | Dropdown | All ranks | Rank for filtering. Options: All ranks, Herald, Guardian, Crusader, Archon, Legend, Ancient, Divine, Immortal, Divine + Immortal. |
| Position | Dropdown | All positions | Hero position: All positions, Carry, Mid, Offlane, Soft support, Hard support. |