Skip to content

Xian55/GearExport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GearExport

A vanilla WoW addon that exports your currently equipped gear as JSON, compatible with the TurtleAtlasLoot Gear Planner.

Features

  • Exports all 17 equipment slots (Head, Neck, Shoulder, Back, Chest, Wrist, Hands, Waist, Legs, Feet, Finger 1 & 2, Trinket 1 & 2, Main Hand, Off Hand, Ranged)
  • Outputs JSON in the exact format the Gear Planner expects for import
  • Provides a scrollable, copy-friendly text window in-game
  • Supports custom set names

Installation

  1. Download or clone this repository
  2. Copy the GearExport folder into your Interface/AddOns/ directory
  3. Restart the game or type /reload

Usage

Command Description
/gearexport Export gear with default name (<CharacterName> Gear)
/ge Short alias for /gearexport
/gearexport My BIS Set Export gear with a custom set name

A window will appear with the JSON output. Use Ctrl+A to select all, then Ctrl+C to copy it to your clipboard.

Import into Gear Planner

  1. Run /gearexport in-game and copy the JSON
  2. Open the TurtleAtlasLoot Gear Planner
  3. Use the Import feature and paste the JSON

Example Output

[
  {
    "name": "Xii Gear",
    "slots": {
      "Back": {
        "itemId": 70008,
        "obtained": true
      },
      "Chest": {
        "itemId": 58030,
        "obtained": true
      },
      "Feet": {
        "itemId": 21388,
        "obtained": true
      }
    }
  }
]

All equipped items are exported with "obtained": true. Empty slots are skipped.

Compatibility

  • Client: Vanilla WoW 1.12
  • Interface version: 11200

About

Export your currently equipped gear as JSON. Compatible with Vanilla WoW 1.12

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages