Results: 6048Comments by: Baertram
File: Clean My Chat02/27/20
so that every chat broadcast is int...
Posted By: Baertram
so that every chat broadcast is intercepted This sounds like overwriting the chat stuff in total, otherwise I couldn't think of a proper way to intercept all messages :( I bet you raise more trouble with this then :p btw: Currently ZOs introduced some problems to the chat so that formatters and other events are not working prope...
File: ExoYs Quickslot Assistant02/27/20
A hint on the LibAddonMenu options...
Posted By: Baertram
A hint on the LibAddonMenu options table: You do not manually need to index the entries via local optionsData = { etc. This is only disturbing you if you want to add/insert new options and need to renumber them all :( Just use either table.insert(optionsData, yourOptionTable) or simple do not use the index, just do it li...
File: ExoYs Auto Sheathe02/27/20
Welcome to addon coding. Your fu...
Posted By: Baertram
Welcome to addon coding. Your function EAS:Initialize() should be written like this: EAS.Initialize() Else you tell the game to look for an object (like a class) which could be referenced via the self variable. As you did not define EAS as ZO_Object:Subclass(), but only as table EAS = {} the entries of variables and function...
File: Auto Read02/27/20
Thanks and welcome to addon coding....
Posted By: Baertram
Thanks and welcome to addon coding. You should put the other events (except event_add_on_loaded) into your event_add_on_loaded callback function (AutoRead.OnAddOnLoaded) in order to let them register first as your addon was loaded properly! Else they could try to trigger stuff before your addon even reached event_add_on_loaded an...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Re: Re: Re: Re: LUA errors at startup
Posted By: Baertram
Edit: pChat version on github for tests: https://github.com/Baertram/pChat/tree/pChat_guildId But you had called EVENT_MANAGER:UnregisterForUpdate("pChatDebug") directly at the callback fucntion, which will be run at first try and unregisters the updater than? So this was only run 1 time, setting pChat.triedOnce = true and then...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Re: Re: LUA errors at startup
Posted By: Baertram
Thanks. This basically delays the event player activated by 999ms, right? Could have used zo_callLater as well for this :p local function OnPlayerActivated() local delay = 0 if CHAT_SYSTEM.primaryContainer == nil then delay = 1000 end zo_callLater(function() pChatData.sceneFirst = false ... end, delay)...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Re: Switch for Channel Not working
Posted By: Baertram
Good news: Got the guild and officer switches to work again. Argh @ZOs :-( Dirty hacked it now but it seems to work. But: I need to remove the guildNames and replace them with guildIds everywhere + this will reset the SavedVAriables for the guild colors, etc. Unfortunately this has to be done. So it will take some time until I ca...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: LUA errors at startup
Posted By: Baertram
Thanks for the info. Great... not! this event is the event where the chat and all related should be ready. Now it turns out it isn't. Sorry, but I got no way to fix this. I could only suppress the error messages (if not CHAT_SYSTEM or not CHAT_SYSTEM.primaryContainer then return end) but this would most likely disable some featurs...
File: Fury02/27/20
Hey please do NOT load the librarie...
Posted By: Baertram
Hey please do NOT load the libraries in your addon hardcoded from your addon's txt file! Include the libraries with their own txt files and let the ingame addon manager handle the loading as THIS will make the addon manager only load the newest version. Currently your addon breaks other addons as you have included an older version...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Re: Re: LUA Error
Posted By: Baertram
Please provide me the following information: Copy the complete error message you get now here and also expand it to show all variables in the error message. Write me a PM please so we keep the comments cleaner here! Thanks Which version of pChat are you using? This error was fixed a few versions before already (at least I tho...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Switch for Channel Not working
Posted By: Baertram
I made sure to read everything before posting. I could have still missed something though. But Clean install of Pchat. Saved Var deleted. game was closed. Everything seems to be working except for switch for channel options. I usually have them as /1 /2 etc etc. But for some reason is it not wanting to work now. Any ideas? I also get...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: LUA Error
Posted By: Baertram
Which version of pChat are you using? This error was fixed a few versions before already (at least I thought so :p ). Are you suing keyboard or gamepad mode? It got to do with the chat tab naming changes that ZOs made. Will check again why this happens. Edit: Try if version 9.4.1.2 fixes it for you please. user:/AddOns/pC...
File: LibMapPing02/27/20
The new version of LibMapPing (r11)...
Posted By: Baertram
The new version of LibMapPing (r11) is throwing this error when you do not have LibDebugLogger installed. Either you install that, or you use LibMapPing r9 for the time being.
File: HarvestMap02/27/20
The new version of LibMapPing (r11)...
Posted By: Baertram
The new version of LibMapPing (r11) is throwing this error when you do not have LibDebugLogger installed. Either you install that (LibDebugLogger), or you use LibMapPing r9 (https://www.esoui.com/downloads/getfile.php?id=1302&aid=28138) for the time being. An upload of a new version with a fix is coming later today.
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Re: Re: nil values error
Posted By: Baertram
Did you test this with all other addons disabled? Did you update pChat to the version 9.4.1.1? Or which version are you using as this error message in line 4486 happened upoin login? As written in the changelog, description and sticky post above "there currently can only be one" addon which formatts the text (like adding timestam...
File: Research Assistant (Find your researchable items)02/27/20
Re: FCOItemSaver
Posted By: Baertram
Will be fixed in FCOIS, version 1.7.5 soon Hello, I enabled the option "FCOItemSaver markierte ausschließen" (exclude items marked by FCOItemSaver). Now I receive the following error message: user:/AddOns/FCOItemSaver/src/FCOIS_Panels.lua:17: attempt to index a nil value stack traceback: user:/AddOns/FCOItemSaver/src/FCOIS...
File: Clean My Chat02/27/20
Thanks for this addon, very handy!...
Posted By: Baertram
Thanks for this addon, very handy! Your manifest file contains "SlowDialogs" as info :p And you can handle multiple ## DependsOn or ## OptionalDependsOn in one line, using spaces in between: ## OptionalDependsOn: LibAddonMenu-2.0 LibFeedback LibDebugLogger pChat And instead of "overwriting" my pChat function please use...
File: No, thank you! - Blackwood02/27/20
Re: Re: Friend status alerts
Posted By: Baertram
Sorry for that but ZOs f***ed up the chat handlers and one needs to "overwrite" them currently to make them work. In the past one could sue ZOs functions to "Add" several addons to them. We are waiting for a fix by ZOs which will hopefully not take long, but could. Until then "there can only be one" addon using the chat handlers...
File: No, thank you! - Blackwood02/27/20
I use Pointsofcolor to make map ico...
Posted By: Baertram
I use Pointsofcolor to make map icons more colorful, including owned houses on the map, but this addon makes them ordinary white again, any workaround for that? Try to edit the PointsOfColor.txt file and add: ## OptionalDependsOn: NoThankYou This will make the PointsOfColor addon load AFTER NoThankYou and maybe will fix it f...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: Default font missing and odd error message:
Posted By: Baertram
I assume you got the library LibMediaProvider-1.0 installed and activated (as the addon shouldn load at all if not) so this is an error in the security check for the librray in this file. Will work on a fix, thanks for the report. Edit: Please logout. Then please edit the file "c:\users\your windows user name\documents\elder sc...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Haha, no @haunted. I guess I need t...
Posted By: Baertram
Haha, no @haunted. I guess I need to do some tests and see if I can rebuild the problem, and then fix it somehow. I'll investigate this as I find the time. Thanks for the information. Cheers Baertram, I know it can't be easy keeping this addon alive and well. While the LAM errors regarding custom guild switches is resolved, it...
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/27/20
Re: bug?
Posted By: Baertram
This is most likely the problem what ZOs raised by changing the chat stuff. LibChatMessage was used to fix it but as it seems not all can/were fixed so far. pChat needed to "overwrite" some chat handlers in order to make it's own functionalities work properly. That's why the sticky post above tells you that this might break other...
File: Research Assistant (Find your researchable items)02/27/20
Guys: The addon's logic did not cha...
Posted By: Baertram
Guys: The addon's logic did not change in any way! All is working the same way like before. If you do not select ANY research character the addon will (and won't in the past) show you marker icons in the inventories like "duplicate", "already known", "unknown" etc. All the setting for each crafting is set for ALL characters, th...
File: Auto Recharge (and repair)02/27/20
Re: Sorry mate - seems DL Lnk for the new 2.64 is broken
Posted By: Baertram
Nope, works properly for me? Just tested manual and Minion download. https://www.esoui.com/downloads/dl1091/Recharge_2_64.zip?158271172415 Cheers Wastelcat
File: pChat (Chat customization & help: look/notification/sound/automation/history)02/26/20
Sorry, I'm not going to add new fea...
Posted By: Baertram
Sorry, I'm not going to add new features. I'm just keeping this great addon alive and running. As this is an MMORPG just ask the users for their level if you are interested :p, or write your lfg / lfm messages with a minimum level requirement text. Hi, is it possible to add player level to chat ? please regards