Y yury2808 New Member Joined Jun 30, 2011 Messages 53 Reaction score 0 Jul 18, 2011 #1 On brief, trying to implement chatting and can't find the API's... Styx.WoWInternals.WoWChat seem not to have documeented SendChatMessage, what I'm missing ? Best, me.
On brief, trying to implement chatting and can't find the API's... Styx.WoWInternals.WoWChat seem not to have documeented SendChatMessage, what I'm missing ? Best, me.
CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Jul 18, 2011 #2 yury2808 said: On brief, trying to implement chatting and can't find the API's... Styx.WoWInternals.WoWChat seem not to have documeented SendChatMessage, what I'm missing ? Best, me. Click to expand... the easyest way to deal with WoWChat messages, is to "Hook" the events, and from there you can pull the messages.
yury2808 said: On brief, trying to implement chatting and can't find the API's... Styx.WoWInternals.WoWChat seem not to have documeented SendChatMessage, what I'm missing ? Best, me. Click to expand... the easyest way to deal with WoWChat messages, is to "Hook" the events, and from there you can pull the messages.
Y yury2808 New Member Joined Jun 30, 2011 Messages 53 Reaction score 0 Jul 18, 2011 #3 Yea, I know how to catch message, but I would like to send (push) the answer to the WoW chat. I.e. implement console chatting using the HB API.
Yea, I know how to catch message, but I would like to send (push) the answer to the WoW chat. I.e. implement console chatting using the HB API.
CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Jul 18, 2011 #4 yury2808 said: Yea, I know how to catch message, but I would like to send (push) the answer to the WoW chat. I.e. implement console chatting using the HB API. Click to expand... you can use Lua to send your message.
yury2808 said: Yea, I know how to catch message, but I would like to send (push) the answer to the WoW chat. I.e. implement console chatting using the HB API. Click to expand... you can use Lua to send your message.
Y yury2808 New Member Joined Jun 30, 2011 Messages 53 Reaction score 0 Jul 18, 2011 #5 Ok, I just thought there could be something easier to avoid LUA string formattings etc.