Results: 6077Comments by: Baertram
File: FCO ChatTabBrain (Automatic chat tab&message channel switch)03/07/20
It's needed to show the chat via mo...
Posted By: Baertram
It's needed to show the chat via mouse again. But you can setup the addon toi make it show on mouse move over it as well. No need to click. This as amazing! awesome work, exactly what i wanted! ....almost ;) In a perfect world that little triangle to open the chat box would also be gone when u click to hide while minimized >...
File: Arch's Enhanced Crafting03/07/20
Hey Arch, thanks for fixing the...
Posted By: Baertram
Hey Arch, thanks for fixing the libraries but ... :p Now you only are using local LAM = LibAddonMenu2 to laod the library LAM but you have only added the library in total to the dependencies. As I had written: The global avriable LibAddonMenu2 was introduced in version 28 of this libray so you should either have added it as ##...
File: Research Assistant (Find your researchable items)03/07/20
What do you mean we only have to se...
Posted By: Baertram
What do you mean we only have to set one? I had to select the current character 4 times to get it to track all of the crafting skills for every single character. Once for cloth, blacksmith, woodworking and jewelry. Right. What I meant was you only need to select any to make the dialog go away. As you guys alyways said the dialog is...
File: Arch's Enhanced Map03/07/20
Hey Architecture, PLEASE DO NOT...
Posted By: Baertram
Hey Architecture, PLEASE DO NOT include any library without it's own txt file. Wrong: ; MANIFEST: lib\LibStub\LibStub.lua lib\LibMapPing\LibMapPing.lua lib\LibGPS\LibGPS.lua lang.lua lang\en.lua lang\$(language).lua lib\LibAddonMenu-2.0\LibAddonMenu-2.0.lua lib\LibAddonMenu-2.0\controls\panel.lua lib\LibAddonMen...
File: rChat03/07/20
Removed dependency on LibDebugLogge...
Posted By: Baertram
Removed dependency on LibDebugLogger to keep it from consuming (hiding) many SYSTEM messages. It's not consuming them, just showing them in the DebugLogViewer addon (if you enable it). All you need to do, if your addon posts LibDebugLogger : Debug() messages, is to "ENABLE" the debug messages in the DebugLogViewer addons ettings...
File: Stack Master03/06/20
Hey there, thanks for the cool add...
Posted By: Baertram
Hey there, thanks for the cool addon. One feature request: As there are hundreds of addons adding items to the inventory context menus and you are already using LibCustomMenu please use a submenu for the stack entries via LibCustomMenu: AddCustomSubMenuItem This will uncluster the context menus and make it easier to see "all...
File: Research Assistant (Find your researchable items)03/05/20
It does make some sense. At least 3...
Posted By: Baertram
It does make some sense. At least 3 users have come here specifically to tell you that choosing the current character IS correct and is the preferred behavior. 3 out of thousands :rolleyes: Not the numbers I assume to be a "good reason". And I'm not thinking about what could have other users said. They need to come here or complain...
File: ToxicPlayers: Easy Targets03/05/20
I know what you mean... :D Thanks!...
Posted By: Baertram
I know what you mean... :D Thanks! And yes, I DO understand them, it's just my time and motivation is pretty limited lately ;)
File: Research Assistant (Find your researchable items)03/05/20
I don't like responses from frustat...
Posted By: Baertram
I don't like responses from frustated users who claim to be pissed because of changes they don't like, without knowing the reasons, without giving feedback with examples why it is not good the way it is now and what was better before, just saying "I WANT IT TO BE LIKE BEFORE; DO IT OR I'LL USE ANOTHER ADDON!!!". I'm not forcing anyon...
File: ESO Farm-Buddy03/05/20
Hey Keldor, thanks for the addon...
Posted By: Baertram
Hey Keldor, thanks for the addon. I guess this is no problem as most users updated their addons and libs already but if there is someone out there only using outdated other addon together with yours it could get buggy: Your txt file says ## DependsOn: LibCustomMenu LibAddonMenu-2.0 But in your code you only use local LAM...
File: Research Assistant (Find your researchable items)03/05/20
-As information- No matter what yo...
Posted By: Baertram
-As information- No matter what you think the addon did or should do: If you have not chosen any character in the research character settings the addon won't show you any research information at weapon, armor or jewelry. How should it do this if it does not know which char to check for the research info, so it is able to tell you...
File: Vesiath's emotes03/05/20
Hi Vesiath, LibCustomTitles was...
Posted By: Baertram
Hi Vesiath, LibCustomTitles was not implemented to make it be used within other addons to add their own customtitles or emotes. It is meant to reward ppl a new title, in a centralized library, not on an "per addon base" :( The titles are checked before they get added. If you want to code something around it to add your emotes...
File: ToxicPlayers: Easy Targets03/05/20
And the next one to inform :D Pl...
Posted By: Baertram
And the next one to inform :D Please do NOT include the libraries WITHOUT their own txt files anymore!!! :( Do the following: Either include th library completely, with all subfolders and files, especially the txt files! Or remove the libraries in total and add them as an ## DependsOn: LibraryName so users need to install the...
File: AllCraft03/05/20
Your description says: LibStub (Wi...
Posted By: Baertram
Your description says: LibStub (Will remove when I get LibAddonMenu-2.0 to function properly without it) What is not working properly at LAM2 for you, without LibStub? The dependency to LibStub is within LAM2 so your addon is not depending on it and shouldn't be named as a dependency here. Users installing LAM2 will automatical...
File: Tamriel Trade Centre jpPatch03/05/20
Just to inform you: the APIVersion...
Posted By: Baertram
Just to inform you: the APIVersion is still at 100029
File: Accessorize03/05/20
Thanks! You should change the ad...
Posted By: Baertram
Thanks! You should change the addon description and add the dependency there as not all are reading the changelog. Just add something like: This addon needs the following dependencies installed: LibAddonMenu-2.0
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/05/20
Re: Custom Font Resets
Posted By: Baertram
Each addon will overwrite custom "LOCAL" changes you do on EACH update. As the total folder will be removed and extracted new from the ZIP file, overwriting exisiting files. So if you want to include a font the long term you need to provide me the file and info what you have done to make it work I'll include it into the addon (if...
File: Research Assistant (Find your researchable items)03/03/20
I see that the comment below me has...
Posted By: Baertram
I see that the comment below me has time-consuming and annoying looking tips for how to force the addon to work in spite of the poorly designed changes. I am still unsure if it's worth my time to waste having to fix things that have no reason to have been broken. You better watch your writing before posting next time if you do not...
File: Research Assistant (Find your researchable items)03/02/20
Tested with version 0.9.4.7: If yo...
Posted By: Baertram
Tested with version 0.9.4.7: If you set ALL research characters to - (none chosen) the addon won't have any benefit. No tooltips are shown properly. No research info is provided. No markers at items are shown. So this makes no difference to version 0.9.4.8 and the popup telling you to at least enable ONE crafting character or...
File: CraftStore Endless Archive03/02/20
Hey Rhyono, about the not resear...
Posted By: Baertram
Hey Rhyono, about the not researching stuff GregoriousJB has opened as a bug report: It works fine for me IF the item was not a jewelry piece. You are only using the function FCOIS.IsResearchLocked and do not distinguish between normal armor/weapons and jewelry. Jewelry needs to use the API function FCOIS.IsJewelryResearchLoc...
File: FCO ItemSaver03/02/20
I've tested this and for me it work...
Posted By: Baertram
I've tested this and for me it works with a banked hands item where the FCOIS research marker icon is applied. Settings within FCOIS say: Deactivate research ENABLED Deactivate jewelry research ENABLED Reserve research items ENABLED The research would start with these settings and FCOIS v1.7.5 installed. Is it a jewelry...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/02/20
Re: Re: Re: Chat Tab settings now working correctly
Posted By: Baertram
The coding CAN'T actually change the chat's channel at the tabs if you have disabled this setting. I just checked and tested this. Setting: enabled tab1 (/say): Saved in SavedVariables tab2 (/guild1): Saved in SAvedVariables Changed chat tabs between 3 (group), 2 (guild1), 1 (say). The chat channels were chanegd accordingly...
File: Auto Read03/02/20
I think BigM wanted to say the addo...
Posted By: Baertram
I think BigM wanted to say the addon is no benefit cuz if the book opens he pressed once w to step forward ingame and the book closes :p This is vanilla UI and no addons are needed for this to happen. The benefit here is that the book does not open anymore (at least SpeedFarmer handled it this way) and you just used the "Use" key...
File: Mass Deconstructor03/02/20
Your txt file got an error in the a...
Posted By: Baertram
Your txt file got an error in the apiversion now: ## APIVersion: 100030,100031 No, are allowed, just use a space. Makes no difference ingame if users press the "Allow outdated addons" checbox but if not the ingame addonamanger won't recognize this apiversion properly and show your addon as outdated. Please do NOT include the...
File: pChat (Chat customization & help: look/notification/sound/automation/history)03/02/20
Thanks LiBChatMessage is already m...
Posted By: Baertram
Thanks LiBChatMessage is already mentioned in the chagelog, description and sticky post (red big letters at the beginning) In the pinned message there're still parts explaining to install and download LibChat2. I guess that should be replaced with LibChatMessage to prevent confusion? "Be sure to install LibChat2 and not a...