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

Shutdown Honorbuddy?

strix

New Member
Joined
Feb 13, 2010
Messages
442
Reaction score
18
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:
PHP:
Styx.Helpers.InactivityDetector.ForceLogout(bool useForceQuit)
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
 
Last edited:
Hi, I already released this kind of plugin (and it isn't in the Archive Folder :P) : LogMeOut!
 
To properly exit HB call 'Process.GetCurrentProcess().CloseMainWindow();' so it can log out of the current session before closing.
Edit: Didn't see your solution before posting.
 
Last edited:
Back
Top