Track-O-Matic - Revived

Track-O-Matic allows you to track various types of information on the game screen, without having to navigate through a bunch of different UI panels.

File Details

TrackOMatic-v1.4.1

  • R
  • Jun 14, 2026
  • 229.11 KB
  • 52
  • 12.0.7+4
  • Classic TBC + 2

File Name

TrackOMatic-TrackOMatic-v1.4.1.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 11.2.7
  • 2.5.4
  • 1.15.8

TrackOMatic

TrackOMatic-v1.4.1 (2026-06-14)

Full Changelog Previous Releases

  • Release v1.4.1: fix black/invisible item bars on Retail
    Item bar fill color was parsed as hex from the item link's color code, but
    Retail item links use a named color escape (|cnIQ4:...) with no hex digits, so
    every channel parsed to 0 and the bar drew black. TrackOMatic_SetItemBar now
    uses the hex path only for clean 6/8-digit hex colors (Classic, unchanged) and
    otherwise derives the bar color from the item's quality via GetItemQualityColor,
    with a light-grey fallback so the bar is never black.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
  • docs: update GitHub links to new repo location (Pimptasty/TrackOMatic)
    Repository moved from ianjplamondon-cyber/TrackOMatic. Updated the GitHub,
    Releases, and v1.4.0 release-tag links in README and CHANGELOG.
    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com