• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Styx.CommonBot.Chat Not Firing

    Discussion in 'Honorbuddy Support' started by ronharsh, Jan 14, 2014.

    1. ronharsh

      ronharsh New Member

      Joined:
      Jan 2, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      I am trying to develop a plugin, however whenever I add the chat routines they are one direction (meaning they only fire if I chat, not those around me.) If I say something in chat whether it be Guild, Party, Raid, etc the event fires; however whenever others say something to me the event will not trigger at all, therefore making further development of my plugin not possible. If anybody knows how to exercise around this please I would love to know, or if it is a known bug please let me know as well, thank you.

      Example code:

      Code:
      Chat.Say += Helper.ChatSay;
      
              public static void ChatSay(Styx.CommonBot.Chat.ChatLanguageSpecificEventArgs args)
              {
                  // do something here......
               }
      
       
    2. Giwin

      Giwin Well-Known Member Buddy Store Developer

      Joined:
      Dec 3, 2011
      Messages:
      3,431
      Likes Received:
      49
      Trophy Points:
      48
    3. ronharsh

      ronharsh New Member

      Joined:
      Jan 2, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, I will check this out just was a little perplexed - will report back with my findings; and thanks so much for pointing out the reference.
       
    4. ronharsh

      ronharsh New Member

      Joined:
      Jan 2, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Woot Woot! Hooked it! Thanks for your informative post, if there was a REP button you would get it!
       
    5. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      in the future, this section is for honorbuddy support. so if honorbuddy isnt working or you cant login then you would post here.

      for programming issues and help, please use the developer section.
       
    6. ronharsh

      ronharsh New Member

      Joined:
      Jan 2, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Duely noted :p
       
    7. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      no problem. just trying to keep the place clean.
       

    Share This Page