Results: 6110Comments by: Baertram
File: PerfectPixel03/29/21
Try to disable other addons as "thi...
Posted By: Baertram
Try to disable other addons as "this" is how AwesomeGuildStore and PP look like if you got other addons enabled: all okay https://i.imgur.com/rPT74PY.png https://i.imgur.com/HKmmDWG.png So you need to find out which other addon moves the search bar for you and changes the buttons there. Maybe you are using "Votan's Search Box"?...
File: Advanced Filters - Updated03/29/21
Re: Re: Re: Re: Re: awesome guild store with AF
Posted By: Baertram
Okay something changed at the vanilla UI filters and/or AwesomeGuildStore and has broken the AF filters to work at the CraftBag panel of AGS. Seems like AGS changed something and clears the filters upon craftbag open, which will delete AF's filters now, and break the CraftBag :-( I'll talk to the dev and ask for help/a fix. Edit:...
File: Advanced Filters - Updated03/29/21
Thanks for the info. I can add a c...
Posted By: Baertram
Thanks for the info. I can add a compatibility fix for PerfectPixel so that your position will be automatically used if PP is enabled. Basically you can do it yourself already if you like to: local sbOffsetY = -10 if PP ~= nil or PerfectPixel ~= nil then sbOffsetY = 70 end searchFiltersTextSearch:SetAnchor(BOTTOMLEFT, b...
File: Advanced Filters - Updated03/28/21
Re: Re: Re: Re: Re: awesome guild store with AF
Posted By: Baertram
I'm pretty sure that AGS is one of the most used addons :p So whatever bug you got is either particular to your settings within AF and AGS (in combination) or you need to click something in a special order, or e.g. open the normal inventory after login once and this will fix it somehow. So only a few, including you, do not open the i...
File: Miat's CastIcon03/28/21
Search for LibAddonMenu and LibStub...
Posted By: Baertram
Search for LibAddonMenu and LibStub in the forums and you will find several posts how to fix this yourself by deleting the subfolder "libs" in your addons and only install the newest version of the libraries to live/Addons folder. (e.g. https://www.esoui.com/forums/showthread.php?t=9240&highlight=libaddonmenu+libstub) And change e.g...
File: FCO Lockpicker03/27/21
После...
Posted By: Baertram
После последнего обновления перестала работать подсв&...
File: Jack of all Trades - Automatic CP Respec03/26/21
Hi, somehow it still is not work...
Posted By: Baertram
Hi, somehow it still is not working. The addon manager ingame says version 22 is installed: https://i.imgur.com/eJEeFGf.png Getting this as I mount: ||cba6a1a||t24:24:esoui/art/champion/champion_points_stamina_icon-hud-32.dds||tDu hast nicht genügend Punkte in den Stern Begabter Reiter investiert, um zu aktivieren. |rsta...
File: Advanced Filters - Updated03/26/21
Re: Re: Re: awesome guild store with AF
Posted By: Baertram
Okay, thanks for the info. Not sure what might have changed, I'll have a look if I'm able to rebuild this problem. If you can add particular steps from login to the problem to rebuild the error in detail, feel free to go ahead (e.g. if it only happens if I click some AwesomeGuildStore stuff before going to the sell tab and choosing...
File: Advanced Filters - Updated03/26/21
Re: awesome guild store with AF
Posted By: Baertram
anyone else have problems with the AF subfilters not working with aws when you are trying to sell stuff from your craft bag? this is a new thing since the last patch, i think. I don't recall it being a problem last week. TIA And WHAT EXACTLY does "having problems" and "not working" mean? You need to describe it with more details p...
File: Jack of all Trades - Automatic CP Respec03/25/21
Thanks for your addon! Somehow g...
Posted By: Baertram
Thanks for your addon! Somehow got a bug as it seems: I always get the info that I did not invest enough points into the gifted rider CPs to slot it. But it's at max 100, and I'm able to manually slot it. https://i.imgur.com/8XjRxS7.png This message appears on mounting: ||t24:24:esoui/art/champion/champion_points_stamin...
File: FCO ItemSaver03/25/21
I seem to have a real dumb spell, s...
Posted By: Baertram
I seem to have a real dumb spell, so sorry in advance, but I can't find anywhere (including the faq) -- whether it's possible to make a rule to automark specific sets? Nope, not yet :D My current beta provides a LibShifterBox where you can add "exclusions". All at the left will be automarked, all at the right side wont. ATTENTIO...
File: Ajuste de compatibilidade com outros addons que utilizam LibAddonMenu03/23/21
Please do NOT use LibStub any longe...
Posted By: Baertram
Please do NOT use LibStub any longer! It's deprictaed and you need to use the global variables of the libraries, which replace the LibStub calls. e.g. Wrong: local LMP = LibStub("LibMediaProvider-1.0", true) local LAM = LibStub("LibAddonMeneu-2.0") Correct instead: local LMP = LibMediaProvider local...
File: PerfectPixel03/22/21
Ok, so the addon in question was Li...
Posted By: Baertram
Ok, so the addon in question was Lionas's Food & Drink Reminder: https://www.esoui.com/downloads/info1453-LionassFoodDrinkReminder.html Good news for me, I don't ever use it, so I can remove it altogether and solve problem for myself. It's pretty outdated as it seems. Most probably it hacks into the inventory menus and causes...
File: PerfectPixel03/22/21
I think I rememer seeing this error...
Posted By: Baertram
I think I rememer seeing this error in the past and we fixed it somehow, but there definately was another addon involved. I "think" it was AlphaGear2? Not sure anymore though. Does this addon disable Drag and Drop functionality in Skills window, or is it a conflict between this addon and some other? It looks like a conflict with...
File: PerfectPixel03/21/21
Yes, Minion does not support any no...
Posted By: Baertram
Yes, Minion does not support any non-latin characters and thus is not working properly if you install addons/choose a username with these characters. Most likely it was able to download the zip, as it will be in your live or live/AddOns folder then afterwards, but then the extraction did not work and it stopped at the folder. This w...
File: SuperStar - Waking Flame Update03/21/21
Hi there, please prepare and upd...
Posted By: Baertram
Hi there, please prepare and update to Superstar to support LibMainMenu2 and strip LibMainMenu1 usage. The lib will be oudated soon. IMPORTANT @addon author - Just as an info for the near future: Please read the comment about LibMainMenu removal and LibMainMenu2 addition to your addon! https://www.esoui.com/downloads/fileinf...
File: Jack of all Trades - Automatic CP Respec03/21/21
Re: Re: Re: Great Addon!
Posted By: Baertram
Currently there is no API given providing zhe cooldown seconds left but I heard ZOs is thinking about adding API funcitons for addons, and maybe a timer at the champion respec UI. It all depends on how much the server will get stressed, afai understood, if every user is using the "how many seconds are left at the CP reslot cooldown?...
File: PerfectPixel03/20/21
Re: Include Banked Items Checkbox - Issues Persists After Update
Posted By: Baertram
Could it be because I'm running in 4K resolution? Yes could be. Are you using a custom scaling? Or standard scaling? Please provide the following: -Screenshot of the checkbox at the reasearch tab as it is miss-placed -Steps from login, to the miss-placed checkbox at the research tab, to reproduce the bug
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)03/19/21
No, thanks to you! This is your ad...
Posted By: Baertram
No, thanks to you! This is your addon and it's one of the must-haves at the moment (and future I bet). Without this I definately would have stopped playing (for a while at least) as I would be too annoyed to manually dsitribute all the CPs on all of my toons :p
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)03/18/21
Hey Irniben, one feature request...
Posted By: Baertram
Hey Irniben, one feature request for the CP 2.0 profile save -> automatic names: You currently save it like this: "New profile (Warden/DD)" Could you please check which attribute is the highest between magicka/stamina and save it like this automatically: "New profile ( Warden/DD)" where it's either Stam or mag then....
File: UnDead's Group Utilities: New Name Contest!03/18/21
Hi there, thanks for the addon. In...
Posted By: Baertram
Hi there, thanks for the addon. In your LAM settings, if you specify a unique reference to the dropdown boxes where the friends are included, you can use the :UpdateValues() function to pass in the actual choices and choicesValues list to these dropdown boxes. e.g. create a local function to read the actual friends list, as the...
File: Guild AdBlock - Block Guild Advertisement Spam03/17/21
Thanks for the addon. One thing:...
Posted By: Baertram
Thanks for the addon. One thing: You should not use the hard values like 31 for your message type but use the ZOs defined constants, as the values might change in the future (some did already). The constants can be found in the esouidocumentation_pxx.txt file, provided here: https://wiki.esoui.com/APIVersion#live_API_version...
File: PerfectPixel03/16/21
Seems PP's item square size (the bl...
Posted By: Baertram
Seems PP's item square size (the black square) is a bit wider than the vanilla UI, making the 8th item not fit into the row anymore and wrap around to the next row. Only briefly checked those code rows. Recoding the total PP stuff to make this UI not wrap around would be the solution. imo: Well, visual trifles. We need to live with...
File: OffTaunt03/15/21
I cant hop into ESO until later to...
Posted By: Baertram
I cant hop into ESO until later to test, but its probably interesting for more ppl to understand how your override timer works? Cause if I imagine my offtank needs to wait and keep the reticle on the boss for 5s after the maintank met an unfortunate accident.... that might be devastating :D Hammer the skill for 2 seconds at le...
File: LibBossFight03/15/21
LibBossFight (and LibAsylum) v2.0 -...
Posted By: Baertram
LibBossFight (and LibAsylum) v2.0 - without LibStub and with proper txt files -Added txt manifest files for LibBossFight and LibAsylum, using ## AddOnVersion and ## IsLibrary: true properly instead of LibStub -Removed LibStub usage -Added global variables LibBossFight and LibAsylum to reference the libraries -Removed global lea...