promotional bannermobile promotional banner

TBC Gear Exporter

A small World of Warcraft TBC Classic addon that saves the current character's bag and bank items, groups them into categories, lists item stats, quality colors for every item, and shows a localized GUI with an auto-selected AI-ready text export.

File Details

v0.1.1-bcc

  • R
  • Jun 7, 2026
  • 23.44 KB
  • 3
  • 2.5.5
  • Classic TBC

File Name

TBCGearExporter-v0.1.1-bcc.zip

Supported Versions

  • 2.5.5

Changelog

All notable changes to TBC Gear Exporter are tracked here.

[Unreleased]

[0.1.1] - 2026-06-07

  • Redesign the export GUI into a two-column power-user panel with source/filter/format controls, visual item-icon browsing, item-link tooltips, and a separate copyable text-export tab.
  • Localize in-game GUI labels, status text, minimap tooltip, slash help, and scan chat lines for English, simplified Chinese, and traditional Chinese clients.
  • Localize the generated AI prompt from the WoW client locale, including Chinese prompt wording for Chinese clients.
  • Add a class-aware AI prompt block to exports, including Druid bear/cat/healing/caster role lenses.
  • Add export quality filters, including rare-or-better, epic-only, and gear epic-only GUI/slash options.
  • Add item quality colors and colored item names to saved snapshots and exports.
  • Add TBC Wowhead item URLs to saved item snapshots and AI/JSON/Markdown/Text exports.
  • Fix Gear Only exports so consumables/food with INVTYPE_NON_EQUIP_IGNORE are not misclassified as gear.
  • Add export format options for AI Text, JSON, Markdown, and plain Text in the GUI and slash commands.
  • Add /tbcgear json, /tbcgear markdown, /tbcgear text, and export <format> command support.
  • Make scan/export behavior explicit: scans persist snapshots and counts into TBCGearExporterDB, while export opens a popup from the saved local DB.
  • Add a dedicated Export GUI action for opening/selecting saved AI-ready text without doing another hidden scan.
  • Prefer C_Container over legacy bag APIs, fixing clients where legacy calls exist but report zero slots.
  • Add visible scan count messages and /tbcgear debug diagnostics for API, slot, and item-link visibility.
  • Rework the export GUI into a compact opaque panel with item counts, clearer controls, debug, and select actions.
  • Use BackdropTemplate when available so the export window has a readable background on current clients.
  • Bump TBC Anniversary addon interface metadata to 20505.
  • Add a minimap button that opens the AI export GUI on left-click and scans bags/bank on right-click.
  • Add GitHub release packaging that builds a WoW-ready addon zip from TBCGearExporter/.
  • Add package metadata for addon packagers.
  • Document the local Anniversary-client install mirror step.

[0.1.0] - 2026-06-06

  • Add a TBC Classic bag and bank scanner with SavedVariables snapshots.
  • Add an in-game GUI that auto-selects AI-ready export text.
  • Export structured JSON data with character info, scan timestamps, categories, items, locations, links, and stat arrays.
  • Scan bags and bank on open and print chat debug lines.
  • Add local Lua tests with a 99% line coverage gate.