Results: 67Comments by: peniku8
File: Master Merchant 3.011/29/20
I adjusted some of the code for the...
Posted By: peniku8
I adjusted some of the code for the roster. See if it behaves better in 3.4.3. Okay, here are my observations: -Changes now also apply without reloading the UI -Custom timeframe needs reloadUI to display in guild roster properly -The fewer columns you display, the more empty space appears -If you disable all columns, but enable...
File: Master Merchant 3.011/28/20
Something seems to be off with the...
Posted By: peniku8
Something seems to be off with the new guild roster switches. Everything kinda worked yesterday, but when I logged on today the roster time frame filter dropdown was gone (only Sales and Purchases tabs enabled). Now when I go to the MM options and turn off and on the 'display info in guild roster' (just tap it twice), it will show a...
File: Master Merchant 3.011/26/20
Thanks for the update with the rost...
Posted By: peniku8
Thanks for the update with the roster columns, it's fabulous! I noticed that, after hiding the Tax and Count columns, the Notes column appears to be wider than usual and there is a strange empty column between the very right one (Sales) and the scroll bar. Is that a limitation of LibGuildRoster or is it just what it is, because the...
File: Auto Ranks11/26/20
Just a note, MM already exports sal...
Posted By: peniku8
Just a note, MM already exports sales, taxes, and guild rank to a table. If all you need from MM is the sales totals and ranks then parse the table saved in the saved vars file. A GM would have to do a few steps but it would be simple and easy to export without trying to read MM saved vars. The format is in my documentation. You d...
File: Master Merchant 3.011/24/20
I have another question: Is it pos...
Posted By: peniku8
I have another question: Is it possible to retrieve sales over a custom sales time frame without using/modifying the custom sales time frame in MM itself? I'm using the following code in my addons to retrieve sales: MMsales = MasterMerchant.guildSales.sellers.sales ATTpurchases, ATTsales = ArkadiusTradeTools.Modules.Sales:Get...
File: Master Merchant 3.011/23/20
Just a small thing I noticed: there...
Posted By: peniku8
Just a small thing I noticed: there is a typo in the ToolTip (Settings menu) of the 'minimal indexing' option, it says 'om' instead of 'on'. Another thing: would it be possible to make the roster more customizable? I personally don't give a hoot about item count or tax, so I'd like to only have sales and purchases on my screen. A si...
File: Auto Ranks11/04/20
Did u see the ITT Donation Bot on e...
Posted By: peniku8
Did u see the ITT Donation Bot on esoui yet? Might be the next thing helping get rid of sgt dependency... If u wanna check. Especially since ur only donation tracker yet is sgt. I request donation amounts and a player's join date from SGT. Does the ITTDB include join dates or membership times? You will have to need to talk this o...
File: Auto Recruit11/03/20
Re: Clarity on use
Posted By: peniku8
For those of you attempting to use this and not seeing how to get it to generate the advertisement, you must bind the add-on to an application key via Esc>Control>Addon Keybinds. Scroll to bottom of keybind list and select an appropriate keybind for each guild you want to spam invites to. Hope this helps; I know I could have used t...
File: Auto Ranks11/03/20
Is there possible to have sales min...
Posted By: peniku8
Is there possible to have sales minimun or fee on same rank? Yes, it is. You can, for example, promote all players to rank "Member" if they either sell for more than 100k or donate more than 10k, if you enter 100k/10k for that rank.
File: Auto Ranks11/03/20
Did u see the ITT Donation Bot on e...
Posted By: peniku8
Did u see the ITT Donation Bot on esoui yet? Might be the next thing helping get rid of sgt dependency... If u wanna check. Especially since ur only donation tracker yet is sgt. I request donation amounts and a player's join date from SGT. Does the ITTDB include join dates or membership times?
File: Auto Ranks08/30/20
Hi I'm A guild master with new u...
Posted By: peniku8
Hi I'm A guild master with new update the week start in Tuesday can you please update the addon best regarda There is no need for Auto Ranks to recieve an update. All time frames are based on either ATT, MM or SGT, which all recieved a respective update.
File: Master Merchant 3.008/25/20
I use MasterMerchant.guildSales....
Posted By: peniku8
I use MasterMerchant.guildSales.sellers.sales to retrieve sales data in a few of my addons. You've mentioned that you'll change the way the saved vars will be written. Will that break this or will you keep the basic structure as is?
File: Master Merchant08/05/20
@sharlikran since you‘re taking car...
Posted By: peniku8
@sharlikran since you‘re taking care of the addon now, I‘ll share some hopefully useful information I‘ve gathered from observing MM‘s interaction with the servers. As you know, MM uses the function to get more guild history events (sales) in the background to populate its SaveData. It does that faster than ATT, which results in the...
File: Arkadius' Trade Tools08/02/20
I can't move the ATT window out of...
Posted By: peniku8
I can't move the ATT window out of the ESO frame anymore. I think that's some kind of functionality that was introduced in the most recent update. It's very annoying. Why would you implement a feature that restricts the usability? I don't see a single benefit in a function like this. Can you possibly remove that again? I'm sure ma...
File: Shissu Guild Tools Lite04/04/20
Hey, could you make the "deposit" C...
Posted By: peniku8
Hey, could you make the "deposit" Column in the guild roster wider? I'm having display issues with large numbers. You'd need to change ShissuRoster.lua:800 from goldDepositHeader:SetDimensions(115, 32) to goldDepositHeader:SetDimensions(130, 32) and ShissuRoster.lua:839 from goldDeposit:SetWidth(100) to goldDeposit:SetWi...
File: Auto Recruit03/21/20
Hey there I have now substituted...
Posted By: peniku8
Hey there I have now substituted the global variable "AR" for "AutoRecruit" and linked a local "AR" to the global var. I have also replaced the LibStub as you said. The example options on the libaddonmenu2 got me confused, since those still have the "LibStub" in it.
File: Auto Recruit03/21/20
Hey there, thanks for the addon...
Posted By: peniku8
Hey there, thanks for the addon but a few things you should/must change: 1. AR as global variable is too short! There might be several other addons already using an local AR variable which you will overwrite then. Please use as global variables longer ones, like AutoRecrute which won't be polluting the global namespace and over...