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.
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); } } } }
[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: [/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
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]
[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]
[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]
[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."
[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]
[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]