Results: 6042Comments by: Baertram
File: Group Food & Drink Buffs03/30/20
Hey Phinix, already asked you a...
Posted By: Baertram
Hey Phinix, already asked you a while ago but now i've prepared a version including LibFoodDrinkBuff for you so you might have a look: https://www.dropbox.com/s/a7h1tz2wa4y7fdr/GroupFDBuffs_Baertram_LibFoodDrinkBuff.zip?dl=0 It supports both: Your code and LibFoodDrinkBuff (added as optional dependency in version 15 -> It's no...
File: Advanced Filters - Updated03/30/20
Thanks. Will have a look. As a wor...
Posted By: Baertram
Thanks. Will have a look. As a workaround install "Votans Search Box". When I open a home bank (a chest) it opens in Withdraw mode and Advanced Filters shows a quick text filter above the list. However when I switch to Deposit the quick filter disappears. The text box does not appear even when switching back to Withdraw. The only...
File: WishList (Set item search&tracker/wanted Gear list)03/29/20
Re: empty column
Posted By: Baertram
when Iam adding items to the list for a special trait , the quality column if defined "any quality". -> When I'am adding items to the list for a special trait , the quality column is empty, if I have chosen "any quality". Is that what you wanted to report? Else please provide me a sample screenshot for the set, item, trait and q...
File: Joviex's Addon Settings Transfer (Updated)03/29/20
Oh thanks, had forgotten to remove...
Posted By: Baertram
Oh thanks, had forgotten to remove libs\LibUtil.lua after deifning an own ttx file for the lib. -> Removed the hardcoded line now in jovAST.txt & updated the DL link below. But the addon should load, not sure why it wouldn't? As the txt file is given and loaded locally from the hardcoded line in the addon's txt both will result i...
File: Joviex's Addon Settings Transfer (Updated)03/29/20
2 of the included libs are blank fi...
Posted By: Baertram
2 of the included libs are blank files and can be deleted in total, including LibStub. LibUtils tries to use an apporach of getting only secure pairs of the global _G table (contains all global variables including addon SavedVariables etc.) where ZOs provides proper functions already for this (zo_insecurePairs, zo_insecureNext -> ht...
File: Joviex's Addon Settings Transfer (Updated)03/29/20
I'll take a look. Some included lib...
Posted By: Baertram
I'll take a look. Some included libs are old, maybe I can rebuild it to an updated, working version. No promises and no timeline :D
File: FCO ItemSaver03/29/20
Re: Migrate ingame lock to FCO
Posted By: Baertram
Good hint, I think depending on the amount of locks I need to delay the different bags by some seconds so the client does nto send too much actions in a short time period. Got the same problems with auto-move-items addons (between banks) and auto-deconstruct like DoItAll does. Will add some delay in between and change the texts f...
File: Set Junker03/28/20
Hint: Instead of hardcoding the set...
Posted By: Baertram
Hint: Instead of hardcoding the sets list you could also use LibSets. It also provides the itemIds of each set's items, all of them. You can build an itemlink by the help of the itemIds e.g.
File: InventoryManager03/28/20
Jewelry deconstruction was not work...
Posted By: Baertram
Jewelry deconstruction was not working properly if you were using an older version of FCOItemSaver (fixed some issues with api functions like 2 weeks ago) OR the implementation of teh API function usage in the addon here was somehow wrong, like checking for deconstruction only and not splitting checks up for normal and jewelry decon...
File: Advanced Filters - Updated03/28/20
Why should AF affect anything on th...
Posted By: Baertram
Why should AF affect anything on the map? So why do you think it is AF here? Any proofs or ways to rebuild this problem? Cuz I can use both without any problem so far :p Sorry if this has been said, bu I didn't see it in "Known incompatibilities:". AF seems to cancel out HarvestMap addon. (it makes the 3d map pins disappear)....
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/27/20
They do listen, we often had the ca...
Posted By: Baertram
They do listen, we often had the case where bugs got fixed. They even added a lot of API stuff for addons. But it takes time and needs to be something the "mass" is cyring for or is disturbed by. I doubt this "error" here is somehting they will consider as "high priority" where the addons only enbale the possibility to use keys lik...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/27/20
Ayr there is an error in the code,...
Posted By: Baertram
Ayr there is an error in the code, found it and fixed it. Did sound notification of receiving whispers still working? For me it seems like broken for last few months, I didn't hear any sound. Tried to change different sounds in settings.. it works in settings but not working when I receive the whispers.
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/27/20
Good news. I was able to rebuild th...
Posted By: Baertram
Good news. I was able to rebuild the error with your pChat savedvariables file on my account. But the first attempt worked flawlessly. After that the next char I used the ALT+U on was missing the first entered character. Not sure why and how this happens though but I'll keep an eye on it and try to rebuild it with my settings as we...
File: Daily Alchemy03/27/20
As I wrote to Daily Provisioning me...
Posted By: Baertram
As I wrote to Daily Provisioning mentioning to remove the ZO_PreHook("ZO_InventorySlot_ShowContextMenu", function(...) self:ShowContextMenu(...) end) and use LibCustomMenu instead, I also meant your other addons using the inventory context menu :D Please change them all (like this one here)....
File: Leo's Trainer03/27/20
It will only respect items marked w...
Posted By: Baertram
It will only respect items marked with the "research" marker icon of the addon FCOItemSaver. 1) Can you please define what "Only marked with research by FCOItemSaver: ON/OFF" does? I think it means only consider those items available for research when considering if new items need to be crafted?
File: Roll Call03/27/20
Maybe change to LibMapPing (https:/...
Posted By: Baertram
Maybe change to LibMapPing (https://www.esoui.com/downloads/info1302-LibMapPing.html) for the data transfer between group members. Should fix most problems which could occur with other mapping using addons (I hope).
File: Research Assistant (Find your researchable items)03/27/20
Re: Icon Position not functioning?
Posted By: Baertram
I'll have a look what way the positioning slider could affect the Invenmtory Grid View or Grid View addons as well. But not soon. I can't seem to get the icon position working in Research Assistant. No matter what I set the slider, -490 through to +60, it stays in the top left corner. The Icon Scale slider works just fine but the...
File: Leo's Altholic03/26/20
I think he means the keybindings, t...
Posted By: Baertram
I think he means the keybindings, toggles for your UI elements etc. You can add a "visible" function to the keybindDescriptor and let it check a LAM setting of your addon to make them visible or not e.g. https://wiki.esoui.com/How_to_add_buttons_to_the_keybind_strip Hi! Which buttons? The only one the Altholic has is for trac...
File: Harven's Stolen Filter03/25/20
This error happens if the "new" tex...
Posted By: Baertram
This error happens if the "new" texture control (containing this "new" icon in inventories as new items are looted) is not created properly before the inventory tries to access the inventory rows. I thought I had implemented a fix for this but there seem to be still some cases where it could happen. I tried to track this down sev...
File: Set Tracker - UPDATED03/25/20
Hey qbit, Please read this and c...
Posted By: Baertram
Hey qbit, Please read this and change your context menu on the inventory rows to use LibCustomMenu properly instead to assure all addons can work properly together and to benefit from LibCustomMenu's code (assures there won#t be any insecure error messages due to inventory context menu "hooks"): https://www.esoui.com/forums/showt...
File: Set Tracker03/25/20
Hey Elephant, Please read this a...
Posted By: Baertram
Hey Elephant, Please read this and change your context menu on the inventory rows to use LibCustomMenu properly instead to assure all addons can work properly together and to benefit from LibCustomMenu's code (assures there won#t be any insecure error messages due to inventory context menu "hooks"): https://www.esoui.com/forums/s...
File: Rulebased Inventory03/25/20
Hey TaxTalis, Please read this a...
Posted By: Baertram
Hey TaxTalis, Please read this and change your context menu on the inventory rows to use LibCustomMenu properly instead to assure all addons can work properly together and to benefit from LibCustomMenu's code (assures there won#t be any insecure error messages due to inventory context menu "hooks"): https://www.esoui.com/forums/s...
File: PersonalAssistant (Banking, Junk, Loot, Repair)03/25/20
Hey Klingo, Please read this and...
Posted By: Baertram
Hey Klingo, Please read this and change your context menu on the inventory rows to use LibCustomMenu properly instead to assure all addons can work properly together and to benefit from LibCustomMenu's code (assures there won#t be any insecure error messages due to inventory context menu "hooks"): https://www.esoui.com/forums/sho...
File: Dolgubon's Lazy Writ Crafter03/25/20
Hey Dolgubon, Please read this a...
Posted By: Baertram
Hey Dolgubon, Please read this and change your DLWC context menu on the inventory rows to use LibCustomMenu properly instead to assure all addons can work properly together and to benefit from LibCustomMenu's code (assures there won#t be any insecure error messages due to inventory context menu "hooks"): https://www.esoui.com/for...
File: Daily Provisioning03/25/20
Please read this and change your co...
Posted By: Baertram
Please read this and change your context menu on the inventory rows to use LibCustomMenu properly instead to assure all addons can work properly together and to benefit from LibCustomMenu's code (assures there won#t be any insecure error messages due to inventory context menu "hooks"): https://www.esoui.com/forums/showthread.php?t=9...