Results: 8Comments by: Marcus Brody
File: LibHistoire - Guild History03/23/24
Re: Re: Re: Re: Re: Ome Hour to link
Posted By: Marcus Brody
Just for clarification, this new history API is something ZOS did at the request of addon authors (especially me), so they are not screwing anybody here. Instead you should be thankful that they finally updated a very outdated system to be ready for the next decade. At least I am. They are also working really hard on getting all...
File: LibHistoire - Guild History03/12/24
Re: Attempting to retrieve sales history when none is available
Posted By: Marcus Brody
One thing I've noticed that is really slowing things down for me, especially in the wake of U41, is that LibHistoire is attempting to retrieve sales history from 3 of my guilds that don't even have a guild store unlocked, hence there IS no sales history for those guilds, but it still sits there spinning on the Trader bars of those th...
File: LibHistoire - Guild History02/11/23
Re: Question Fetch all Bankgold added
Posted By: Marcus Brody
Greetings, in dont know much about the lua-stuff but your work ist great! If i want to mine data of your saved-vars, how can i fetch all bank deposites your addon saved ? It can be an lua-data-list woth account-id,amount and date oder json oder csv. I want tu use the history of bankgold added to guild in a external list. sry for...
File: LibHistoire - Guild History02/02/23
Hello! I’m absolutely loving using...
Posted By: Marcus Brody
Hello! I’m absolutely loving using your Add-on and MM. Absolutely “game”-changing addon that has made such a positive impact in buying / selling and can’t thank you enough for the addon, hours, and blood sweat and tears I imagine have been poured into this wonderful creation! Quick(?) question though… how do I pull up the specific...
File: LibHistoire - Guild History01/20/23
Possible codec issue
Posted By: Marcus Brody
Hello, I've recently encountered a problem with a sale event: = "1;CIxG;6WnWE;f:7j:5x6:1:v8k#5#1<3>N#32#4#9q#b#1<9>iJi:mA:N" The link in that event seems to deserialize to: |H0:item:119680:5:1:0:0:49:188:4:584:11:1:0:0:0:0:0:0:0:0:72000:0|h|h Which is broken. I have managed to find the original link through MM, which als...
File: HarvestMap11/08/22
I have a problem when I enter the g...
Posted By: Marcus Brody
I have a problem when I enter the game after some time it craches. If i remove this addon everything is ok. How can this be fixed. Search in the below comments for NodeDetection. As I understand there is nothing we can do about it until ZOS fixes the API NodeDetection rely on. Personaly I have renamed the folder(NodeDetection)...
File: Marcus' Guild Management Tool (Poukav CLI)11/03/22
Hi! Nice tool! I can't find...
Posted By: Marcus Brody
Hi! Nice tool! I can't find in description commands to run these? * Listing items in sale in the trading house for a specific guild member * Listing guild members without any item listed in the trading house, optionaly for a specific rank Please help :) Thanks! I'm still working on the documentation sorry for that. T...
File: Marcus' Guild Management Tool (Poukav CLI)10/31/22
local function getAveragePrice(link...
Posted By: Marcus Brody
local function getAveragePrice(link) local price = priceCache if price == nil or (not price) or price == 0 then if TamrielTradeCentre then local ttcPriceInfo = TamrielTradeCentrePrice:GetPriceInfo(link) if (ttcPriceInfo) then price = ttcPriceInfo.SuggestedPrice else price = MasterMerchant:itemStats(lin...