What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Q: chatting API?

yury2808

New Member
Joined
Jun 30, 2011
Messages
53
Reaction score
0
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.
the easyest way to deal with WoWChat messages, is to "Hook" the events, and from there you can pull the messages.
 
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.
you can use Lua to send your message.
 
Ok, I just thought there could be something easier to avoid LUA string formattings etc.
 
Back
Top