• Visit Rebornbuddy
  • Gathersafe 1.0

    Discussion in 'Requests' started by dkt, Feb 7, 2014.

    1. dkt

      dkt New Member

      Joined:
      Jan 19, 2014
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      This was working up until today with the new HonorBuddy update. This add on was great for randomizing nodes to create an unpredictable route. Wondering if there is another update for this add-on or something similar that is still working. Please and thank you.
       
    2. 7733971

      7733971 New Member

      Joined:
      Jan 11, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Can confirm!
      Code:
      [01:43:34.273 N] Compiler Error: c:\Users\USER\Desktop\HB\Plugins\GatherSafe\Class1.cs(284,44) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout'
      [01:43:34.273 N] Compiler Error: c:\Users\USER\Desktop\HB\Plugins\GatherSafe\Class1.cs(550,72) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout'
      [01:43:34.273 N] Compiler Error: c:\Users\USER\Desktop\HB\Plugins\GatherSafe\Class1.cs(587,72) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout'
      
       
    3. guizadas

      guizadas Member

      Joined:
      Dec 14, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Same problem here. Getting this error message for a lot of other plug-ins too!
       
    4. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
    5. guizadas

      guizadas Member

      Joined:
      Dec 14, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Thanks, I suppose it'll have to do until there is a fix.

      Correct me if I'm wrong because I'm no expert, but the compile error message seems to relate to this 'ForceLogout' function. Shouldn't it be quite easy fix? (i.e. just change the function in plug-in?
       
    6. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
      It looks like that, and it's probably an easy fix for someone how knows what to do. :)
      The only function that I'm using is the targetted / being followed one. If that could be a standalone, that'd be great.
       
    7. Bloodyfinale

      Bloodyfinale New Member

      Joined:
      Aug 18, 2012
      Messages:
      138
      Likes Received:
      3
      Trophy Points:
      0
      Please link the old plugin, you want to get fixed and i take a look.
       
    8. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
    9. madman

      madman New Member

      Joined:
      Jan 15, 2010
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      0
      Open Class1.cs inside your GatherSafe folder and replace ALL occurrences of the following line:
      Code:
      InactivityDetector.ForceLogout(true);
      With the following:
      Code:
      Lua.DoString("ForceQuit()");
      Or download the attached Class1.cs and overwrite your the old one.

      I don't have the opportunity to test this from where i am at the moment, so no guarantees thou...
       
    10. guizadas

      guizadas Member

      Joined:
      Dec 14, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Thanks for this, will give it a test when I get home
       
    11. Nightcrawler12

      Nightcrawler12 New Member

      Joined:
      Mar 18, 2012
      Messages:
      765
      Likes Received:
      11
      Trophy Points:
      0
      Anyone tested this?
       
    12. User0828

      User0828 New Member

      Joined:
      Mar 1, 2012
      Messages:
      549
      Likes Received:
      2
      Trophy Points:
      0

      confirmed that the work around that madman made does work.

      here is my settings file that all worked successfully.

      View attachment 119963

      thanks, madman! +rep :cool:
       
    13. Aetheric

      Aetheric Member

      Joined:
      Jul 25, 2012
      Messages:
      576
      Likes Received:
      2
      Trophy Points:
      18
      @Saik : Why didn't you comply to the rules&regulations of this forum, mate?
      This plugin is GOLDEN and it would be nice to see it back on the forum again.
       
    14. Saik

      Saik Community Developer

      Joined:
      Jul 31, 2013
      Messages:
      56
      Likes Received:
      2
      Trophy Points:
      0
      My Dev pc went down. SVN up updated and listed the plugin again today. Sorry everyone.

      Sent from my HTC One using TheBuddyForum mobile app
       

    Share This Page