Results: 6069Comments by: Baertram
File: DoItAll (Mass Extract/Deconstruct/Move/Mail attach/...)04/17/20
What do you mean by it cannot prote...
Posted By: Baertram
What do you mean by it cannot protect them? DoItAll does not protect anything. And the vanilla UI game lock by ZOs is just hiding the items totally from the inventory list at deoconstruction table etc. So I don't need to do anything about this for DoItAll as the items are simply not show. What do you want to do WHERE with the van...
File: Set Tracker - UPDATED04/17/20
Re: 2.8 and Highlight traits
Posted By: Baertram
This addon tracks the whole sets and not only "some traits". If you mark and setitem of a set as tracked it will be tracked and you can see what items of that set is at your different bags. If you only want to track some traits you can use FCOItemSaver to automatically mark set items by their traits e.g. And to be honest: I gave...
File: Vampire Info04/17/20
You are welcome Kenza. Right, I al...
Posted By: Baertram
You are welcome Kenza. Right, I also wondered why the seconds stuttered as I had changed the slider to 5seconds :p I can have a look if this is easily doable. Please try if this works for you: VampireInfo v2 Baertram Wonderful! I've tested everything I can think to test of it and it's working beautifully! Thanks for the 'Up...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/16/20
Re: Re: Re: Re: Re: Re: Automatic Party Switching
Posted By: Baertram
Hm... As the group finder strikes it will port you into a dungeon. So at this point, as you got into the dungeon, the party channel should be set. I rely on the event (EVENT_PLAYER_ACTIVATED) that should fire than. If it doesn't I'm not able to do anything here :( But as you get into a new zone and a loading screen appears before...
File: Vampire Info04/16/20
I've changed the addon VampireInfo:...
Posted By: Baertram
I've changed the addon VampireInfo: -Removed old libs -Fixed settings menu to use new LibAddonMenu-2.0 -Needed libraries: LibAddonMenu-2.0 and LibMediaProvider-1.0 -> Please install as standalone libraries into your AddOns folder, e.g. via Minion -Made the SavedVariables save differently for each server but the same for each acco...
File: FCO ItemSaver04/16/20
Re: Re: Re: Re: Icons not visible in Bag menu
Posted By: Baertram
Sorry but I cannot rebuild this problem so far? :confused: What scale did you use before setting it to 99% ? The standard value 100? Will try again with the scale = 100 Edit: Okay, found the bug... I forgot to resize the icons if the values before sclaing and after scaling are the same... Which happens if the scale is 100%...
File: Joviex's Addon Settings Transfer (Updated)04/16/20
Please click the more info checkbox...
Posted By: Baertram
Please click the more info checkbox and copy the TEXT from the error message here, completely! Put the tags (without the space) around it please. Without the total info and the variables shown with the More info checkbox activated this error messages does not help. Edit: Updated a few lines, fixed one global variable and added...
File: FCO ItemSaver04/16/20
Re: Re: Re: Icons not visible in Bag menu
Posted By: Baertram
Thanks RickyAll, seems the scale factor then somehow makes the icons disappear or it's still soemthign else. I'll try to rebuild the problem. Please update GridList, as KL1SK has updated the addon with a fix as well in the meantime. If this fixes it already for you, please tell me so I do not invest time here. Hello, I'm havi...
File: AI Vampire Status04/16/20
This makes no sense. If you want t...
Posted By: Baertram
This makes no sense. If you want to keep each addon's update date updated you need to uplaod exisitng and working addons every 2nd month again and again which would need it to change the version etc. Maybe you should try to do this with 10 addons just to understand what work and time you need for this :rolleyes: The users shoul...
File: Discord Link Command04/16/20
Just a hint about the event add_on_...
Posted By: Baertram
Just a hint about the event add_on_loaded: It's called on each library and addon AND ZOs code once, from characters Z to A respecting the dependencies in the txt files of the addon (## OptionalDependsOn, ## DependsOn). So after your addon was found by the addonName you should use EVENT_MANAGER:UnregisterForEvent(YourAddon.name,...
File: Group User ID04/16/20
I see, but if you ONLY want to chan...
Posted By: Baertram
I see, but if you ONLY want to change the character name to display name or vice versa you should ONLY change the affected line then and leave all other code normal. Use a SecurePostHook on the SetupGroupEntry function. This will render all with vanilla code first. Then in your callback function of the SecurePostHook only change th...
File: PerfectPixel04/16/20
Re: Trait Icons dimming
Posted By: Baertram
Cool feature, I want this too! :p No seriously, I like this! Hi, I'm sure i've seen this before, but I can't for the life of me remember what the fix was, or if I ever saw it reported. Just recently (last day or two) the Trait Icons (Ornate, Research etc.) in the inventory windows dim their brightness as you scroll up and down....
File: FCO ItemSaver04/16/20
Re: Icons not visible in Bag menu
Posted By: Baertram
What other addons do you use beside? I'll update FCOIS, there was an error message as you open the settings menu. Pleas try this verison and with ONLY GridList and FCOIS enabled: Does it work then? If so, which other addons were active and distrubed here? If not: In which inventories do you miss the icons? Only in the player ba...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/15/20
Re: Re: Re: Re: Automatic Party Switching
Posted By: Baertram
It is implemented, but a new setting next to the old party switch. Did you enable it? It will try to change the chat channel to group if you do a reloadui, login or change the zone with aloading screen AND you are grouped at this moment. Edit: Updated the pChat beta v10 with the setting to auto switch to group channel after relo...
File: Advanced Filters - Updated04/15/20
Re: Re: Re: Re: Re: Chat messages
Posted By: Baertram
Thanks! Yeah could be that the inventory frame is shown and the filters are changed as the GridList preview is shown. I got the same implemented into the FCOIS settings for the "Icon colors & positions"->"Positions"->Other addons"->"Grid List"->Preview button settings. Edit: Tested myself a bit and wa snot able to get the message...
File: PerfectPixel04/15/20
Re: Re: Item background
Posted By: Baertram
If this does not help try this: Logout! Open your addons folder (see here how to find it: https://www.esoui.com/forums/faq.php?faq=install#faq_howto_install) and then go 1 folder up to the /live/ folder. Locate the file ShaderCache_Cooked and delete it. Login (should take abit longer but textur files are created new properly)....
File: Group User ID04/15/20
Isn't this handled by the game's se...
Posted By: Baertram
Isn't this handled by the game's settings, if you prefer user or character names? If so you might maybe better build a switch to "show the opposite of the game settings" in the group menus. btw: Overwriting total ZOs code like GROUP_LIST:SetupGroupEntry(control, data) ZO_GroupListRowCharacterName_OnMouseEnter...
File: Inventory Grid View04/15/20
Well, but it won't be updated anymo...
Posted By: Baertram
Well, but it won't be updated anymore. You can check this patched version here: https://www.esoui.com/downloads/fileinfo.php?id=2227#comments I've added one file without the outdated libraries but I'm not going to fix any bugs. Either it works or it doesn't. btw: With this version ebaled my inventory lags quite double the tim...
File: Inventory Grid View04/15/20
Try this version of IGV. I've remov...
Posted By: Baertram
Try this version of IGV. I've removed the embedded libraries and LibStub calls and made it depending on LibAddonMenu-2.0 version r28 or newer. IGV v2.0.9.3 Baertram without LibStub and other Libs
File: PerfectPixel04/15/20
Re: World Map Weirdness
Posted By: Baertram
What other map related addons do you use? Please note down your active addons, or use Addon Selector to create a profile of them to get back to them later quickly. Please try with ONLY PP active, does it happen as well? If yes, we need to check this. Maybe due to the dependencies activated now. If not: Try to enable other map...
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/15/20
Re: Automatic Party Switching
Posted By: Baertram
Edit: Updated the pChat beta v10 with the setting to auto switch to group channel after reloadui/zone change. The settings menu in the beta changed so you'll find this setting at the chat channel submenu now. Try please if this works for yoo. Should switch to group channel after login/reloadui if you are in a group. Old post:...
File: FCO ChangeStuff04/15/20
Please re-download and try again wi...
Posted By: Baertram
Please re-download and try again with some special characters like \/&%$§"!.:;,{}^<>|+* They should all work now (hopefully):D https://www.dropbox.com/s/c4tteviooqiplwi/FCOChangeStuff_BETA_0_1_87.zip?dl=0
File: FCO ItemSaver04/15/20
Re: Inventory Grid View
Posted By: Baertram
I'd recommand to switch to GridList as IGV is outdated and not supported anymore. It got some benefits and more settings than IGV and is supported by other addons like PerfectPixel. But I did not intend to change anything related to IGV and FCOIS so this was not on purpose. Edit: I think another problem could be the detection...
File: FCO ItemSaver04/15/20
Re: Re: Re: Deconstruct
Posted By: Baertram
The google files need to be online at the google drive, or google photos, and you need to tell me the correct link to these files, not the ones you provided me like "https://photos.google.com/u/1/photo/AF1QipP_GcwFSx1BOd6eFoeqAaUmV1cVlm3PXQdTU0Jj". These are no photos and the link needs the phpto url containing the url + the .jpg/....
File: Unknown Tracker04/14/20
@kadeer Do there exist any API fun...
Posted By: Baertram
@kadeer Do there exist any API funcitons in your addon which I can use (preferebly with bagId & slotIndex or itemLink) within FCOItemSaver to check for known/unknwon motifs/style pages on current/a specified charId or charName, to add protection marker icons on these items? I sometimes try to read style pages on a char where I do...