Results: 6049Comments by: Baertram
File: Dustman08/28/19
I'm having the same issue as F-Lamb...
Posted By: Baertram
I'm having the same issue as F-Lambda below. Dustman is installed as are all the required libraries (with the recent removal of LibStub) and yet it's not active nor is it visible in my addons options. It worked just fine before Scalecaller. Any suggestions? I rather depend on it and am missing it badly! This might happen if you up...
File: Dustman08/28/19
Thanks a lot! Sorry, I got this wr...
Posted By: Baertram
Thanks a lot! Sorry, I got this wrong then. My fault. Thanks for maintaining Dustman! Please do not use LibStub anymore where not needed. LibStub will be removed in the future as the txt file's ## AddOnVersion: tag is a build-in way to achieve the same meanwhile. More information can be found here: https://www.esoui.com/f...
File: Dustman08/27/19
Hey iFedix, I got the same reque...
Posted By: Baertram
Hey iFedix, I got the same request here. I'm not into selling stuff at guild stores. I want to play and get the garbage I do not like be marked as junk, nevertheless what itemtype it is. Dustman was always a helper for this, but if you remove "some of the items now" because you think ppl "should sell them", this is not the addon's...
File: Dustman08/27/19
Thanks for maintaining Dustman!...
Posted By: Baertram
Thanks for maintaining Dustman! Please do not use LibStub anymore where not needed. LibStub will be removed in the future as the txt file's ## AddOnVersion: tag is a build-in way to achieve the same meanwhile. More information can be found here: https://www.esoui.com/forums/showthread.php?t=8492&highlight=LibStub and here h...
File: FCO ItemSaver08/27/19
Re: Re: Re: Help
Posted By: Baertram
Not sure why there is an error message with LibDialog. When exactly did it happen? As you pressed the "Copy" button or after pressing the "Ok for reloadui" button in the dialog shown after copy started? Or when? Copy the LibDialog error message here please so I can check what happened. I need especially the lua error message wit...
File: FCO ItemSaver08/26/19
Re: Help
Posted By: Baertram
Hello, I need a bit of help, please. :) Since I couldn't find an option to export my individual settings for the gears and dynamic icons from one server to the other I copied them from the LUA code on the EU server and pasted them in the appropriate spot on the NA server. Ingame on NA I have all the individual settings I wante...
File: Addon Selector (Save AddOn profiles/packs)08/26/19
Re: side effects?
Posted By: Baertram
The addon list (I think It's ONLY Votans Addon List which does this. You need to disable it and check if the vanilla UI does the sub entries for dependencies as well) shows the dependencies below the "mother" addon, right. So if there are OptionalDependsOn or DependsOn entries in the manifest txt file of an addon the addon list will...
File: DoItAll (Mass Extract/Deconstruct/Move/Mail attach/...)08/26/19
Nope, the dropdown filters will be...
Posted By: Baertram
Nope, the dropdown filters will be reset after relaodui/logout. So it's not possible to select e.g. only 1hd axe and always only see those as you open the crafting table again later. I thought about adding this to AdvancedFilters but currently do not have the time for it. But you could save your golden items by using FCOItemSaver...
File: DoItAll (Mass Extract/Deconstruct/Move/Mail attach/...)08/25/19
hi :) tried out this addon because...
Posted By: Baertram
hi :) tried out this addon because I wanted to deconstruct easily. However I cant seem to figure out how to configure only deconning quaility white to purple (so no golden decon), and also filter out not deconning created, bound items or intricate items. Can DoItAll do this or is it only possible to deconstruct EVERYTHING indiscri...
File: HarvestPins08/25/19
Getting this error message upon log...
Posted By: Baertram
Getting this error message upon login: user:/AddOns/HarvestPins/ReplaceColors.lua:5: attempt to index a nil value stack traceback: user:/AddOns/HarvestPins/ReplaceColors.lua:5: in function '(main chunk)'
File: LibSets (All set items ingame & preview. lua API + excel sheet)08/24/19
Re: with last update, error LUA
Posted By: Baertram
The first error message says LibSets minor version is 0.1 which is outdated as... Hell. Please deinstalled LibSets and install again manually with newest version. Maybe your zip archive was wrong. Not at home can't test why you get the error message but it sounds a bit weird at it happens during initialization of the lib where...
File: PetZone08/23/19
Hey there, a few hints to your a...
Posted By: Baertram
Hey there, a few hints to your addon code: You should define functions as local if they are only used in 1 file of your addon. Check e.g. your file PetZoneSettings.lua and the 2 functions function BuildPetDopdown function tableContains They both seem to be used only inside this file so just put local in front of the functio...
File: LibZone08/23/19
Version 6: -Removed table LibZone....
Posted By: Baertram
Version 6: -Removed table LibZone.givenZoneData -> Please use the API function LibZone:GetAllZoneData() instead! So if you have reference the table directly in your addon change the code to the appropriate API function LibZone:GetAllZoneData() please.
File: Advanced Filters - Updated08/23/19
Thanks for the data Currency Con...
Posted By: Baertram
Thanks for the data Currency Container subcategory is missing Schatzkarte:Kalthafen |H1:item:45882:122:1:0:0:0:0:0:0:0:0:0:0:0:65:0:0:1:0:0:0|h|h Schatzkarten der Bündnis-Gebiete |H1:item:45879:122:1:0:0:0:0:0:0:0:0:0:0:0:65:0:0:1:0:0:0|h|h Schatzkarten der Dominion-Gebiete |H1:item:45880:122:1:0:0:0:0:0:0:0:0:0:0:0:65:0:0:1...
File: AutoRidingTraining08/23/19
Thanks for the addon. Please chang...
Posted By: Baertram
Thanks for the addon. Please change the german translation to uppercase "Stallmeister". btw: You could also simply use the build in name for the stable master instead of re-translating it again. e.g. GetString(SI_STABLE_STABLES_TAB) -> Riding trainer You'll find translated text "constants" in this file (starting with SI_): htt...
File: Action Duration Reminder08/22/19
Re: Re: Re: Re: Addon resets all cooldowns
Posted By: Baertram
C The newest version 3.1.19 gets stuck in Minion and won't fully update. guess, this is why it wont update The latest version of this file is currently awaiting approval from a file admin. You can download a previous (older) version from the archive. Yeah, unfortunately Minion got a kind of bug where it already sees new u...
File: Mass Deconstructor08/21/19
Yep and this is e.g. the reason why...
Posted By: Baertram
Yep and this is e.g. the reason why I mentioned the keybinds should only work (visible function does this) if you ARE at the crafting table AND are at the panel where the needed operation (in this case deconstruction) should be done ;) I got this error when I accidentally hit my MD keybind while not being at a crafting table (I wa...
File: Advanced Filters - Updated08/21/19
Re: Deconstruction
Posted By: Baertram
The deconstruction issue apparently was caused by the ItemPreview addon. Users of that addon can check the comments section of its web page for a fix. Thanks a lot.
File: FCO ItemSaver08/20/19
Re: Research Request
Posted By: Baertram
Hi, Baertram. I hope you're doing well today! Excuse me if the addon already does this... I tried searching for this in its settings, but didn't find anything. :( I'm requesting that the items that are marked with anything other than "Reserve research" be blocked from appearing in the "Research Trait From Item" window at craft...
File: Mass Deconstructor08/19/19
But nevertheless setting the mode w...
Posted By: Baertram
But nevertheless setting the mode will also get you in trouble with other addons so forget the FCOCraftFilter problems and stop switching the modes manually where not needed please! Believe me or not... That will come in time, it will take a lot more work than seeking a less-broken method to do what it used to do. Now let's jus...
File: Mass Deconstructor08/19/19
Changing the mdoe will run all "pre...
Posted By: Baertram
Changing the mdoe will run all "prehooked"/"posthooked" code of other addons which then fail or get strange behaviour. None of this explains how simply running around a dungeon can be triggering Mass Deconstructor in any way. MD only acts on the crafting table interaction events. I know and I cannot explain this myself. But...
File: FCO CraftFilter (Filter bank/inventory/craftbag items at crafting tables & Favorites)08/19/19
>FCOCraftFilter_PreHookButtonHandle...
Posted By: Baertram
>FCOCraftFilter_PreHookButtonHandler, comingFrom: 16, calledBy: SMITHING deconstruction SetMode >gLastCraftingType: nil, gLastPanel: 16 Should I be able to replicate this error by simply loading the Craft Filter add-on and looking at crafting stations until something breaks? I guess so :( Post from the user: The error occur...
File: Mass Deconstructor08/19/19
PLEASE do not do this. How do I...
Posted By: Baertram
PLEASE do not do this. How do I change modes safely? This is how the buttons set the mode in the first place: smithing_keyboard.lua line 203 function ZO_Smithing:InitializeModeBar(). Each button has a callback which sets the mode. How is what I am doing any different to what the panel buttons do? And how is Mass Deconstructo...
File: Action Duration Reminder08/19/19
Thanks but I maybe to new to github...
Posted By: Baertram
Thanks but I maybe to new to github to understand the links :D I'm not using Eclipse so thanks for your work but cannot use your LDT. But found the repo here, thanks! https://github.com/cloudor126/lua-eso-addon-adr/tree/master/addon-adr And the ESO lua API is available here already: https://github.com/esoui/esoui/tree/master/...
File: PerfectPixel08/19/19
Is There a incompability between da...
Posted By: Baertram
Is There a incompability between darkui and pp? Clausen when i usw. them together with advanced filters, the category icons geht invisible. Not sure, not using (and never did) Dark UI. Are you able to get the same problem with only PP and AdvancedFilters UPDATED (be sure to us the UPDATED version please and not the original...