Results: 3Comments by: Hygeia
File: BagSync08-08-18
@Xruptor: Thanks for your continued...
Posted By: Hygeia
@Xruptor: Thanks for your continued updates to the addon. I have a few suggestions that I've locally implemented (and have been for years). It'd be nice if they get included in the main addon but ultimately it's up to you: - Add Guild Bank gold to database I added a call to GetGuildBankMoney() in BSYC:ScanGuildBank() at the end...
File: BagSync05-18-18
If anyone is getting an integer ove...
Posted By: Hygeia
If anyone is getting an integer overflow attempting to store integerValue error message when using /bgs search, like the following: 23x integer overflow attempting to store 4026010684 : ? BagSync\BagSync_Search.lua:248: in function BagSync\BagSync_Search.lua:287: in function
File: BagSync11-18-14
Can you add reagentbank search supp...
Posted By: Hygeia
Can you add reagentbank search support? /bgs search %item% doesn't show results for items you have stored exclusively in your reagent bank. This was driving me insane for a while but I figured out what the issue was and locally fixed it: BagSync_Search.lua:185 add: = 0, It just adds the reagentbank table to the list of...