File Details
TokenTracker.zip
- R
- May 8, 2026
- 11.61 KB
- 36
- 12.0.5
- Retail
File Name
TokenTracker.zip
Supported Versions
- 12.0.5
Changelog
Version 5.3
Current Release
Added
- True Net Worth Tracking — Income and expenses are now calculated against your combined total (personal + warband). Moving gold between characters or to/from Warband Bank no longer creates false income/expense entries.
- Separate Reset Commands — Split
/ttresetinto two precise commands:/ttresetsession— Reset session tracking baseline to current combined gold/ttresetdaily— Reset today's daily tracking baseline to current combined gold
- Automatic Token Price Updates — No longer requires visiting the Auction House. Uses
TOKEN_MARKET_PRICE_UPDATEDevent to refresh prices automatically on login and every 5 minutes.
Changed
- Minimap Button — Complete visual overhaul:
- Now uses classic circular
MiniMap-TrackingBorderstyle matching other addons - Positioned dynamically on the minimap edge using
Minimap:GetWidth()math - Right-click drag to orbit around the minimap border (radius locked to edge)
- Left-click toggles the main window
- Now uses classic circular
- Graphs Tab — Cards are now horizontally centered within the tab background.
- Graph Y-Axis Scaling — Token price graph now correctly displays values in gold (was showing millions due to copper/gold unit mismatch).
- Main Window — Increased height to 520 to prevent the Subscription Goal section from extending past the background.
- Chat Print Colors — Fixed all color codes from
|cFF59BFFto proper|cFF59BFFF.
Removed
- Gold Per Hour (GPH) — Removed from Overview tab and all calculations.
- Export/Copy Report — Removed the export button and clipboard functionality.
Fixed
- UI Overlaps — Resolved multiple overlapping elements in Overview and Graphs tabs.
- Date Parsing — Fixed
ParseDateregex that was rejecting valid dates like06/08/2026. - Minimap Button Disappearing — Button now creates on
PLAYER_LOGINwhenMinimapis guaranteed to exist, withpcallfallback positioning. - Minimap Button Alignment — Icon, background, and border ring now use LibDBIcon-standard offsets (
TOPLEFT 0,0border,CENTER 0,0icon at 21×21). - Lua Error — Fixed
attempt to index global 'MainFrame'error by usingaddon.UI.MainFramein minimap click handler. - Highlight Artifact — Removed black square on hover by removing the broken custom highlight texture.

