Results: 6040Comments by: Baertram
File: Advanced Filters - No Bank02/10/19
There is also available the addon "...
Posted By: Baertram
There is also available the addon "FCOCraftFilter" which adds a button to the UI at crafting statiosn to easily switch between all items, only bag, only bank.
File: Combat Reticle02/09/19
Thanks for the tests. I won't rele...
Posted By: Baertram
Thanks for the tests. I won't release a patch then if you want to integrate it in the official version. I had changed quite a lot in all files to strip some globally leaking variables, add the global CombatReticle table to check for with other addons. Feel free to use my files 1:1 if you do not want to do diff checks. @baertram...
File: FCO ItemSaver02/08/19
If you are using the addon "Perfect...
Posted By: Baertram
If you are using the addon "PerfectPixle" and have one of the followign problems, disable the addon PP please! -If you notice that the SHIFT+right mouse button click won't remove/restore the marker icons on your inventories anymore: -If you notice that double clicking a protected (marked) item to add it to the mail/trade/... wo...
File: Wykkyd Toolbar02/07/19
I was able to replicate the issues...
Posted By: Baertram
I was able to replicate the issues of the control characters showing on zone, class and race strings. It turned out that code that strips control characters was missing when the toolbar was initialized under one condition. I updated that, things look good on my client now. The class file didn't have code for striping control ch...
File: Advanced Filters - Monster sets filter plugin02/06/19
Re: Re: Re: AF Monster Sets Filter - UI Error
Posted By: Baertram
Not sure if this is a "bug" with pChat or you ave not setup the addon pChat properly then. Check the settings of pCaht please if there are ways to achieve your desired goal. Or maybe I do not understand what the problem for you was now :confused: Cuz for me it is all working as expected and I got no bugs or problems with pChat at all...
File: LibAddonMenu-2.002/05/19
Correct, AddOnVersion > ApiVersion...
Posted By: Baertram
Correct, AddOnVersion > ApiVersion as AddOnVersion can be different with the same api. If the game should check both in combination you need to report this probably to ZOs. I'd say: The AddOnVersion alone is enough as you'll update it with, or w/o an ApiVersion. For the apiversion: just enable this annoying checkbox and all i...
File: SprintSens02/05/19
No I do not know one as there is no...
Posted By: Baertram
No I do not know one as there is no function or event, just the HUD_SCENE and HUD_UI_SCENE maybe. But I doubt they will help. But as I said there are global events for the action_layers which are called as a keybinding is used and thus one is somehow able to notice if a key is pressed. I have never used this so far but I bet someone...
File: SprintSens02/05/19
Perhaps another idea: Check for th...
Posted By: Baertram
Perhaps another idea: Check for the key to sprint if it is pressed and only enable your code then. You can contact us on the esoui gitter chat to ask for help. Not sure if my idea is possible but I think one can check the global action push and pop layers and test if a key is pressed. And the key assigned for sprinting should be...
File: SprintSens02/05/19
Does this addon fix the mouse sensi...
Posted By: Baertram
Does this addon fix the mouse sensitivity during sprint to be higher so turning around is easier? This looks great, I always disliked this behaviour in the game. What is the first slider "Interval" meant to do?
File: FCO ItemSaver02/05/19
Re: Re: Re: Re: Re: Been having frame drops whenever an item enters my inventory
Posted By: Baertram
Glad I could help, no problem. There are other addons like Rulebased Inventory, maybe another one can help you as well. Edit: Just found a maybe alternative for you: Auto Category The other ones seem to be removed. But I think the more rules must be applied the more lagy the inventory gets. Maybe you can use the automa...
File: Advanced Filters - Monster sets filter plugin02/05/19
Re: AF Monster Sets Filter - UI Error
Posted By: Baertram
My pChat addon is working fine. It ois showing addon text which will NOT be shown if pChat is deactivated (this addon text will be output to the chat before the chat is loaded. So normally you cannot see it but you will if pChat is enabled). If the addons are using the d() command the text will be always written to the SYSTEM channe...
File: FCO ItemSaver02/04/19
Re: Re: Re: Been having frame drops whenever an item enters my inventory
Posted By: Baertram
Thanks. Try the AdvancedFilters beta, I have fixed a lot of known bugs in the original AdvancedFilters + added crafting station support and others. @Rulebased Inventory This could be the reason yes. I know the addon and depending on your rules it is checking every item with multiple checks + updates to the inventories. If the...
File: FCO ItemSaver02/04/19
Re: Been having frame drops whenever an item enters my inventory
Posted By: Baertram
Lock @deconstruction not hiding items: Did you try the 4 filter buttons below the inventories? The left one of the 4 is for the lock + dynamic icons. If you enable this to be green the items with lock and dynamic icons are not shown anymore, regardless at what inventory or carfting station you are. And it will save the state for eac...
File: Combat Reticle02/04/19
Here is the link for my CombatRetic...
Posted By: Baertram
Here is the link for my CombatReticle beta version including different reticle color settings for weapon pair main and backup: CombatReticle beta weapon pair colors Please test it a lot and tell me if everything works, or not. Tell me how to rebuild any bugs in detail please so I can fix them. If we got a version which is stable...
File: WishList (Set item search&tracker/wanted Gear list)02/03/19
Found the bugs and fixed them, than...
Posted By: Baertram
Found the bugs and fixed them, thanks for telling me.
File: Advanced Filters - Monster sets filter plugin02/03/19
I've fixed some more stuff where an...
Posted By: Baertram
I've fixed some more stuff where an error could appear. Please download the latest version 0.0.3 of this plugin + update LibSets to version 0.0.4! This should fix all the error messages now. Watch the chat after login. It will show you that this addon here e.g. initiated the LibSets scan of the setData and show a popup dialog at t...
File: WishList (Set item search&tracker/wanted Gear list)02/02/19
Re: Re: Re: History: User shows
Posted By: Baertram
Ok, seems the hrc trial is not recognized properly as a zonename then. Never was in there, will try to test it somehow to see if a zonename was found. Not sure though why the char name is not recognized properly then. Maybe another addon disturbing. Do you use any other group related addons, especially ones changing the character nam...
File: Advanced Filters - Monster sets filter plugin02/02/19
Re: UI Error version 0.0.2
Posted By: Baertram
https://imgur.com/a/6BME6LJ Did you update the needed library LibSets to the newest version (like it was written in the changelog)? It should scan the sets upon login and show you a popup after that so you do reloadui. After that all sets data should be in the Saved Variables and depending addons are working (like this plugin fo...
File: LibZone02/01/19
feature request: add functions Get...
Posted By: Baertram
feature request: add functions GetCurrentZone(), IsPublicDungeon(), IsDelvel(), IsTrial(), IsGroupDungeon() etc if this seems possible. What should GetCurrentZone() return what is not already there? You are already able to use ingame API functions to get teh current's zone zoneId and then use libZone to get this zones's data....
File: WishList (Set item search&tracker/wanted Gear list)02/01/19
Re: History: User shows
Posted By: Baertram
Awesome addon, many thanks for creating it! Unfortunatly, in my case, in history, it only shows "???" under USER, and the tooltip have both the Locality and Name blank. I double checked and I have all Libs installed as well as updated version of the addon (via Minion). Also, on screen notifications do not show username, only ": na...
File: MailBuddy (Mail assistant/favorites)01/31/19
Re: remove old subjects?
Posted By: Baertram
I can't seem to edit or remove the old subjects I saved on the list. Is there a way to do that? thanks Some of the subjects are hard coded (return, rts, bounce). The others can be deleted by clicking on the small icon to the left of them.
File: Circonians TextureIt - API Version 10002501/30/19
And which addon did you update? :D...
Posted By: Baertram
And which addon did you update? :D Seems to be TextureIt, by the filename. Did you add the 10025 textures to the addon or just increase the txt's APIVersion tag?
File: Advanced Filters - Updated01/30/19
AdvancedFilters BETA - Wrathstone P...
Posted By: Baertram
AdvancedFilters BETA - Wrathstone PTS version If anyone wants to test it, feel free and tell me what is not working please. Many thanks.
File: Crafting Material Level Display Updated01/30/19
Hi, is the Provisioning text no lon...
Posted By: Baertram
Hi, is the Provisioning text no longer a part of the addon? I downloaded this specifically for the info it provides on cooking materials and it doesn't seem to be working for me. I didn't find anything for it in the addon settings either. See the changelog: v2 ======= - Updated API version - Dropped Provisionning features, bec...
File: Advanced Filters - Monster sets filter plugin01/30/19
LibSets ist loaded but no message w...
Posted By: Baertram
LibSets ist loaded but no message will be shown at the chat (within 5 minutes after loggin). 7 chars + 400 items in bank LibSets got nothing to do with your chars and items ;) It will scan the ingame item IDs after login "ONCE FOR EACH API CHANGE" and save the data to the SavedVariables file "LibSets.lua". Please logout, then...