Skip to content
HomeDocumentation

GoldGetter Documentation

Complete guide to installing, configuring, and using GoldGetter.

Overview

GoldGetter is a gold-making tool for World of Warcraft that overlays a Bloomberg-style trading terminal on the auction house. It combines an in-game addon with a companion desktop app and cloud backend to deliver real-time market data, price analytics, flip detection, crafting profit calculations, and portfolio tracking.

The addon handles the in-game UI — ticker, terminal, charts, scanning, and posting. The companion app bridges the gap between the cloud and your game, syncing fresh price data, delivering alerts, and giving you a full market dashboard even when WoW isn't running.

Requirements

  • World of Warcraft — TBC Anniversary client (Interface 20505)
  • GoldGetter Companion App (included with Premium and Goblin — handles data sync, cloud features, and beta testing)

The free tier works as a standalone addon with no companion app required. Market data comes from your own in-game scans. Premium and Goblin tiers include the companion app for cloud data, and get early access to new features as they enter testing.

Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the GoldGetter folder
  3. Copy it into your WoW AddOns directory:
    World of Warcraft/_anniversary_/Interface/AddOns/GoldGetter
  4. Launch WoW (or /reload if already in-game)
  5. Verify: you should see a scrolling gold ticker bar at the top of your screen

Companion App

The GoldGetter Companion App is a lightweight desktop application that runs alongside WoW. It syncs cloud price data into your addon, uploads your scan results to improve shared data, and provides a full market dashboard you can use outside the game.

How it works: The companion app reads and writes to your addon's SavedVariables files. Fresh data is picked up on login or /reload. Your scan data flows back to the cloud to power the shared price index.

Note: The companion app is available to Premium ($3/mo) and Goblin ($10/mo) subscribers. These tiers get early access to tools currently in testing. Free tier users get the addon — fully functional with scan-based pricing. New features are released to all tiers as they complete testing.

Getting Started

Once installed, GoldGetter runs automatically. Here's what you'll see:

  • Ticker Bar — A scrolling bar at the top of your screen showing item prices and changes. Click it to open the terminal.
  • Terminal Panel — The main interface. Open with /gg or by clicking the ticker. Shows watchlist, crafting, and market data in a tabbed layout.

Add items to your watchlist by Alt+Shift+Ctrl+clicking any item in your bags, or use /gg watch [item name].

Run your first scan at the Auction House with /gg scan. GoldGetter uses Smart Scan — it only checks the top 50 postings per item, so scans are fast and lightweight.

Commands Reference

CommandDescription
/ggToggle the terminal panel
/gg scanRun a Smart Scan at the AH
/gg watch [item]Add an item to your watchlist
/gg unwatch [item]Remove an item from your watchlist
/gg tickerToggle the ticker bar
/gg bagsOpen the bag scan panel
/gg exportExport your watchlist
/gg importImport a watchlist
/gg alert add [item] [above/below] [price]Set a price alert
/gg goal [amount]Set a gold goal (e.g., /gg goal 5000g)
/gg resetReset all saved data and UI positions
/gg helpShow all available commands

Terminal Panel

The terminal is GoldGetter's main interface. It opens as a draggable, resizable panel with six tabs:

  • Home — Gold briefing, net worth breakdown, market movers, top crafts, and market pulse
  • Watchlist — Your tracked items with prices, daily changes, sparkline charts, and bag counts
  • Activity — Filterable log of sales, gold changes, alerts, and trade chat matches
  • Crafting — Every recipe ranked by profit with mat costs, margins, and recommended quantities
  • Flips — Items listed below market value, sorted by discount
  • Settings — Toggle features, configure alerts, sound themes, and UI preferences

Drag the title bar to move. Drag the bottom-right corner to resize. Position and size are saved between sessions. Some tabs are currently in testing with Premium and Goblin subscribers and will be available to all users once testing is complete.

Watchlist

The watchlist tracks items you care about. Add items several ways:

  • Alt+Shift+Ctrl+Click any item in your bags or in chat
  • Type /gg watch [item name]
  • Use a preset pack (JC Pipeline, Herbs, Primals, etc.) from the Crafting tab
  • Import a shared watchlist with /gg import

Each row shows the item icon, name, current price, 24h change, trend sparkline, bag count, price source, and profit margin. Click any column header to sort. Right-click a row to remove it.

Click any item to open a Detail Panel — a pop-out chart with timeframe selection, Bollinger Bands, moving averages, best buy/sell hours, and correlated items.

Crafting Engine

The Crafting tab reads your tradeskill window, calculates mat cost vs. sell price for every recipe, and ranks them by profit. It covers Alchemy, Blacksmithing, Engineering, Jewelcrafting, Leatherworking, Tailoring, and Cooking.

Each recipe shows: cost to craft, expected sell price, profit, margin, a composite score (profit x demand), daily sales rate, and recommended craft quantity. Toggle between learned-only and all recipes (including unlearned ones from the recipe database).

Tip: Use the "+ PROFITABLE" button to bulk-add all profitable recipe outputs to your watchlist so you can track their prices on the ticker.

Portfolio

GoldGetter tracks your total wealth across characters. The Home tab shows a net worth breakdown:

  • Liquid gold on hand
  • Bag inventory valued at market prices
  • Guild bank gold
  • Alt character gold (multi-character tracking)
  • Session stats: elapsed time, net gold earned, gold/hr rate

Daily gold history is saved for up to 365 days. Use the Gold Goal feature (/gg goal 5000g) to set a target and track your progress with a visual progress bar.

Troubleshooting

Ticker shows "No data" or prices are 0

Run a scan at the Auction House with /gg scan to populate prices from your server. If you have the companion app, make sure it's running and syncing. Then /reload.

Terminal won't open

Try /gg reset to reset the terminal position. If the panel opened off-screen after a resolution change, this will re-center it.

Addon doesn't show up in addon list

Verify the folder structure is correct: Interface/AddOns/GoldGetter/GoldGetter.toc. The folder must be named exactly GoldGetter (case-sensitive).

Lua errors in chat

Make sure you're running the latest version. If errors persist, please report them on GitHub Issues with the full error text.

FAQ

Does GoldGetter work on Retail?

Currently GoldGetter is built for TBC Anniversary (Interface 20505). A Retail version is on the roadmap — Goblin subscribers will be the first to test it.

Do I need the companion app?

No. The free addon works standalone with your own scan data. The companion app (available to Premium and Goblin) adds cloud data, push notifications, and an out-of-game dashboard. Features tested there are rolled out to the free addon over time.

Is this against the ToS?

No. The in-game addon uses the official WoW addon API. It does not automate gameplay, modify memory, or inject code. The companion app communicates via SavedVariables files, which is the standard method used by all data-driven addons.

How often do prices update?

In-game prices update every time you scan (/gg scan). With the companion app, cloud data syncs every 15 minutes on Premium or every 5 minutes on Goblin. New data is loaded on login or /reload.

What is GoldGetter Sync?

GoldGetter Sync is a shared price index powered by scan data from subscribers on your server. The more people scanning, the better the data gets for everyone. Currently being tested with Goblin subscribers before wider rollout.