Thread Tools Display Modes
03/24/22, 09:28 PM   #1
buldezir
AddOn Author - Click to view addons
Join Date: Oct 2018
Posts: 4
[open] message bus for addons

Right now its implemented in ridiculous way with map-ping.
A lot of addons may use this functions, if there will be "right" and less restricted way to do it.

so, without introducing very special functionality for this, what we need is:

- "hidden" group channel, which addons can write to. ref: CHAT_ROUTER:AddSystemMessage(message)
- event to subscribe (already existing EVENT_CHAT_MESSAGE_CHANNEL, or smth special with autodeserialize)
- maybe some included funcs for (de)serialize (json_encode, json_decode ?)

example:
Code:
 
 CHAT_ROUTER:AddDataMessage(tableData)
 EVENT_MANAGER:RegisterForEvent("...", EVENT_CHAT_DATA_MESSAGE, fn(_, unitTag, displayName, tableData))
  Reply With Quote
03/25/22, 03:06 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Previous threads for reference:
https://www.esoui.com/forums/showthread.php?t=9601

https://www.esoui.com/forums/showthread.php?t=6911
https://www.esoui.com/forums/showthread.php?t=7371
  Reply With Quote
03/22/24, 07:49 PM   #3
buldezir
AddOn Author - Click to view addons
Join Date: Oct 2018
Posts: 4
nice to see zero activity here.


full focus on copy-pasting crown-store items.
  Reply With Quote
03/24/24, 10:50 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Many thanks for such a valuable post of you here, bringing us all the new information. This will speed up your request for sure

Other request have been fullfilled, QOL features were added too.
I'd say: If ZOs wanted to add such a chat channel, or any other ways of sharing data, they would have done so.
As your request wasn't the first (see my links above) you could have known in advance that your "copy&paste" of the idea got no big chance, right?
We can understand that it might be frustrating returning after 2 years and not seeing anything fullfilled, but the request forums are no place to get angry about that then. No one ever said each request will be fullfilled! Check the list, there are plenty of open topcis.

Ranting about your non fullfilled request with such posts does not help at all, especially not that small letters extra message. Communicate that to the offiicial forums of the game owners at best, if you feel they focus on the wrong parts. ESOUI is not connected nor responsible for their roadmap.

So please refrain from such messages in the future and keep the request forum clean, and please also respect the cotact persons of ZOs here.
They are doing a great job and we do not want to make them angry because of single persons writing such inappropriate messages in the request forums.
Many thanks.

Last edited by Baertram : 03/24/24 at 10:58 AM.
  Reply With Quote

ESOUI » Developer Discussions » Wish List » [open] message bus for addons

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off