AscensionExporter
Export the following from your Ascension (WotLK 3.3.5) client:
- Active talents (current spec only)
- Worn items (equipped gear only), including base enchant text and gems
- Active Mystic/Mythic Enchants (derived from equipped item tooltips)
Installation (Linux path provided by you)
- Copy the
AscensionExporterfolder to:/srv/add01/wow-ascension/Interface/AddOns/AscensionExporter - Ensure the structure is:
/srv/add01/wow-ascension/Interface/AddOns/AscensionExporter/AscensionExporter.toc
Usage
- In-game, type:
/ascx export all— talents + gear + mystic enchants/ascx export talents— only active spec selected talents/ascx export gear— only equipped gear/ascx export enchants— only mystic enchants/ascx export mdgear— equipped gear as a Markdown table (for guides)
- A copyable JSON window will open. Press Ctrl+C to copy.
Export window button
- The export window now has a "MD Gear" button. Click it to populate the window with a Markdown gear table matching the guide format:
- Columns:
Slot | Item | Location | Enchant | Alternative Itemlinks to db.ascension.gg when the itemId is known.Enchantincludes base enchant text and any active Mystic/Mythic enchant (e.g.,... / Mystic: Rune of Power).LocationandAlternativeare placeholders (-) since those are guide-specific.
- Columns:
SavedVariables (optional)
- Disabled by default. Toggle with:
/ascx sv on— enable saving last export to SavedVariables/ascx sv off— disable
- Saved in:
AscensionExporterSavedtable (path depends on your client setup).
JSON schema (v1)
- Top-level fields:
schemaVersion(number)exportedAt(ISO UTC string)client(interface/build info)character(name, realm, level, class, race, faction)talents→{ activeTalentGroup, selected[] }for current spec onlygear→{ slots[] }equipped items with parsed IDs, names, enchant text, gemsmysticEnchants→{ perSlot[], active[] }from equipped item tooltips
Notes & limits
- Mystic vs Mythic wording varies; detection is case-insensitive for lines containing both
mystic|mythicandenchant|rune. - Profession-only enchants (e.g., Enchanting ring enchants) are not included in
mysticEnchants; base enchant text is placed undergear.slots[].enchant. - Some item info may be
nilif not cached; reopen the character pane or shift-hover items to cache if needed.
Troubleshooting
- If
/ascxdoesn’t respond, verify the addon is enabled on the character select screen. - If the export window is empty, try
/reloadand re-run the command out of combat.