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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Gathersafe 1.0

dkt

New Member
Joined
Jan 19, 2014
Messages
6
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.
 
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'
 
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?
 
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?

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.
 
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...
 
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...

Thanks for this, will give it a test when I get home
 
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. View attachment 120019

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


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:
 
@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.
 
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
 
Back
Top