Results: 6128Comments by: Baertram
File: FCO ItemSaver01/30/18
I love this addon, but last I check...
Posted By: Baertram
I love this addon, but last I checked (v1.1.9a) the filters when in crafting stations had disappeared in all tabs. :rolleyes::rolleyes::rolleyes: Read the comments and/or first line of the description (big green text) please. If this doesn't fix it for you please disable all other addons. Is FCOIS working then? Then enable oth...
File: FCO ItemSaver01/29/18
Found the bug with the non filterin...
Posted By: Baertram
Found the bug with the non filtering buttons and CraftBag filter icons not showing. Forgot to register the library libFilters in the code, or well, not forgot, but it was at the wrong place due to file split into multiple ones... Fixed verison will be on soon, but I need to finish some code I had begun with to protect craftbag it...
File: FCO ItemSaver01/29/18
Edit: Found the bug with the non fi...
Posted By: Baertram
Edit: Found the bug with the non filtering buttons. But the craftbag buttons are missing for me too now. Will check and fix this too. -< Ok only working buttons at the craftbag if you use the addon CraftBagExtended. Just noticed something that I did not put in my last post. That the new version 1.1.9 had a lot more files than ve...
File: FCO ItemSaver01/28/18
-> Check the settings if the filter...
Posted By: Baertram
-> Check the settings if the filters are enabled at all panels. Not working = No buttons shown or not changing anything if you press the buttons and the color changes between red -> yellow -> green -> red ... As it's working flawlessly (except Craftbag for one user so far) and I haven't changed anything to the filters you should...
File: FCO ItemSaver01/28/18
Ok, going to dig in deeper then wit...
Posted By: Baertram
Ok, going to dig in deeper then with only these two addons enabled. Thanks for the test. I am not using Multicraft. I disabled all addons except FCO ItemSaver and Craft Bag Extended ( when I disabled Craft Bag Extended the filters were removed from the Craft Bag ). With only those two addons enabled, the filters did not work....
File: MultiCraft (OBSOLETE)01/28/18
If you got problems making MultiCra...
Posted By: Baertram
If you got problems making MultiCraft work with other addons like FCOCraftFilter, FCOItemSaver, please use this fixed version here: Multicraft fixed, compatible with FCOIS, and FCOCraftFilter
File: FCO ItemSaver01/28/18
Thanks to all of you bringing this...
Posted By: Baertram
Thanks to all of you bringing this to my attention. Going to check and fix it asap. Hm this is weird, I'm seeing the buttons and the filters work correct: https://i.imgur.com/g1NQIbk.jpg Are you using any other addons? Please disable ALL other addons except FCOItemSaver and test if this works! Are you using Multicraft? Then...
File: Auto Recharge (and repair)01/27/18
You are either using old addons or...
Posted By: Baertram
You are either using old addons or any other addon that interfers. I cannot reproduce this with only Auto Recharge and/or Craftbag Extended enabled. The only thing I found is that the icon moved on the x axis more to the right when I use the qucikslot vendor from the crownstore. Everything else is not overlapping with CraftBag e...
File: Daily Provisioning01/26/18
You should be able to switch the in...
Posted By: Baertram
You should be able to switch the ingame client language by using this command, and you can get the names from the quests then yourself: SetCVar("language.2", "de") Swithc back to english by using SetCVar("language.2", "en") If this doesn't work tell me what exactly do you need as string, the quest name showed in the quest jo...
File: Daily Provisioning01/25/18
Hi and thanks for the adonn. Is it...
Posted By: Baertram
Hi and thanks for the adonn. Is it supporting only English game clients or German and French too? Or is this addon not depending on the game language and just works with all of them ?
File: WishList (Set item search&tracker/wanted Gear list)01/25/18
Re: Re: LUA error/chat message
Posted By: Baertram
This error message was fixed 3 versions ago. There are no reported other error messages so far. Do you happen to have one? Did you update the addon to the newest version? Is something not working for you? Or are you just asking without having used this addon? :rolleyes: user:/AddOns/WishList/WishList.lua:76: function expected i...
File: Furniture Grouper01/21/18
Hey, you wrote in your addon desc....
Posted By: Baertram
Hey, you wrote in your addon desc. That you need to find a way to detect a house change. You can use event_player_activated (which should fire as you zone into the house) and check the houseid with this function then: GetCurrentZoneHouseId() Maybe some houses got the same id in different zones, I don't know sry.
File: FCO ItemSaver01/20/18
Hehe, it is sometimes even there wi...
Posted By: Baertram
Hehe, it is sometimes even there without addons active. some time the code gets tinted by using keybinds too fast after each other, or moving moues over an item and pressing a keybind as the toltip popups etc. If it would be trackable by 100% it would have been fixed :-) But it has somehow to do with contetx menus, items, keybinds,...
File: FCO ItemSaver01/19/18
We already did, several times, in d...
Posted By: Baertram
We already did, several times, in different addons. There are counts of forum threads about the error and how it can be triggered. Even without addons it is possible. If you cann tell me how I'm able to rebuild this error only using FCOIS addon, I can check what functions are used and what could raise it. But until today I was not...
File: ToxicPlayers: Easy Targets01/18/18
Ah I think it's becasue your main f...
Posted By: Baertram
Ah I think it's becasue your main file is called en.lua which is a language file which will be loaded twice if you use the english client! First because you have specified it in the manifest txt to load, and then load it again via the $(language).lua directive. Change the name to strings.lua and make an empty en.lua file so the stri...
File: FCO ItemSaver01/15/18
Sure, just filter them accordingly...
Posted By: Baertram
Sure, just filter them accordingly with the 4 filter buttons at the bottom of the crafting stations deconstruction/imporvement inventory. Hint: Enable the "Right click menu" for the filter buttons in the settings too. You are able to right click the 4 filter buttons then and just choose 1 of the available marker icons behind thes...
File: WishList (Set item search&tracker/wanted Gear list)01/15/18
Version 1.3.2 (2018/01/16) Fixes...
Posted By: Baertram
Version 1.3.2 (2018/01/16) Fixes -Removed some bugs -Removed some unneeded global variables, or changed them to local -Small speed improvement of set item scan Additions -Add set parts for each of your characters/toons without being logged in with them! !!!You once need to login with each of your character/toon having the Wi...
File: ToxicPlayers: Easy Targets01/15/18
Sure, thanks for implementing it....
Posted By: Baertram
Sure, thanks for implementing it. You shouldn't use "ZO_CreateStringId" within the other language files too as this might get you in trouble with them only using the first ones loaded (so from the en.lua file). Better use "SafeAddString(constant, "Text", 1)" instead in each later dynamically loaded language file de.lua, fr.lua...
File: ToxicPlayers: Easy Targets01/15/18
The addon myght lead people to abus...
Posted By: Baertram
The addon myght lead people to abuse the ignore function for filtering enemies that have killed them, if they want revenge. If someone has the time to add all the enemies that killed him/her on the ignore list, what's the problem? If they tend to kill ONLY these enemies on their list then, it's up to them. As long as they do not...
File: ToxicPlayers: Easy Targets01/15/18
Thank you, very appreciated. Any c...
Posted By: Baertram
Thank you, very appreciated. Any chance to add multi language support? Check the addon "Dustman" for a good and easy multilanguage support. 1. Add a folder "lang" and in there create files for the supported languages, with the 2 character lenght that ESO uses for the language, like "en", "de", "fr" .lua Add 1 file that is named...
File: FCO ItemSaver01/14/18
Re: [Bug] Can Select My Saved Item In Research
Posted By: Baertram
Edit: After seeing a screenshot you are refering to the other addon "Itemsaver" and not my addon "FCO ItemSaver". Plase go here and ask the addon author to support you: Item Saver For some reason I can see the saved items in the research part of crafting stations. I have those sets to be filtered out. This seem to be a fairly ne...
File: FCO ItemSaver01/14/18
Thanks, glad you like it :o Whic...
Posted By: Baertram
Thanks, glad you like it :o Which item in detail, and which slot, is it that is not shown as "M" for you? Like e.g. the "Shoulders of hundings rage, CP160, purple quality, divines" Oh just an idea: Try to go to the settings of FCOIS -> Character window -> Choose the colors of the different set types new and move the sliders...
File: FCO ItemSaver01/14/18
FCOIS Is NOT supporting the control...
Posted By: Baertram
FCOIS Is NOT supporting the controller UI at all and this will not happen to be supported as I cannot test and implement it, sorry. The addon description says so too at the "Compatibility" section. Please use the following addon if you use a controller, which is the best I can do for you: "AdvancedDisableController UI" If you...
File: WishList (Set item search&tracker/wanted Gear list)01/12/18
Hey Gamer1986PAN, It'd be fair f...
Posted By: Baertram
Hey Gamer1986PAN, It'd be fair for everyone if you post these requests in english, at least as a short form, and send me a PN with the German details. This way other users can see if their request is already talked about too ;) Both of your requests are great features I'd like to have myself, but I cannot say if 2 is possible....
File: Auto Recharge (and repair)01/11/18
Weird, it's looking fine for me and...
Posted By: Baertram
Weird, it's looking fine for me and I use CBEto osince months. Which panel is this where the icons overlap? The vendor panel, right? Any special vendor like your crown shop bought vendor, or normal NPC? Are you using "Votan's Search box"? Please disable it and check again if this happens. Normally the addons should work togeth...