• Visit Rebornbuddy
  • [ ShutUp v2 ] Your Honorbuddy Chat Manager

    Discussion in 'Monitoring' started by BarryDurex, Nov 12, 2012.

    1. TreachX

      TreachX New Member

      Joined:
      Aug 8, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Same as the other guys. The plugin won't load, because of the following errors during compile:

      Compiler Error: \\HB\Plugins\ShutUp\ShutUp.cs(61,30) : error CS0115: 'ShutUp.ShutUp.Initialize()': no suitable method found to override
      Compiler Error: \\HB\Plugins\ShutUp\ShutUp.cs(152,30) : error CS0115: 'ShutUp.ShutUp.Dispose()': no suitable method found to override

      I tried removing the override from code and recompile, but that just produced new errors regarding Styx.CommonBot.BotEvents

      I think we need an update to this plugin?
       
    2. Molestia

      Molestia Member

      Joined:
      Nov 24, 2012
      Messages:
      438
      Likes Received:
      8
      Trophy Points:
      18
    3. TreachX

      TreachX New Member

      Joined:
      Aug 8, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I get the same error with ShutUp AIML:
      Compiler Error: \\HB\Plugins\ShutUpAIML\ShutUp.cs(88,30) : error CS0115: 'ShutUp_AIML.ShutUp_AIML.Initialize()': no suitable method found to override
      Compiler Error: \\HB\Plugins\ShutUpAIML\ShutUp.cs(184,30) : error CS0115: 'ShutUp_AIML.ShutUp_AIML.Dispose()': no suitable method found to override

      ..

      Edit: Aha, you have to also download the attached ShutUp.cs uploaded by Tiron12. Then it works. Thanks!
       
      Last edited: Dec 16, 2014
    4. Defraxion

      Defraxion New Member

      Joined:
      Nov 29, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      It doesnt show up in my plugins list.. D:
       
    5. Archiwar

      Archiwar New Member

      Joined:
      Dec 19, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Repair, please, for new patch. This plugin very need. :(
       
    6. Tedesco

      Tedesco New Member

      Joined:
      Sep 10, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      This plugin was discontinued??
      Anyone knows other plugin like that?
       
    7. Averus89

      Averus89 New Member

      Joined:
      Jul 21, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      cannot launch

      Code:
      Compiler Error: Honorbuddy\Plugins\ShutUp\ShutUp.cs(18,7) : error CS0246: The type or namespace name 'AIMLbot' could not be found (are you missing a using directive or an assembly reference?)
      Compiler Error: Honorbuddy\Plugins\ShutUp\ShutUp.cs(43,17) : error CS0246: The type or namespace name 'Bot' could not be found (are you missing a using directive or an assembly reference?)
      Compiler Error: Honorbuddy\Plugins\ShutUp\ShutUp.cs(44,17) : error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
      Compiler Error: Honorbuddy\Plugins\ShutUp\Forms\myNamePopUpForm.cs(19,26) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type'
      Compiler Error: Honorbuddy\Plugins\ShutUp\Forms\SettingsForm.cs(23,26) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type'
      Compiler Error: Honorbuddy\Plugins\ShutUp\Forms\UpdateForm.cs(20,26) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type'
      Compiler Error: Honorbuddy\Plugins\ShutUp\Helpers\ChatHelper.cs(18,33) : error CS0118: 'ShutUp' is a 'namespace' but is used like a 'type'
      Hi I'm getting the errors above.
       
    8. Hanswurstmann

      Hanswurstmann Member

      Joined:
      Jul 25, 2013
      Messages:
      53
      Likes Received:
      2
      Trophy Points:
      8
      Fixed

      Hey Guys,
      I loved this Plugin so much over the years and had a look at it why it doesnt work anymore today.
      I found the Problem and fixed it. Now it should work again. There are some bugs like the wrong sound,
      but for me it replys and saves the log. You could post your bugs and if I have time I will maybe have a look.


      Merry Christmas :)


      View attachment ShutUp.zip
       
    9. reconnect

      reconnect Member

      Joined:
      May 25, 2014
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      Could you explain what did you do exactly to fix it sir?
       
    10. Hanswurstmann

      Hanswurstmann Member

      Joined:
      Jul 25, 2013
      Messages:
      53
      Likes Received:
      2
      Trophy Points:
      8
      I copy the Code into an existing and working Plugin Project and let me show the errors. I dont know it exactly again. But the old plugins dont have the onEnable, onDisable Part. So first you have to change this. Then I mostly look into the other errors and try to find a solution. Look into the Developer Forum and read how to write a Plugin Tutorial, this helps a lot.
       

    Share This Page