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'
I doubt that it'll ever get updated since the thread has been archived. An easy fix though: previous-honorbuddy-versions - Revision 30: /trunk Download and use .722 Works perfectly.
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...
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
@Saik : Why didn't you comply to the rules®ulations 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