• Visit Rebornbuddy
  • Aash's HBRelog improvements & support thread

    Discussion in 'Featured' started by aash, Aug 9, 2015.

    1. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18

      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.
       

      Attached Files:

      Last edited: Sep 12, 2017
    2. madmaximka

      madmaximka Active Member

      Joined:
      Oct 15, 2010
      Messages:
      1,275
      Likes Received:
      4
      Trophy Points:
      38
    3. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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, ARelog is another option to HBRelog. And most importantly, many thanks to Aash for graciously sharing his improvements.

      cheers,
      chinajade
       
    4. madmaximka

      madmaximka Active Member

      Joined:
      Oct 15, 2010
      Messages:
      1,275
      Likes Received:
      4
      Trophy Points:
      38
      TY chinajade. iam agree. sry for my english.
       
    5. katarzyna

      katarzyna New Member

      Joined:
      Jul 11, 2015
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      cant compile it, when rining as admin it wont run at all, and wwhen i run it normaly i have this as result:

      http://imgur.com/jb9J3yt
       
    6. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18

      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: Aug 12, 2015
    7. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
    8. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      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?
       
    9. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      Hello,
      I've already put it on the issue tracker.
       
    10. Zicoth

      Zicoth Member

      Joined:
      Oct 17, 2011
      Messages:
      544
      Likes Received:
      2
      Trophy Points:
      18
      Jesus, finally someone finally fixing hbrelog. Can you make video tutorial for retards, how to compile it into exe, and put in on youtube!
       
    11. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      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.
       
    12. Svenstar123

      Svenstar123 Member

      Joined:
      Dec 24, 2012
      Messages:
      584
      Likes Received:
      24
      Trophy Points:
      18
      So does "http://hbrelog.googlecode.com/svn/trunk/bin/Release" doesnt get updated anymore, and we have to switch to your version ?
       
    13. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      No,
      it is separate project which will contain my custom features. Original HBRelog is being supported by Highvoltz.
       
    14. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      Good on ya mate the other relogger is annoying me with some features that don't work.
       
    15. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      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.
       
    16. bl4ck

      bl4ck Member

      Joined:
      Aug 18, 2011
      Messages:
      976
      Likes Received:
      6
      Trophy Points:
      18
      Awesome aash thx for support.

      Ping inet to check internet before start bots this will be nice feature.
       
    17. Nightcrawler12

      Nightcrawler12 New Member

      Joined:
      Mar 18, 2012
      Messages:
      765
      Likes Received:
      11
      Trophy Points:
      0
      Love the look of this; especially the re-use feature and ability to control the relogger remotely!
       
    18. Aion

      Aion Well-Known Member Buddy Store Developer

      Joined:
      Jan 18, 2011
      Messages:
      3,907
      Likes Received:
      105
      Trophy Points:
      63
      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!
       
    19. aash

      aash Member

      Joined:
      Oct 14, 2014
      Messages:
      179
      Likes Received:
      9
      Trophy Points:
      18
      Check out the new tutorial video on how to build aash/HBRelog from the sources. See the first message in the thread.
       
    20. Zicoth

      Zicoth Member

      Joined:
      Oct 17, 2011
      Messages:
      544
      Likes Received:
      2
      Trophy Points:
      18
      Nice guide, gj!
       

    Share This Page