Logmeout is not anymore in my plugins list, but still in the folder (last update) can someone help me please?
To elaborate on the previous posters problem-- Went to login to the bot today, and a new version was out, I of course updated like a good little honorbuddy user. After successful update and login, LogMeOut is no longer in the plugins list. I assumed because of the update to the core program. Went back to this thread, redownloaded LogMeOut, installed....no log me out in plugins list. This is the error it throws in the log: Compiler Error: c:\Users\<USER_NAME>\Documents\Honorbuddy\Plugins\LogMeOut\LogMeOut.cs(1158,32) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout' Hopefully this is more helpful than "It doesnt work, can you help me"?
new HB update today broke this plugin. Compiler Error: c:\Users\xxxx\Desktop\chad\Honorbuddy 2.5.9468.722\Plugins\LogMeOut\LogMeOut.cs(1132,32) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout' Compiler Error: c:\Users\xxxx\Desktop\chad\Honorbuddy 2.5.9468.722\Plugins\LogMeOut\LogMeOut.cs(1158,32) : error CS0117: 'Styx.CommonBot.InactivityDetector' does not contain a definition for 'ForceLogout'
People DO work. Give the guy a chance to get home and maybe breathe before you have a stroke over the plugin. On a side note, it IS a beautiful plugin.....love it.
Yea broke here too. Was going to go back to 722 but I only have the installer from 720 and back. Anyway... This is the best plugin IMO (the only one I have to have you could say). Thanks to the developer for looking into this when possible!
Having the same issue as everyone else who has posted here. I love this addon in fact i wont even run honorbuddy without it and as someone else mentioned this is by one of those plug ins you shouldnt go without and should honestly be apart of honorbuddy as a whole. I think the creator should pitch it to the bot company and purchase it from him and either add it to the bot cost or include it as some sort or paid addon with continued support for honorbuddy updates. Looking forward to a update thank you
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
This appears to be a good fix! Up and running... looks good so far will report back if there are any issues. Thank you very much!