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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Aash's HBRelog improvements & support thread

aash

Member
Joined
Oct 14, 2014
Messages
179

Updates
— September 10, 2015 —
A big update is coming! It will include a complete new WoW client management system. It is totally awesome and reliable. Also it fixes several known problems with wow client start/login (#26, #5).
Another feature I'm going to finish is completely reworked task system based on feedback from sqrpush(Enf0) (#18).

Reporting bugs
There's several rules if you want to report a bug or feature request. If report does not align with the rules it will be reported.
  • Provide as much details as you can. It is rather not the rule but general suggestion. The more details you provide, the faster I will fix the problem.
  • Attach the logs! It is absolutely required. Do not embed logs into the message body! By doing this you make the thread difficult to read.


Hello Buddies,
Every true developer has his own vision on how things should look like. So I've decided from the permission of Highvoltz to provide support for my own github branch of the well known HBRelog utility.

What you can get from it?
Right now I'm very motivated to keep implementing new features and tune UI, so you can get free support here, get issues fixed in a near-week-time frame, discuss your ideas or what you wanna see in the change log.

How to use.
It is illegal to post of DLLs/EXEs nor links to them so to take advantage of aash/HBRelog you should build it from sources, especially that it is easy like eat a piece of cake:
  • Install Honorbuddy dependencies. Generally you should have it installed already if you got honorbuddy running. Got problems? Use Buddy Dependency Wizard!
  • Download and extract aash/HBRelog sources.
  • Run build.cmd script to build the HBRelog binary. It is located in the sources folder.
  • Or build it by hand issuing the following commands in cmd interpreter: Win + R, type "cmd", enter
    Code:
    set PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%PATH%
    set HB_HOME=<enter Honorbuddy installation path here>
    msbuild HBRelog.csproj /t:NugetRestore;Rebuild /p:Configuration=Release /p:AllowUnsafeBlocks=true /p:ReferencePath="%HB_HOME%"
Done, find the binary in the bin\Release folder. You can copy binary with DLLs anywhere you want. If you stuck at the build process drop me PM and we will resolve the problems.


Configuration tips.
See the list of software which may interfere with HBRelog and/or Honorbuddy.
Latest reported issues are:
  • TeamViewer, it is conflicting with HBRelog input method. So it can not type password. To fix that follow the instructions.
Changelog.
  • Reuse existing wow process / character profile option
    If there's exists wow32 process with valid game session then it will be reused. It helps to save some time when you test your configuration around single character profile.
  • Bot autostart / character profile option
    Honorbuddy.exe does not handle /autostart + /hbkey correctly so this is a way to workaround it.
  • Waitbotstop task / character profile option
    It is handy when you wanna proceed to the next task as soon as profile ends.
  • HB keys pool / global option
    If HB key is not specified explicitly in the profile settings it is picked from the global list. There's the option `HB key pool` to keep that list.
Credits (in alphabet order).
  • Apoc, Main — For explaining various things on Community Dev forum.
  • Chinajade — Took several code snippets and ideas from BuddyControlPanel.
  • Bobby53 — Singular CR author, I've learned a lot from his sources.
  • Highvoltz — Original idea.
Links / attachments.
 

Attachments

Last edited:
maybe you can complile and share your version for newbies?
like this https://github.com/highvoltz/HBRelog/releases
This will not be possible.

For the Community's safety, Bossland GmbH forbids the making available of DLL/EXEs from non-Bossland GmbH employees. This is made clear in the forum rules.

Although Aash is a much appreciated contributor to the Community. Highvoltz is a Bossland employee, Aash is not. Thus, the disparity you observe. In addressing the problem in this fashion, Aash has done the best that the forum rules allow.

Once again, [post=324557]ARelog[/post] is another option to HBRelog. And most importantly, many thanks to Aash for graciously sharing his improvements.

cheers,
chinajade
 

cant compile it, when rining as admin it wont run at all, and wwhen i run it normaly i have this as result:

You did not provided an option /p:AllowUnsafeBlocks=true.
Again, msbuild call should be like:
Code:
msbuild HBRelog.csproj /t:NugetRestore;Build /p:Configuration=Release /p:AllowUnsafeBlocks=true /p:ReferencePath="%HB_HOME%"
 
Last edited:
Hello aash.

Is it possible to implement an extra HBRelog feature:

When Relog, to not fully kill the WoW client, but instead to kill HB client only, logoff the current character and login the next Character@Realm instead?
 
Aion said:
When Relog, to not fully kill the WoW client, but instead to kill HB client only, logoff the current character and login the next Character@Realm instead?
Hello,
I've already put it on the issue tracker.
 
Jesus, finally someone finally fixing hbrelog. Can you make video tutorial for retards, how to compile it into exe, and put in on youtube!
 
Jesus, finally someone finally fixing hbrelog. Can you make video tutorial for retards, how to compile it into exe, and put in on youtube!
Hello,
I will do that ASAP, but now the only thing I can do is to make instructions via skype. PM me if you have problems.
 
So does "http://hbrelog.googlecode.com/svn/trunk/bin/Release" doesnt get updated anymore, and we have to switch to your version ?
 
So does "http://hbrelog.googlecode.com/svn/trunk/bin/Release" doesnt get updated anymore, and we have to switch to your version ?
No,
it is separate project which will contain my custom features. Original HBRelog is being supported by Highvoltz.
 
Good on ya mate the other relogger is annoying me with some features that don't work.
 
Good on ya mate the other relogger is annoying me with some features that don't work.
Honestly this version is not way better than other because of lack of users. There's only 2-3 active ones which contribute feedback and file issue reports.
 
Awesome aash thx for support.

Ping inet to check internet before start bots this will be nice feature.
 
So does "http://hbrelog.googlecode.com/svn/trunk/bin/Release" doesnt get updated anymore, and we have to switch to your version ?
Its due to Googlecode platform going to shutdown this year and it is in read-only mode from a while. The official HBRelog have some github repository. Take a look in the official thread for it.

Beside that, Im looking forward to test the aash's HBRelog mod!
 
Check out the new tutorial video on how to build aash/HBRelog from the sources. See the first message in the thread.
 
Back
Top