Hi,
It would be great to have a command line option to know if HB is in game and started
e.g.: honorbuddy /status
This way, upon a disconnection, if anything crashed or anything, it's easy to know it, and to restart the whole thing (wow + HB).
Then, an easy AutoIt (pseudo) script could look like this:
Thanks for this great bot!
It would be great to have a command line option to know if HB is in game and started
e.g.: honorbuddy /status
This way, upon a disconnection, if anything crashed or anything, it's easy to know it, and to restart the whole thing (wow + HB).
Then, an easy AutoIt (pseudo) script could look like this:
Code:
Start loop
If [B][COLOR="green"]honorbuddy /status[/COLOR][/B] not "in game and started"
exit HB and wow
start wow + password + enter + enter
honorbuddy /autostart
Else
sleep
End loop
Thanks for this great bot!
Last edited: