Thread: Update 5.3
View Single Post
02/26/20, 04:15 PM   #8
Sordrak
 
Sordrak's Avatar
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 52
Originally Posted by Baertram View Post
Chat related, formatting of messages
The ZO_ChatSystem_AddEventHandler function will still register functions for the Formatters but these functions are currently not run at all.
So messages which are sent or are incoming will currently not be formatted by addons, if they are using this function.
And if you try to achieve it by other means you definately will get in trouble because you need to override stuff and other addons will fail to work properly together, so pleae do NOT do so!

There seems to be some bug in ZOs code (or this is on purpose? I don't hope so).
I can't find anything in the API patch notes about these changes. Did you get any additional information about this anywhere (is it a bug?)?
  Reply With Quote