I only found API to stop the botbase, but cannot find the one to entirely shutdown HB and don't have access to archives where some of similar plugins are.
I want to make plugin that would exit HB after meeting certain conditions, but missing that key part
Any ideas?
EDIT: It was extremely well hidden, but i finally dug it out!
So if it would help somebody:
Styx.Helpers.InactivityDetector.ForceLogout(true) - force exit WoW and shut down HB
Styx.Helpers.InactivityDetector.ForceLogout(false) - exit to character selection screen, does not exit WoW nor HB
I want to make plugin that would exit HB after meeting certain conditions, but missing that key part

Any ideas?
EDIT: It was extremely well hidden, but i finally dug it out!
So if it would help somebody:
PHP:
Styx.Helpers.InactivityDetector.ForceLogout(bool useForceQuit)
Styx.Helpers.InactivityDetector.ForceLogout(false) - exit to character selection screen, does not exit WoW nor HB
Last edited: