Thread Tools Display Modes
04-06-11, 03:17 AM   #1
Auraliaminor
A Kobold Labourer
Join Date: Apr 2011
Posts: 1
Guild Experience - Roster

I'm looking for an addon that can export the Roster including the current total guild experience per player (guild member) thanks
  Reply With Quote
04-06-11, 04:28 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
I have a drycoded example for printing it
Lua Code:
  1. for i = 1, GetNumGuildMembers() do
  2.     print(GetGuildRosterInfo(i), GetGuildRosterContribution(i))
  3. end
GetGuildRosterContribution return values
Code:
local weeklyXP, totalXP, weeklyRank, totalRank = GetGuildRosterContribution(index)
An addon could save it to the SavedVariables though

Edit:
Oh wait, you're looking for an addon that already exists. nvm -.-

Last edited by Ketho : 04-06-11 at 04:31 AM.
  Reply With Quote
04-08-11, 02:52 AM   #3
Cowmonster
A Cyclonian
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 40
Originally Posted by Auraliaminor View Post
I'm looking for an addon that can export the Roster including the current total guild experience per player (guild member) thanks
Export it to what? CSV/XML/HTML/LUA?
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Guild Experience - Roster


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off