Download
(2 Kb)
Download
Updated: 03/15/22 04:48 PM
Pictures
File Info
Compatibility:
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:03/15/22 04:48 PM
Created:05/08/17 11:16 PM
Monthly downloads:25
Total downloads:7,449
Favorites:5
MD5:
Categories:Group, Guild & Friends, Data Mods
Guild Data Dump  Popular! (More than 5000 hits)
Version: 1.23
by: Rhyono [More]
Allows dumping all of your guilds' members and bank to your saved variables. Requested by Greevir.

All data can be accessed via your saved variables files.

Recommended Addons
  • Zgoo - allows viewing data in game

Guild Member Data

"/guildmemberdump" will give an output akin to image 2.
"/guildmemberdump name" will give an output akin to image 3.

"/guildmembershow" will pull up the data in Zgoo's window.

Guild Bank Data

"/guildbankdump" - This was made to circumvent ZOS removing bank viewing from those without withdraw privileges. They've since reverted this, but this function probably still has some usage.
Output parameters:
(blank) or "link" returns just the item link
"name" returns just the name
"qty" returns the quantity AND the link. If you prefer the quantity and name, then use "qty name"
"name link" will return name and link
"name link qty" will return all 3
"all" returns everything. NOT just those three, but all data on the items. This will be a large amount of data.

"/guildbankshow" will pull up the data in Zgoo's window (image 1).

To share the data: send your saved vars file to someone and then have them change the @name to theirs, then in-game use the show method.
Version 1.23 - API Bump
Version 1.22 - API Bump
Version 1.21 - API Bump
Version 1.20 - API Bump
Version 1.19 - API Bump
Version 1.18 - API Bump
Version 1.17 - API Bump
Version 1.16 - API Bump
Version 1.15 - API Bump
Version 1.14 - API Bump
Version 1.13 - Fixed leaking variables
Version 1.12 - Adjustment due to ZOS function changes

Version 1.11
*API Bump
*No longer includes Zgoo (download it separately)

Version 1.10
*API bump
*Zgoo 1.20
*Changed guild tables to be exact length

Version 1.09
*API bump
*Zgoo 1.19

Version 1.08
*Added quantity
*Added combining multiple parameters (specifically link, name and qty)
*Added all data

Version 1.07
*API bump
*Zgoo 1.18

Version 1.06
*API bump
*Zgoo 1.17

Version 1.05
*API bump
*Zgoo 1.16

Version 1.04
*Name change.
*Zgoo included.
*Added guild bank data dump
*Added guild bank data show
*Added guild member data show
*De-synced version from settings

Version 1.03 - API bump
Version 1.02 - API bump
Version 1.01 - API bump
Optional Files (0)


Archived Files (23)
File Name
Version
Size
Uploader
Date
1.22
2kB
Rhyono
09/25/21 05:11 PM
1.21
2kB
Rhyono
05/15/21 05:19 PM
1.20
2kB
Rhyono
02/28/21 12:05 PM
1.19
2kB
Rhyono
11/01/20 09:22 PM
1.18
2kB
Rhyono
08/08/20 11:17 AM
1.17
2kB
Rhyono
04/25/20 04:06 PM
1.16
2kB
Rhyono
01/26/20 02:38 PM
1.15
2kB
Rhyono
09/16/19 11:50 PM
1.14
2kB
Rhyono
07/21/19 09:12 PM
1.13
2kB
Rhyono
05/26/19 10:06 AM
1.12
2kB
Rhyono
05/21/19 09:59 AM
1.11
2kB
Rhyono
04/15/19 05:38 PM
1.10
19kB
Rhyono
01/26/19 04:42 PM
1.09
19kB
Rhyono
09/20/18 05:18 PM
1.08
19kB
Rhyono
07/27/18 09:24 AM
1.07
19kB
Rhyono
07/09/18 06:15 PM
1.06
19kB
Rhyono
04/16/18 06:40 PM
1.05
19kB
Rhyono
01/08/18 03:37 PM
1.04
19kB
Rhyono
11/21/17 08:11 PM
1.03
1kB
Rhyono
09/23/17 07:20 PM
1.02
1kB
Rhyono
07/18/17 06:31 PM
1.01
1kB
Rhyono
05/22/17 01:37 PM
1.0
1kB
Rhyono
05/08/17 11:16 PM


Post A Reply Comment Options
Unread 05/26/19, 09:42 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4903
File comments: 5974
Uploads: 78
Hi,

your addon is using some global variable names which you might turn into local variables, as they are quite "common" in their naming.

Code:
pname,note,rank,status,logoff
Lua Code:
  1. for member=1,GetNumGuildMembers(guild) do
  2. --->            pname,note,rank,status,logoff = GetGuildMemberInfo(guild,member)
Report comment to moderator  
Reply With Quote
Unread 11/18/17, 04:39 AM  
Phinix
 
Phinix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 186
File comments: 1779
Uploads: 32
Thanks!

Good source of info for guild-related functions for addons.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: