Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/23/14, 02:41 AM   #1
Asto
 
Asto's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 18
Chat Event with wrong parameters in api docs?

Hello,

i've developed a few smaller WoW AddOns years ago and now wanted to start with ESO again. While fooling around with the API, i guess i found a few mistakes:

EVENT_CHAT_MESSAGE_CHANNEL (integer messageType, string fromName, string text)
is wrong. I get more parameters in my event handler function, sth like

EVENT_CHAT_MESSAGE_CHANNEL (integer messageType, integer channelId, string fromName, string text)

Another thing i found out: The channelId values slightly differ from the wiki page Raw_globals_dump. While CHAT_CHANNEL_ZONE is correctly 31 in my handler, the guild chat channelIds seem to be different.
CHAT_CATEGORY_GUILD_1 is 12 instead of 10,
CHAT_CATEGORY_GUILD_2 is 13 instead of 11
(couldn't test more)

Can anyone confirm this?

Last edited by Asto : 04/23/14 at 03:11 AM.
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » API Docu mistakes?


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