Damien1213
Member
- Joined
- Nov 18, 2012
- Messages
- 81
- Reaction score
- 0
Logmeout is not anymore in my plugins list, but still in the folder (last update) can someone help me please?
Seriously? Anything on this? A simple update or a response would be nice.
Seriously? Anything on this? A simple update or a response would be nice.
Give the guy a chance lol it only updated today...
Compiler Error: c:\Games\HB\Honorbuddy 2.5.9468.722\Plugins\LogMeOut\LogMeOut.cs(1132,32) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout'
InactivityDetector.ForceLogout(false);
With:
Lua.DoString("Logout()");
And
InactivityDetector.ForceLogout(true);
With:
Lua.DoString("ForceQuit()");
As a quick fix, open LogMeOut.cs and try to replace:
Code:InactivityDetector.ForceLogout(false); With: Lua.DoString("Logout()"); And InactivityDetector.ForceLogout(true); With: Lua.DoString("ForceQuit()");
I would post a edited file, but since this addon is still supported by its creator i'd rather not risk stepping on any toes. If abit of search+replacing inside LogMeOut.cs is too much for you, revert back to old hb until an official fix is released
Im unable to test this fix from where i'm at atm, so I haven't been able to verify it yet. GL![]()