WoW GatherMate2_ImportExport addon Dragonflight/Wrath of the Lich King Classic 2026
logo
wow addon GatherMate2_ImportExport

GatherMate2_ImportExport

Game Version: 9.0.2
Total Downloads: 419
Updated: Dec 29, 2020
Created: Dec 27, 2020
download GatherMate2_ImportExportDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.0.4-release release 52.96 KB Dec 29, 2020 9.0.2 56 download GatherMate2_ImportExport 1.0.4-release releaseDownload
1.0.3-release release 75.96 KB Dec 29, 2020 9.0.2 71 download GatherMate2_ImportExport 1.0.3-release releaseDownload
1.0.2-release release 75.61 KB Dec 27, 2020 9.0.2 292 download GatherMate2_ImportExport 1.0.2-release releaseDownload

Description

Share this:

This addon adding "Import/Export" section to GatherMate2.

!! Not tested with classic client !!

 

 

Features

Export

Choose by expansion or zone and node type what you export/share with other user.

Little annotation: It was planned to add an "Export all" option but it was to heavy for wow. Client freeze was too long. 😉

 

Import

Easelly import GatherMate2 Data from other user export strings.

Click on button "Open the input dialog" and fill the export string into the input field amd click on "Okay".

 

For other devs

This addon using AceSerializer from Ace3, LibDeflate:CompressDeflate and LibBase64 to generate the export string.
The table design is:

{
    [<nodeType>] = {
        [<uiMapID>] = {
            [<coords>] = <GM2 internal node index>,
            ...
        },
        ...
    },
    ...
}
-- nodeType is part of _G["GatherMate2"..nodeType.."DB"] (global SavedVariable from GatherMate2)
-- coords and "GM2 internal node index" is from GatherMate2.

 

Comments

Add a comment