Results: 6068Comments by: Baertram
File: FCO Mounty05/07/20
Re: Hide FCOMounty
Posted By: Baertram
Currently there is not such a function or setting available. I'll remove the text with the next update. You can edit the file FCOMounty.lua, line 237, add --in front of the text so it looks like this: else --d(" Disabled addon inside delves & dungeons (for an improved performance)!") end Hi, first off like the addo...
File: TOM - Tamriel Online Messenger05/06/20
Re: Re: Merging separate chats
Posted By: Baertram
Are you guys guild officers and the guild master is writing in the officers chat maybe? Because these are also in the base game 2 different chat channels! I have the same issue. I have two separate channels that show up in TOM for my primary guild. Members, and the guild leader. The stock chat does not behave this way. It's ve...
File: TOM - Tamriel Online Messenger05/06/20
@Sternentau A hint about your func...
Posted By: Baertram
@Sternentau A hint about your function "tom.truncatMale(sName)" You could also used the cached ZOs function to remove the gender specific text suffixes like^m or ^f or ^n: ZO_CachedStringFormat("<>", yourTextWithGenderSuffix) It should be faster than your code and reuses the same names from a cache. Also works for ot...
File: Aenathel's Keybinds05/05/20
Unfortunately they do not need to b...
Posted By: Baertram
Unfortunately they do not need to be bound, just need to exist as it seems :( But to be honest: I'm already at the keybindings limit on my keyboard with all the addons active + chording enabled. Most keybinds cannot be used in some windows as e.g. W or s + shift will "Move your character" as the s is global -> Menu closed, keybind...
File: Destinations Extractor05/05/20
Just extract and start it, it will...
Posted By: Baertram
Just extract and start it, it will find your "SavedVariables" folder automatically (at least it does for me). Else put it into the c:\users\...\documents\elder scrolls online\live\AddOns\Destinations folder e.g. In there needs to be a file named Destinations.lua containing a table of scanned quest data. You need to ENABLE the qu...
File: FCO ChangeStuff05/05/20
Re: Please remove the research icon too!
Posted By: Baertram
It's not that easy as it is reused for many other icons ike cannot sell etc. Please ask via /bug ingame or the official forums for ZOs to provide a setting to disable these icons as it's too much effort for me to implement this in the addon. I'd have need to check show here, do not show there etc. and this at each inventory row. I...
File: Auto Recharge (and repair)05/05/20
Re: Account wide options and chat not working
Posted By: Baertram
At first: Disable all other addons exept Auto Recharge and test if this makes the chat output work again. If it's working then: Check what other addon you had enabled before and which interfere here (reenable them one after another to test). Do you get any lua error messages after login, reloadui? If this is the case (lua erro...
File: PerfectPixel05/04/20
Re: Chat Menu?
Posted By: Baertram
I think FCOChatTabBrain provides that setting. It aso got a lot of other great chat related settings like auto change chat channel at pressing return ky to directly answer in the last incoming chat channel, change chat tabs automatically, play sounds, etc. Hey, is there a way to remove the background behind the chat menu when it...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Re: Re: Re: Re: Re: Re: Re: Re: Re: noob question
Posted By: Baertram
Still not understanding all you write. Please, if you check the beta settings and someting is not working, tell me which submenu and what setting "in detail" and how to rebuild the bug then. This way I'll be able to fix it. Not sure e.g. what you meant with the guild Ids and character Ids. I guess you mean you could select the chat...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Re: Re: Re: Re: Re: Re: Re: noob question
Posted By: Baertram
Reinstalling the game new won't change anything believe me. Go back to the offical version of pChat then please. I don't know what the problem, is for you here but you should try another addon like this for the system messages then: https://www.esoui.com/downloads/info553-Chat2Clipboard.html And not sure what you mean by th...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Re: Re: Re: Re: Re: noob question
Posted By: Baertram
With the pChat beta v10 it's working fine. I get this in my 1st chat tab where the system message channel is activated: logged off with CharName. If I do not right click @accountname or CharName it will show me the pChat context menu to copy the texts to textbox/copy discussion (will only copy the same chat channel -> means all...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Re: Re: Re: noob question
Posted By: Baertram
Did you enable all other addons and libraries? What version of pChat are you using? Check the pChat.txt file in your c:\users\...\documents\elder scrolls online\live\AddOns\pChat folder please, entry "## AddOnVersion: " or check the settings menu ingame at the top. Did you update all your libraries to use the most up2date versio...
File: Translate05/03/20
Hi there and thanks for the addon....
Posted By: Baertram
Hi there and thanks for the addon. Please remove LibStub from your addon's dependencies and do not use in anymore in new addons, it's obsolete! You can simply call LibAddonMenu.2-0 via it's global variable LibAddonMenu2. Instead of local lam = LibStub("LibAddonMenu-2.0") use local = LibAddonMenu2 Edit: Your addon does not...
File: Bag and Slot ID Tool05/03/20
As info: mer Torchbug Updated got t...
Posted By: Baertram
As info: mer Torchbug Updated got this feature as well now. If you inspect any inventory row (via e.g. /tbugm above the row or using the keybind for it) you will directly see the bagId and slotIndex in the inspector's top rows. You can right click them and copy the bagId, slotIndex or an itemlink or other stuff to the chatbox this...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Re: noob question
Posted By: Baertram
It should work, at least it did the last time I tried. What if you disable all other addons and libraries except pChat and the needed dependencies for pChat. Does it work then? If not: If you right click any other message and say "copy whole chat", and in the popup dialog you should see the messages then at any of the pages cr...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/03/20
Re: Alternative to overriding KEYBINDING_MANAGER:IsChordingAlwaysEnabled()
Posted By: Baertram
Thanks, maybe this wasn't available as Ayantir added it 2015 :D Will change it then as the setter is a better (cleaner as you said) way than using the getter function to return always true, right. Heya! Love the add-on, been using it for years. While working on my own add-on, I stumbled upon pChat overriding KEYBINDING_MANAGER...
File: Aenathel's Keybinds05/02/20
Found another way for the inventory...
Posted By: Baertram
Found another way for the inventory: SCENE_MANAGER:Show("inventory") inventory is the scene name of the inventory. You can also open other scenes via their name like this. Some of them are defined here, or at least named here: https://github.com/esoui/esoui/blob/baa27001acc4e5b5072d17d1ecccca8e18cdb9ca/esoui/ingame/scenes/keyb...
File: Aenathel's Keybinds05/02/20
Cool idea. About the worldmap, y...
Posted By: Baertram
Cool idea. About the worldmap, you can use this function e.g. to change the worldmap tabs (right panel): --Show the worldmap ZO_WorldMap_ShowWorldMap() --Simulate click on the zo_menubar of the worldmap (ZO_WorldMapInfoMenuBar), at button 4 (from the left) -> selected via it's descriptor): ZO_MenuBar_SelectDescriptor(ZO_Worl...
File: Advanced Filters - Updated05/02/20
Re: Re: Re: suggestion
Posted By: Baertram
As I tried to describe: Right click the 2nd filter button from the right (deconstruction, improve, intricate) and a context menu is shown. It allows you to select 1 specific filter icon only (* means = filter all of the button's filter icons again). So ONLY select the deconstruction item at the deconstruction panel at crafting tables...
File: Advanced Filters - Updated05/01/20
Re: suggestion
Posted By: Baertram
Please use FCOCraftFilter for the bank, inventory, both filters at crafting stations, alsoa t the research popup dialog! And btw: Save the filter settings per action (e.g. save my last used filter settings for deconstruction) and restore them when I use the crafting station again. I always use FCO-Item Saver setting "Deconstructi...
File: Urich's Craftbag Viewer04/29/20
Written in the addon description:...
Posted By: Baertram
Written in the addon description: Hey all, I hope you're well. I'm sorry but I'm not going to be making any additional updates to my add-ons for the foreseeable future. There's a multitude of reasons but it's mainly because I haven't played the game for years now and I just don't have the free time to do the research. Last night I...
File: Urich's Coffer Timer04/29/20
From the addon description: Hey al...
Posted By: Baertram
From the addon description: Hey all, I hope you're well. I'm sorry but I'm not going to be making any additional updates to my add-ons for the foreseeable future. There's a multitude of reasons but it's mainly because I haven't played the game for years now and I just don't have the free time to do the research. Last night I posted...
File: Urich's Hireling Timer04/29/20
Hey all, I hope you're well. I'm so...
Posted By: Baertram
Hey all, I hope you're well. I'm sorry but I'm not going to be making any additional updates to my add-ons for the foreseeable future. There's a multitude of reasons but it's mainly because I haven't played the game for years now and I just don't have the free time to do the research. Last night I posted versions of my add-ons meant...
File: Urich's Skill Point Finder04/29/20
Seems the last update removed the f...
Posted By: Baertram
Seems the last update removed the file history, the current download is empty (and version 1) and the description is gone as well. @FritzOSU03: Was your acocunt hacked or did you decide to remove this addon? if you decided to remove it please write so in the description or ask a mod to move the addon to the outdated & discontinu...
File: WishList (Set item search&tracker/wanted Gear list)04/28/20
This is not WishList but FCOItemSav...
Posted By: Baertram
This is not WishList but FCOItemSaver. And no: They are there to filter the items in your inventory and needed if you use the addon (and you benefit from it using them as well if you'd understand what they do, actually :p). Check the FCOIS settings -> Filter -> Filter button -> Position. You can "move" the icons there. And rea...