Results: 7Comments by: fenrock
File: Bandits User Interface06/06/20
Re: Re: Group Activity Finder
Posted By: fenrock
I am having issues with the timer for Channeled acceleration. Each time I hit the spell instead of resetting the CD it seems to stack 2-3 seconds on top of the current CD timer I'l check it. Similar issue with Puncturing Sweeps for templar. It keeps accumulating more time. Got up to 3 mins when I was running through delves etc. A...
File: Guild Sales Assistant for Master Merchant02/16/20
I've come back to using MM and GSA...
Posted By: fenrock
I've come back to using MM and GSA after a few months of not selling, and got an error with the latest versions loaded. The error is accessing a nil in the initialise section. A simple fix is to check if the value is nil before accessing it, like this: for i = 1, #dataList, 1 do local newSales = dataList i...
File: LoreBooks03/30/19
Ayrenn: The Unforeseen Queen
Posted By: fenrock
Book: Ayrenn: The Unforeseen Queen Location: Summerset: 62.57×30.78 (summerset/summerset_base) Wasn't showing on my map, and was last one in Summerset for me.
File: Master Merchant02/13/19
Re: Re: Re: no data on guild ranks screen
Posted By: fenrock
after maintenance update yesterday i am getting no sales data on the Guild Ranks page, its totally blank. past data is missing and current data is not showing up. Do you have any screen shots or error messages to help us track this down? I'm personally not having this issue and I haven't heard of anyone else with it (yet)... i...
File: Guild Sales Assistant for Master Merchant02/13/19
Thanks for the info xspertone. Out...
Posted By: fenrock
Thanks for the info xspertone. Out of curiosity, besides the LUA error, what happens (or doesn't happen) if you run both addons together? With GSA enabled, MM never gets past its initialization. EDIT: With the MM change posted on MM comments page, I was able to get GSA working along with MM. I don't seem to be able to link to...
File: Guild Sales Assistant for Master Merchant02/13/19
Hi all, the issue (I believe) is in...
Posted By: fenrock
Hi all, the issue (I believe) is in MM. I've posted a fix over on the MM forum. Not sure how to link directly to a post, but see https://www.esoui.com/downloads/fileinfo.php?id=928#comments
File: Master Merchant02/13/19
Hi, I've discovered the bug that's...
Posted By: fenrock
Hi, I've discovered the bug that's causing the errors between MM and GSA. I just updated and was getting the same issue. The error is in MasterMerchant.lua, line 3743: Instead of this: GuildSalesAssistant:TrimHistory(epochBack) it should be this: GuildSalesAssistant:TrimHistory(extraData.epochBack) MM is sending...