• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • WoWChat events

    Discussion in 'Archives' started by CaOs, Feb 19, 2010.

    1. CaOs

      CaOs New Member

      Joined:
      Jan 23, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Hi guys,
      do you know if the events in the WoWChat.WoWChat are still working?
       
    2. CaOs

      CaOs New Member

      Joined:
      Jan 23, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      I'm trying to do the same in a HBPlugin, just to log...and nothing happens....

      HB 1.245 it does not work
      HB 1.246 it seems to work properly
       
      Last edited: Feb 19, 2010
    3. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      Actually that is the reason why I never finished Extender. Sometimes the event was fired over and over again or there was no event at all. Worst thing is, you can't get Unicode names for whisperers.
       
    4. MrBig

      MrBig Member

      Joined:
      Jan 25, 2010
      Messages:
      419
      Likes Received:
      5
      Trophy Points:
      18
      Nesox I am trying to monitor ingame messages from an outside program (relogger), it would be easier to just plug in the bot itself and get that stuff from there, how can I do this?
       
    5. khurune

      khurune Member

      Joined:
      Jan 15, 2010
      Messages:
      836
      Likes Received:
      4
      Trophy Points:
      18
      I've been trying to work on something simular, but without success, Althou my C# skills are non-exsistant.

      Basiclly what I was trying to do (After looking at yours) is completly wrong lol.

      Code:
      
      [LIST=1]
      [*]    public class kShot : HBPlugin
      [*]    {
      [*]          
      [*] 
      [*]        public void printScreen(WoWChat.ChatMessageHandler)         
      [*]            {
      [*]               if (WoWChat.WoWChat.NewWhisperFromMessage)
      [*]               {
      [*]                   KeyboardManager.KeyUpDown((char)Keys.PrintScreen);
      
      [*]               }
      [*]            }
      [*]     }
      [/LIST]
      
      
       
    6. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      Can you show me an example of using it in a Plugin
      I tried using this but it is different I think?
       
    7. CaOs

      CaOs New Member

      Joined:
      Jan 23, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Ok, i solved the first issue using the last hb version 1.246 now the events are fired normally.
      But when i try to use ChatType.WhisperTo in WoWChat.WoWChat.SendChatMessage(message, ChatType.WhisperTo, LastChannel);
      I got an error in lua interface as unknow chattype.
      With 1.245 this code was working...
       
    8. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Thanks for this, just modified a version which will let me output the says/tells to the log. Have another small app that monitors the log in real time to provide audible alerts for says and tells, another goal crossed off my list!
       

    Share This Page