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!

HB ARCHIVES: HBRelog--DO NOT DELETE

Still getting the error when running HBrelog. Not inputting password. I have done full clean install of both HB and HBrelog. deleted all the files in the %APPDATA%\HighVoltz\HBRelog\ , changed the login/wowlogin timers. seems to work and seems to not work its weird. might run 2-3 of the task flawlessly then get stuck at the password page . Sometime might get past the password page after many attempts.
 

Attachments

Hey,

How do i make Garrison Butler Ice version, - do all its supose to do and then change char?

Sorry for beeing a nab, but tried a few different things.. one made it change char, but then it didnt do Garrison Butler... Other run Butler but didnt change char, just redid butler after finished over and over again on same char.

Hope for some help, thanks.
Game
remember to copy the working settings from that character to the same folder for all the alts on that account.

Working Guide is here:
https://www.thebuddyforum.com/thebu...0-garrisonbutler-post1747021.html#post1747021

Just remember to rename GarrisonBuddy to GarrisonButler ICE in HBRelog or it won't log into the bot properly. that's about it.
 
Every time it tries to log in

[7:19:13 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:14 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:15 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:15 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:15 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:16 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:17 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:17 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:17 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:18 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:19 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:19 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:19 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:20 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:21 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:21 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:21 AM] Garrison: Sending letters to AccountLoginPasswordEdit
[7:19:22 AM] Garrison: Pressing 'end' + delete keys to remove contents from AccountLoginPasswordEdit
[7:19:22 AM] Garrison: Sending letters to AccountLoginPasswordEdit
 
Any way to set up a profile so it changes to the one next on the list in HBRelog when you hit Honor Cap or something?
 
Still works for me , only change i did as posted before :

if (EnterTextInEditBox("AccountLoginPasswordEdit", _wowManager.Settings.Password))
//return;
 
Hi everyone i really need help i have installed these program and i did setting it i use me account in wow and me password i change the bot pat and rename the 64 bit client the problem is whene i pres start buttton the program only start wow but dont log in ty for u help
 
8 alphanumeric
yes is a a word 6 letter 2 number no capslock the problem is whene i press the start button in hbrelog only start wow 32 bits but dont do anyhing more dont start honorbuddy dont log in in wow dont do anyhing
 
HBRelog is still not entering any passwords. Some support would be nice, thanks! :)

There seems to be a compatibility issue with TeamViewer. I disabled TeamViewer now, and HBRelog was able to enter the password and log in. No idea why, but perhaps this helps understand the issue.
 
Last edited:
yes is a a word 6 letter 2 number no capslock the problem is whene i press the start button in hbrelog only start wow 32 bits but dont do anyhing more dont start honorbuddy dont log in in wow dont do anyhing
same here
 
There seems to be a compatibility issue with TeamViewer. I disabled TeamViewer now, and HBRelog was able to enter the password and log in. No idea why, but perhaps this helps understand the issue.
LOL!!! Its for Teamviewer WTF!!! I close TW from system and HBRelog works!
 
I dont use teamviewer and it still wont log in .. starts wow and sits there or starts wow and doesnt enter the password.

I do use mumble though. I guess ill close that and see what happens.

If that somehow (god knows why) has an effect, i think the dev should address it. Its all but gauranteed that every single person using this uses voice chat.
 
yea closing mumble didnt help. Guess ill try ABRelog. Pity after learning this and it working problem free awhile back. Not sure what changed whether it came with a newer wow patch or a newer version of HBrelog but i digress.
 
Comment out line 100 in HBReloghelper.cs in your plugins directory. That will prevent the plugin from spamming the exception to the log when it fails to connect.

So your final code starting on line 97 would be:
Code:
            catch (Exception ex)
            {
                // fail silently.
                //Logging.Write(Colors.Red, ex.ToString());
            }

I have a question for the future. Two actually.

I found the line(s) with ctrl+f but what does one use to see the actual line number? ive just been using notepad for these sorts of things which presents a pain as you can imagine. A direct replacmeent would be awesome but ill take what i can get/whats popular etc.

The other question is that upon updating hbrelog via the SVN.. its just going to overwrite this and mess it up again ya? Hopefully The dev gets around to fixing it >.< Among other things.

Anyhow thank you again. Going for it now!

EDIT

I removed everything beyond that point which seems to have broken it/removed it from my plugins list. It no longer throws the error of course - but is no longer present in my plugins list so I think that was incorect (on my part).

Im 99.9% nub when it comes to programming so if you can be a bit more clear.. perhaps a copy of the line(s) i should delete if it wasnt supposed to bre EVERYTHING past that point >.< Sorry bud. If it was supposed to be all of it past that point, I have no clue why its no longer showing up in my plugins list now.
 
Last edited:
Back
Top