Thread: Update 5.3
View Single Post
02/24/20, 09:03 AM   #6
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Regarding the addon chat formatters no longer working, I have added a workaround in LibChatMessage.
Instead of using ZO_ChatSystem_AddEventHandler you will have to add your formatter to the table returned by ZO_ChatSystem_GetEventHandlers. Then you can simply set LibChatMessage.formatRegularChat to true anywhere before EVENT_PLAYER_ACTIVATED (or inside the event handler for it) and the library will take care of the rest.
Just be aware that this will disable the new taskbar flash feature for incoming whispers while the game is not focused.
  Reply With Quote