Classic Stats Exporter
Your character data, one command away.
Classic Stats Exporter is a lightweight addon for WoW Classic Era / Hardcore that exports your character info — equipped gear and bag contents — in a single string. Paste it into the WoW Stater web app to instantly analyze your stat weights, find gear upgrades, and generate Pawn import strings.
⚔️ Features
- One-command export — Type
/cse and you're done
- Full gear scan — Exports all 19 equipment slots with slot positions
- Bag scan — Scans all 5 bags (Backpack + Bags 1–4) for items
- Copy-ready — Opens a draggable frame with the export string pre-selected, ready to copy
- Zero config — No setup, no settings, no dependencies. Install and go.
- Minimal footprint — Single Lua file, no SavedVariables, no memory overhead
🛡️ How to Use
- Install the addon (drop the
ClassicStatsExporter folder into your Interface/AddOns/ directory)
- Log into your character
- Type
/cse in chat
- A window appears with your export string — Ctrl+C to copy
- Open stats.painda.tools and paste the string
- Get instant stat weight analysis, Pawn strings, and gear upgrade suggestions!
📊 What is WoW Stater?
WoW Stater is a free web-based stat weight analyzer for WoW Classic Hardcore. It takes your export string and gives you:
- Stat Weight Visualization — See which stats matter most for your class
- Pawn Import Strings — Copy-paste ready strings for the Pawn addon (Damage Focus & Hardcore Safety modes)
- Gear Upgrade Finder — Compares your equipped items against the entire Classic item database to find meaningful upgrades
- Inventory Analysis — Shows if you're carrying items that are better than what you have equipped
- Class-specific weights — Tailored stat priorities for every Classic class
🔗 stats.painda.tools
📋 Export Format
The addon generates a string in the format:
CLASS:LEVEL:NAME:RACE:FACTION:EQUIPPED_ITEMS:BAG_ITEMS
- Equipped items include slot position (e.g.
1:12345 = Head slot with item ID 12345)
- Bag items are a comma-separated list of item IDs
💬 Slash Commands
| Command |
Description |
/cse |
Export your character data |
🔧 Compatibility
- Game Version: WoW Classic Era / Hardcore (Interface 11500)
- Dependencies: None
- Conflicts: None known
📝 Changelog
v1.0
- Initial release
- Equipment export (slots 1–19)
- Bag content export (bags 0–4)
- Draggable export window with auto-highlight
Made with ⚔️ for the Hardcore community