The HBRelog repository was moved to the BosslandGmbH organization on github. The latest HBRelog release can now be found at https://github.com/BosslandGmbH/HBRelog/releases/latest . This release is needed for launching the new HB
For those having issues with HBRelog under a VM, try this build https://www.thebuddyforum.com/attachments/hbrelog-v1-1-17-zip.220280. If this build doesn't solve the issue, does version 1.1.15 or 1.1.14 build work?
Frequently Asked questions
Q: Everything works fine, except HBRelog closes Honorbuddy after a few minutes. What's wrong?
A: You have not enabled the "HBRelog Helper" plugin in Honorbuddy. Please activate the plugin, then restart that Honorbuddy session.
Q: Where does HBRelog store it's...
This was originally a plugin but I decided to switch to a botbase because as a plugin it would go to location and then start running elsewhere after reaching goal depending on what botbase was running.
There's allot of HB's api that run off a frame, even ones that had me surprised e.g. WoWObject.Location. This is why I prefer to wrap all my behaviors with with Framelock. All Framelock does is increment/decrement an internal value within the using block and anytime HB needs a frame it doesn't...