View Single Post
08/15/19, 05:22 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Edit:
Found 2 bugs as I teted it ingame. Please redownload the file from the link below (new link!). Seems to work now, at least I can see the deposits of my guilds :-)

Let's give this a try, I think LibGuildHistory is broken.
Try this version: RaffleGoldTally 3

I wasn't able to test this ingame so please tell me if it throws error mesages!
I've done the following:

-Changed LibGuildHistory to use newfunction name RequestMoreGuildHistoryCategoryEvents
-Changed LibGuildHistory to not need LibStub anymore. Global variable LibGuildHistory is available now, + ## IsLIbrary: true tag was added, api version increase etc.
-Removed LibStub from libs folder (not needed anymore at all)
-Removed LibAddonMenu2 from subfolders and RaffleGold manifest txt (please install LibAddonMenu-2.0 in order to make this addon to be enabled ingame!!!)
-Change call to LibAddonMenu2.-0 in RaffleGold to use global variable LibAddonMenu2 instead of LibStub usage
-Change call to LibGuildHistory to use LibStub and if not present use the new global LibGuildHistory instead
-Updated txt files to use current APIversions and AddOnVersions etc.

I hope it works for you.

P.S.
ZOs changed the guild history stuff so reading data from it takes some time now.
Check this thread for more info:
https://www.esoui.com/forums/showthr...yCategoryOlder

This might have broken this addon as well or at least slow down the information from the guild history a lot if you are using other addons like MasterMerchant or Tamriel Trade Center.

Last edited by Baertram : 08/15/19 at 03:36 PM.
  Reply With Quote