HOOLIGANS Gearcheck is a World of Warcraft addon for TBC Anniversary
that exports your equipped gear data as JSON.
What it does:
- Scans all 18 equipment slots and extracts item IDs, enchant IDs, and
gem IDs (up to 4 sockets per item)
- Outputs clean JSON format for use with external tools, spreadsheets,
or loot council systems
Features:
- Custom UI styled to match HOOLIGANS guild addons
- Minimap button with pug mascot icon
- One-click data generation with auto-copy highlighting
- Slash commands: /gc or /gearcheck
Output format:
{"items":[{"id":12345,"enchant":2647,"gems":[24028,24055,0,0]}, ...]}
Use case:
Designed for players to quickly share their current gear setup.