Results: 6075Comments by: Baertram
File: FCO ItemSaver03/20/20
You mean normal vanilla UI mark as...
Posted By: Baertram
You mean normal vanilla UI mark as junk or mark with FCOIS sell icon and move this icon to junk? Else use the keybind mark with sell icon and then use the move all sell icons to junk so far as workaround. Once items are marked for sell FCOIS will remember it and you only need the keybind for move sell marked to junk. Could you...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/20/20
I think pChat also inclues the same...
Posted By: Baertram
I think pChat also inclues the same code as EMACs somehwere if I remember correctly. -> Enabling the sift,alt,ctrl keys for keybinds. Will try to locate and tell you where it is. Maybe you can change a file locally for yourself and see if this fixes something :D Edit: Yep found it. Lines 2075 in pChat.lua is the same code as em...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/20/20
Oh sorry, I forgot to write my answ...
Posted By: Baertram
Oh sorry, I forgot to write my answer. I've tested this with EMACs addon, using the ALT key (ALT+V was my key combination) and even then I cannot rebuild the problem with the missing first character at a whisper. Not sure why it happens for you, sorry :( Maybe any software on your computer interfers. If you change the key comb...
File: Floffel's Pledge queuer03/18/20
Looks very promising, thanks for th...
Posted By: Baertram
Looks very promising, thanks for this addon! A hint about the libraries/dependencies: Your addon is using LAM2 and LibSlashCommander which work without LibStub by using the global variables LibAddonMenu2 and LibSlashCommander. You already use these variabels in your code, correct! e.g. local LAM = LibAddonMenu2 But you...
File: Circonians LibFilterIt03/18/20
This librray is disocntinued. Plea...
Posted By: Baertram
This librray is disocntinued. Please use the following library as an alternative: LibFilters-3.0
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/18/20
Re: Re: pChat colors
Posted By: Baertram
Yep, this setting also disables it. The authors have not added this to the tooltips as information, maybe I can add a hint text there. I searched around, including the sticky and could not find this addressed. Perhaps I missed something important, but why can I not make different colors for my guilds? They are all greyed out....
File: PerfectPixel03/17/20
wow, a bit too much but thanks for...
Posted By: Baertram
wow, a bit too much but thanks for the testing! Not sure what KL1SK is able to understand here but I'm not sure what to do now?! Could you please write all together into 1 short comment again telling -what is the problem with the crosshair (vanishin in total / shown wrong / ???) -ONLY provide the steps to reproduce this err...
File: ESO Farm-Buddy03/17/20
Oh, found 1 error in my post. LAM...
Posted By: Baertram
Oh, found 1 error in my post. LAM global variable LibAddonMenu2 was added with lam version 28, not 29 ;)
File: Confirm Master Writ03/17/20
Just a hint: Maybe you can use Li...
Posted By: Baertram
Just a hint: Maybe you can use LibSets for the craftable set info or Ids you need instead of hardcoding them into your addon. It provides some API functions and the types of sets (craftable, dungeon, etc.).
File: Combat Cloud Updated03/17/20
Just an info: Your addon is usin...
Posted By: Baertram
Just an info: Your addon is using LAM2 and LibMediaProvider1-.0 which work without LibStub by using the global variables LibAddonMenu2 and LibMediaProvider. You already use these variabels in your code, correct! But you have added the libs as dependencies without assuring the global variables exists! You've just added: ##...
File: RuESO03/17/20
Thanks! But LibAddonMenu was on...
Posted By: Baertram
Thanks! But LibAddonMenu was only an example for the libs used in your code. You forgot e.g. LibMediaProvider -> btw: It's not mentioned in your RUEso.txt file? Is this correct? It should be in there as an optional dependency at least to make sure it was loaded, if present, before your addon. It also is able to work withou...
File: Advanced Filters - Updated03/17/20
I had to activate "All" and just lo...
Posted By: Baertram
I had to activate "All" and just look for them. This sounds like an ESO bug then. If the standard filters do not show the fish it's a vanilla UI error I cannot fix within AF as the prefiltering is teh standard, and AF only sets new subfilters on top of the already prefiltered data. It's not changing any of the prefilters and it w...
File: FCO Mounty03/17/20
ZOs renamed the map's texture names...
Posted By: Baertram
ZOs renamed the map's texture names and removed the _ between southern and elsweyr. That wa the problem... Hm Southern elsywer never had more than the southern elsweyr base entry (southernelsweyr_base) until now. But I'll have a look and add more of them to support more subregions. Thanks a bunch, works now.
File: RuESO03/16/20
Hey Terrab1t, please do NOT incl...
Posted By: Baertram
Hey Terrab1t, please do NOT include the libraries hardcoded in your addons! Please remove LibAddonMenu-2.0 from your libs folder OR include it in total WITH it's own txt file so the addon manger will find it ingame properly and only load the newest version. Else there might be the day where the librray is old and non working,...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/16/20
Not sure, not using this feature of...
Posted By: Baertram
Not sure, not using this feature of pChat as FCOChatTabBrain got it and I'm used to it. Will have a look as I find the time. 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 bu...
File: Advanced Filters - Updated03/16/20
Can you check something else for me...
Posted By: Baertram
Can you check something else for me. I had a really hard time just now finding Fish under Misc -> Trophy where it used to be. Not "Fish" AFTER you filet it. The fish you catch like River Betty and Salmon. I'm not fishing so hard to test, need to fish a fish first :) Your question is now what exactly: It's not showing below Misc -...
File: ESO Master Recipe List03/15/20
Re: Re: Furnishing list wont load
Posted By: Baertram
This error seems to happen as LibPhinixFunctions is not loaded properly. Also having below problem. Here is my error message: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:2430: operator .. is not supported for nil .. string stack traceback: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:2430: in function 'Navigat...
File: FCO ItemSaver03/15/20
It's the library then. Somehow it i...
Posted By: Baertram
It's the library then. Somehow it is not loaded properly because of addons loading old versions, harcoded from their addon's txt file. Might be Dolgubons lazy Set or Writ Creator e.g. Try to logout, delete LibFeedback folder in AddOns, download newest LibFeedback again to AddOns folder. Login then. Try if FCOIS alone loads prope...
File: Advanced Filters - Updated03/15/20
Yep, seems that there is an error w...
Posted By: Baertram
Yep, seems that there is an error with the bow subfilters somehow, it also shows staffs for me. Using the dropdown fiolter "Bow" works though. Edit: Found and fixed it -> Thanks for the hint Sharlikran. See file data.lua, line 560, remove the anonymous function around GetFilterCallbackForWeaponType({WEAPONTYPE_BOW}) so it on...
File: FCO ItemSaver03/15/20
Whoops, looks funny :D Please try...
Posted By: Baertram
Whoops, looks funny :D Please try if this happens with only FCOItemSaver enabled as addon as well! If yes: Please send me your savedvariables file to [email protected] and provide me the info what server, account and character name is used as the error happens. If not, please enable the other addons (like IIfA) one after an...
File: Research Assistant (Find your researchable items)03/15/20
Thanks Zottelchen, will have a furt...
Posted By: Baertram
Thanks Zottelchen, will have a further look. Pleae test with this RA beta version and the newest FCOIS version available. When did the error message happen for you? At login? Or did you loot something or scanned the inventory manually for autoamtic marks via the FCOIS settings or the additional inventory "flag" context menu?...
File: Research Assistant (Find your researchable items)03/15/20
Before you changed it I didn't have...
Posted By: Baertram
Before you changed it I didn't have to do anything to set it, certainly don't remember doing it years past. Yes, as I have written many times already: And this was the reason why ppl send several bug reports, mails and ingame mails telling me the addon does not work. The addon has chosen AUTOMATICALLY your currently logged in char...
File: Research Assistant (Find your researchable items)03/14/20
Well it's easy and quite obvious, n...
Posted By: Baertram
Well it's easy and quite obvious, not confusing at all. You just seem to climb in yourself on it :confused: If you want each character to be a researcher you simply need to setup the current logged in character in the crafting dropdown boxes as the research character! It always worked this way! The options are not mine, they were t...
File: FCO ItemSaver03/14/20
Seems that the ## AddOnVersin: tag...
Posted By: Baertram
Seems that the ## AddOnVersin: tag is missing in the last released LibFeedback's LibFeedback.txt. Had added it locally for me already as it seems... Update is coming. Edit: You need to edit the FCOItemSaver.txt file and in the ## DependsOn line remove the >=013... after LibFeedback so it is only LibFeedback
File: Advanced Filters - FCO Duplicate items filter plugin03/14/20
Re: research duplicate filter
Posted By: Baertram
There exist several addons for the purpoise already, e.g. ResearchAssistant. I'm not going to tyr to code such as a plugin for a "filter" addon, sorry. Hi, would you mind adding a new filter that would help to identify redundant research fodder items? It would not have name, level or quality in the filter expression, but instead...