WoW GuildExport2 addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon GuildExport2

GuildExport2

Game Version: 6.1.0
Total Downloads: 1,243
Updated: Jun 10, 2015
Created: May 8, 2015
download GuildExport2Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
r20150610080043 release 3.06 KB Jun 10, 2015 6.1.0 1,063 download GuildExport2 r20150610080043 releaseDownload
r20150508232135 release 2.95 KB May 8, 2015 6.1.0 136 download GuildExport2 r20150508232135 releaseDownload
2.01 alpha 2.89 KB May 8, 2015 6.1.0 44 download GuildExport2 2.01 alphaDownload

Description

Share this:

GuildExport2

Exports all of your members ranks, levels, classes, notes and more to XML and CSV. Very useful for websites. Check the example for full list of data extracted.
I use it to update Danish Battle Hawks' guild-roster on http://www.dbh-wow.dk/max-it/roster5/, where I use the notes to connect alts with mains.

Commands:

/ge csv – shows popup window with the CSV to copy. Prefered output format.
/ge export – shows popup window with the XML to copy.

Notes:

CSV output:

  • delimiter: ;
  • first line is header.

Examples:

CSV output

name;rank;rankIndex;level;class;zone;note;officernote;status;classFileName;achievementPoints;achievementRank;isMobile;lastonline_years;lastonline_months;lastonline_days;lastonline_hours
Xamian;Officer alt;2;90;Priest;Timeless Isle;Xtralarge's ALT;;0;PRIEST;4970;99;false;0;0;0;2
Xentjie;Officer alt;2;90;Druid;Shrine of Seven Stars;Xtralarge's ALT;;0;DRUID;8370;37;false;0;0;0;20
Xtralarge;Officer;1;90;Mage;Stormwind City;;;0;MAGE;16420;6;false;nil;nil;nil;nil

XML output

<?xml version="1.0" encoding="UTF-8"?>
<GuildExport>
  <guild>
    <members>
      <PRIEST>
        <Xamian>
          <lastOnline>
            <hours>17</hours>
            <years>0</years>
            <days>2</days>
            <months>0</months>
          </lastOnline>
          <note>Xtralarge's ALT</note>
          <rankIndex>2</rankIndex>
          <status>0</status>
          <level>87</level>
          <achievementRank>95</achievementRank>
          <achievementPoints>4910</achievementPoints>
        </Xamian>
      </PRIEST>
      <DRUID>
        <Xentjie>
          <lastOnline>
            <hours>15</hours>
            <years>0</years>
            <days>0</days>
            <months>0</months>
          </lastOnline>
          <note>Xtralarge's ALT</note>
          <rankIndex>2</rankIndex>
          <status>0</status>
          <level>90</level>
          <achievementRank>34</achievementRank>
          <achievementPoints>8370</achievementPoints>
        </Xentjie>
      </DRUID>
      <MAGE>
        <Xtralarge>
          <lastOnline>
            <hours>11</hours>
            <years>0</years>
            <days>0</days>
            <months>0</months>
          </lastOnline>
          <note></note>
          <rankIndex>1</rankIndex>
          <status>0</status>
          <level>90</level>
          <achievementRank>5</achievementRank>
          <achievementPoints>16365</achievementPoints>
        </Xtralarge>
      </MAGE>
    </members>
    <guildName>Danish Battle Hawks</guildName>
  </guild>
  <ExportTime>1381671751</ExportTime>
</GuildExport>

Comments

Add a comment