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.2.3.zip

  • R
  • Mar 13, 2026
  • 26.27 KB
  • 83
  • 12.0.1
  • Retail

File Name

GoldDigger-3.2.3.zip

Supported Versions

  • 12.0.1

v3.2.3

Fixed

  • /gd resume logic — the pause check was inverted; the command now correctly resumes a paused session and shows "Session is not paused." only when it actually isn't
  • Session snapshot integritySaveCurrentSession now deep-copies incomeSources, expenseSources, and sessionLog via CopySources/CopyLog to prevent saved snapshots from being mutated by later session activity
  • Max History slider — the OnValueChanged handler was attached before the slider variable was created; it is now correctly registered after maxHistorySlider is fully initialised, and its label reference uses the correct sliderText local
  • Income source tooltip sign — income breakdown amounts now display with a leading + prefix for clarity
  • Timer display in compact mode — the merged timer line now formats both elapsed and limit using GD.FormatTime (e.g. 17m 19s / 1h 0m) instead of only formatting the elapsed portion
  • GD.FormatTime short durations — the function now handles sub-minute values (returns e.g. 45s), clamps negative input to zero, and correctly omits the hours segment when only minutes are needed