promotional bannermobile promotional banner

Gold Digger

Real-time gold tracking. Tracks income, expenses, profit, and gold/hour with source breakdowns, session history, event log, and a clean Blizzard-style UI. Lightweight, no libraries required.

File Details

GoldDigger-3.3.1.zip

  • R
  • Mar 21, 2026
  • 27.91 KB
  • 123
  • 12.0.1
  • Retail

File Name

GoldDigger-3.3.1.zip

Supported Versions

  • 12.0.1

v3.3.1

Fixed

  • AFK taint error in raidsUnitIsAFK("player") can return a "secret boolean" in certain raid contexts (e.g. The Midnight raid), causing a taint error when testing its value; the call is now wrapped in pcall so the error is caught silently and AFK detection continues to work normally in all other contexts
  • Session ID not resetting when Max History is 0sessionCounter was incremented before the maxHistory <= 0 early-return check in SaveSessionToHistory, causing the session ID to climb even when history was disabled; the check now runs before the increment
  • Live session row not updating — the profit, duration, and GPH values in the history window's live session row were set once at window-open time and never refreshed; they now update every second via the existing GD.UpdateUI tick