Results: 6033Comments by: Baertram
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/22/20
Weird, why is it working for me the...
Posted By: Baertram
Weird, why is it working for me then? And the game provides the chording with the other keybinds else it wouldn't be available at all :D Could you maybe make a small video showing me exactly what does not work, with only pChat active? And send me your pChat.lua SavedVariables file to [email protected] telling me server, ac...
File: Auto Recharge (and repair)03/21/20
Should I have "Use repair kit for i...
Posted By: Baertram
Should I have "Use repair kit for item level" turned off for it to use use worst to best kits instead? Not my code but I tried to read and provide you the info I got here: "Use repair kit for item level": With this setting enabled, depending on the item that needs to be repaired, the addon tries to determine a repairkit which will...
File: Advanced Filters - Updated03/21/20
Re: Bug fix + spanish localization
Posted By: Baertram
Sure, thanks for the translations man! You know I added this bug by removing some translations to see if anyone uses AF with ES strings and provides the translations. *joke* :D Hello, Since some patches ago, this addon makes a bug window thing to pop up when you log on a character or reloadui while your game language is set...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/21/20
Re: Quick question
Posted By: Baertram
Hello Leia, Thanks for fixing the issue with the chat window background What issue with the chat window background? Did I fix this already (you're welcome then :D) or is there still a bug? Group settings: Yes it should change the chat channel (not the tab!) to the /group upon manually grouping. The group finder was not born...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/21/20
Oh I found this in the addon descri...
Posted By: Baertram
Oh I found this in the addon description, which was added by Ayantir some years ago: -Do not use a keybind that uses Alt. For example, Alt+Shift+x, Alt+Ctrl+x, all keybinds without Alt are good. So this seems to be a known bug but I wonder why ALT+U works for me then properly. Maybe I had another addon active and did not realitz...
File: Auto Recruit03/21/20
Hey there, thanks for the addon...
Posted By: Baertram
Hey there, thanks for the addon but a few things you should/must change: 1. AR as global variable is too short! There might be several other addons already using an local AR variable which you will overwrite then. Please use as global variables longer ones, like AutoRecrute which won't be polluting the global namespace and over...
File: Advanced Filters - Updated03/20/20
The fish from fishing is shown at c...
Posted By: Baertram
The fish from fishing is shown at consumables for me, below trophys. It's not miscellaneous -> trophys (ITEMTYPE_FISH) But at miscellaneous -> trophys it shows sellable trophys from fishing like a Permult crawfish (ITEMTYPE_COLLECTIBLE->SPECIALIZED_ITEMTYPE_COLLECTIBLE_RARE_FISH)
File: Player Status03/20/20
A hint about the libraries/dependen...
Posted By: Baertram
A hint about the libraries/dependencies: Your addon is using LAM2 which works without LibStub by using the global variables LibAddonMenu2. You already use these variabels in your code, correct! e.g. local LAM = LibAddonMenu2 But you have added the libs as dependencies without assuring the global variables exists! You've...
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...