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

So are you working on this project or the highvoltz original thread? I see you are responding to both and im just looking for latest release with fewest bugs :)

Is see Highvoltz is Pushing updates. Are you teaming up? Or steering your own direction.
 
Last edited:
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]@Lauw
The problem is not of what you have explained. Real problem is that exception is thrown in the HBRelog helper plugin, it break communication between HBRelog and HB. So HBRelog tries to restart HB. I'm trying to fix that.
[/div]

Heya,

Had a chance to test this again, and you´re right.
If closing Wow, HB and HBRelog and just starting the profile, it stops HB correctly and continues with next task :-)

Kind regards,
LauW.
 
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]@rascal9
Everything is explained in the first post. I invite you to the party. Feel yourself at the home :)
[/div]
 
I cant seem to get the Relog to Actually click the Login Button. Is it because I need to have a call to focus on the window first before enter key is sent? Or does my problem lye within the windows function itself?

Code:
                // TODO: (DIRTY HACK) works only for english versions, as this code is dependent on locale
                // if hb key dialog appears try to send Key.Enter
                Utility.SleepUntil(() => !string.IsNullOrEmpty(Process.GetProcessById(BotProcess.Id).MainWindowTitle), TimeSpan.FromSeconds(10));
                if (Process.GetProcessById(BotProcess.Id).MainWindowTitle.ToLower() == "honorbuddy login")
                {
                    while (Process.GetProcessById(BotProcess.Id).MainWindowTitle.ToLower() == "honorbuddy login")
                    {
                        Utility.SendBackgroundKey(Process.GetProcessById(BotProcess.Id).MainWindowHandle, (char)Keys.Enter, false);
                        Thread.Sleep(50);
                    }
                }
            }
         }
 
Last edited:
I cant seem to get the Relog to Actually click the Login Button. Is it because I need to have a call to focus on the window first before enter key is sent? Or does my problem lye within the windows function itself?

Code:
                // TODO: (DIRTY HACK) works only for english versions, as this code is dependent on locale
                // if hb key dialog appears try to send Key.Enter
                Utility.SleepUntil(() => !string.IsNullOrEmpty(Process.GetProcessById(BotProcess.Id).MainWindowTitle), TimeSpan.FromSeconds(10));
                if (Process.GetProcessById(BotProcess.Id).MainWindowTitle.ToLower() == "honorbuddy login")
                {
                    while (Process.GetProcessById(BotProcess.Id).MainWindowTitle.ToLower() == "honorbuddy login")
                    {
                        Utility.SendBackgroundKey(Process.GetProcessById(BotProcess.Id).MainWindowHandle, (char)Keys.Enter, false);
                        Thread.Sleep(50);
                    }
                }
            }
         }
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]You should not do anything but compile the executable and run it. Probably there's some unhandled case because honorbuddy key enter dialog has changed recently.
Another way to specify honorbuddy key is to use specific option for that:
7e871e0c-696b-11e5-98ee-c89d2cd830dc.GIF

[/div]
 
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]You should not do anything but compile the executable and run it. Probably there's some unhandled case because honorbuddy key enter dialog has changed recently.
Another way to specify honorbuddy key is to use specific option for that:
7e871e0c-696b-11e5-98ee-c89d2cd830dc.GIF

[/div]

No fun in just Compiling i know how to enter my key :)
 
Last edited:
Hi guys, could someone of you explain me how the "hb key pool" works ?
I mean, how do you actually put keys in it ?
Like with an '-' between the keys ? (AAAAAAAAAAAAAAAAAAAAA-BBBBBBBBBBBBBBBBBBBB)

Thanks for your answers
 
It wasnt really explained at the start of the thread. What are the improvements really about? Just better?

I find the regular Hbrelog to work just fine, why is this better? What does this add?
 
It wasnt really explained at the start of the thread. What are the improvements really about? Just better? I find the regular Hbrelog to work just fine, why is this better? What does this add?
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]You did not read the initial post carefully. There's the changelog section which explain clearly what have been done. If you have specific questions about new functions don't hesitate to ask them.
[/div]
 
Bot (Questing) does not autostart. Pls help.
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]@Jalnin
Please attach the honorbuddy log too.
[/div]
 
Russian users do not have the option to run QuestBot do they?
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]@rascal9
That's completely wrong, there's no language specifics regarding Questing bot.
[/div]
 
Hi guys, could someone of you explain me how the "hb key pool" works ?
I mean, how do you actually put keys in it ?
Like with an '-' between the keys ? (AAAAAAAAAAAAAAAAAAAAA-BBBBBBBBBBBBBBBBBBBB)

Thanks for your answers
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]Hey, you should enter the comma separated list of keys like
AAAAA,BBBBB,CCCCC
[/div]
 
I posted below on the original HBrelog, then I noticed this is a fork and is actually currently being worked on. So I will re post the question here to see if it is possible before going though the setup again.

"So i got this up and running and it is now logging me in and starting to quest. I am confused on how I set a timer on how long to run a profile then logout for X time then login and start back up? Do I do this with the add button? or it is all tasks?

Ideally I would like it to login and do x profile for 2 hours then afk for 10 minutes then do x profile for 1 hour then afk for 15 minutes then do x profile for 2 hours, log out for an hour, login and do x profile for 2 hours then logout for 7 hours and repeat. For example. Any help is greatly appreciated. I am only using 1 account."
 
So i got this up and running and it is now logging me in and starting to quest. I am confused on how I set a timer on how long to run a profile then logout for X time then login and start back up? Do I do this with the add button? or it is all tasks?
Ideally I would like it to login and do x profile for 2 hours then afk for 10 minutes then do x profile for 1 hour then afk for 15 minutes then do x profile for 2 hours, log out for an hour, login and do x profile for 2 hours then logout for 7 hours and repeat."
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]Answered in the HBRelog main thread.
[/div]
 
so as someone that's never used reloggers much I asked about how it switches characters on the same account & have been told it actually closes everything & relaunches..

I may just be paranoid.. it may not be that big a deal to anyone but me.. that's alright..

Is it likely there is or will ever be a method added to log in & out of the same account with the usual buttons like any actual player would ?

Only time I should ever have to close the game & hb & re-open is to switch accounts.. not characters :-/ or of course for idle breaks imho :-)
[div=font-family:segoe ui;color:#333333;font-size:10pt;font-style:normal; -webkit-font-smoothing:antialiased;text-rendering: optimizelegibility]It will be fixed some time in the future.
[/div]
 
Back
Top