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

Hey, so I ran this today for the first time.
And the first thing that happened was that big parts of my UI was reset to default.
Since I'm not running a standard UI it will take quite a lot of work to get it back to the way it was, so I'm just wondering if there is any particular reason for arelogger to do this?? :p

None of my addons were disabled, but they were set back to original positions etc. like bars at the bottom...

Thought it was pretty odd since it just boots wow and HB...
 
Last edited:
hi highvoltz,

it is possible to deactivate the relogging from a specific account via a HB Plugin?
I ask because my addon ShutUp has a GM alarm and will also logout then.
it would be bullshit if it loggin in again.. :rolleyes:

maybe that my Plugin write a specific "log"-file with the info that HBRelog needed, or someting like that..

the only possibility would be, using the logmeout-plugin and then you can use a batch line using taskkill to quit hbrelog when logmeout logs you off.

You'd have to manually start everything up again of course, afterwards.

settings for logmeout:
Command/file: taskkill
Arguments: /IM HBRelog.exe
 
i dont want to use an other plugin to log me out, my plugin do itself.
I have hoped to work without taskkill, for the people who have many acc, would it be bad.. ;)
 
the only possibility would be, using the logmeout-plugin and then you can use a batch line using taskkill to quit hbrelog when logmeout logs you off.

You'd have to manually start everything up again of course, afterwards.

settings for logmeout:
Command/file: taskkill
Arguments: /IM HBRelog.exe


I think it would be enought, as if a GM wrote to me, the plugin would write a note like "srz got big lags, ill restart mine pc, brb" then logout and turn HRrelog/ARrelog off. So in the morning u see the log and u know what to expect, also if u turn HB/ARrelog off, the rest of the bots will run altho :) So would be very cool.
 
I think it would be enought, as if a GM wrote to me, the plugin would write a note like "srz got big lags, ill restart mine pc, brb" then logout and turn HRrelog/ARrelog off. So in the morning u see the log and u know what to expect, also if u turn HB/ARrelog off, the rest of the bots will run altho :) So would be very cool.
ok, when you think a taskkill is enough then I'll add it ;)
 
Kann man die HB einloggzeit erh?hen ?

logs: Closing Honorbuddy because it took too long to attach
 
It would be nice if we could sort the list.
a simple move-up and -down button to change positions inside the list would be enough.
 
It would be nice if we could sort the list.
a simple move-up and -down button to change positions inside the list would be enough.

Also it would be very nice to add a note to the specyfic bot/wow and to streach the tabs, so u can make them more wider if u write smthn longer.
 
I have Issues with internet connection.. My internet randomly disconnects. Can HBRelog detect Internet DC's then connect WOW and HB??
 
hi highvoltz,

it is possible to deactivate the relogging from a specific account via a HB Plugin?
I ask because my addon ShutUp has a GM alarm and will also logout then.
it would be bullshit if it loggin in again.. :rolleyes:

maybe that my Plugin write a specific "log"-file with the info that HBRelog needed, or someting like that..
Yes, this is possible. It requires reflection to use the api provided by the HBRelogHelper plugin since the types that it contains aren't available at compile time (well it depends which gets compiled 1st). This is what Professionbuddy uses HBRelogApi.cs - professionbuddy - A Behavior Builder plugin for Honorbuddy that is focused on automating Professions in WoW - Google Project Hosting . You're welcome to include it in your project or take bits of it.

Example usage.
Code:
[COLOR=#660066][FONT=Monaco]HBRelogApi hbRelog = new [/FONT][/COLOR][COLOR=#660066][FONT=Monaco]HBRelogApi();
if (hbRelog.[/FONT][/COLOR][COLOR=#660066][FONT=Monaco]IsConnected) // is HBRelog being used and is the IPC connection active?
[/FONT][/COLOR][COLOR=#660066][FONT=Monaco]{
[/FONT][/COLOR]hbRelog.[COLOR=#660066][FONT=Monaco]PauseProfile([/FONT][/COLOR]hbRelog.[COLOR=#660066][FONT=Monaco]CurrentProfileName[/FONT][/COLOR][COLOR=#660066][FONT=Monaco]); // pauses the HBRelog profile that belongs to the current running WoW/HB instance.
[/FONT][/COLOR]}
 
Im sure this has been asked but there is 138 pages here and I dont want to go through them all.

My question is all my accounts are SOR accounts and when I log in it asks me if I want to use WOW1 or the old persons name. Can you tell me if this will choose the non WOW1 account?

Again sorry if this has already been asked.
 
Hello, i have question and i need help :)
I set my configs in HBRelog and presses Start.
Opened wow screen, and nothing more.
In log was next:
[22:31:37] DxDevice9 Offset found at 0xB18ADC
[22:31:42] System.IO.InvalidDataException: Pattern not found
в HighVoltz.HBRelog.CleanPattern.Pattern.FindStart(BlackMagic bm) в E:\Buddy\Projects\HBRelog\CleanPattern\Pattern.cs:строка 65
в HighVoltz.HBRelog.CleanPattern.Pattern.Find(BlackMagic bm) в E:\Buddy\Projects\HBRelog\CleanPattern\Pattern.cs:строка 70
в HighVoltz.HBRelog.WoW.WowManager.ScanForOffset() в E:\Buddy\Projects\HBRelog\WoW\WoWManager.cs:строка 604
в HighVoltz.HBRelog.WoW.WowManager.Pulse() в E:\Buddy\Projects\HBRelog\WoW\WoWManager.cs:строка 340
в HighVoltz.HBRelog.TaskManager.Pulse() в E:\Buddy\Projects\HBRelog\TaskManager.cs:строка 61
в HighVoltz.HBRelog.CharacterProfile.Pulse() в E:\Buddy\Projects\HBRelog\CharacterProfile.cs:строка 110
в HighVoltz.HBRelog.HbRelogManager.DoWork() в E:\Buddy\Projects\HBRelog\HBRelogManager.cs:строка 86
[22:31:42] stefaoka: Installing Endscene hook

Can someone help me pls with it?
 
Hello, i have question and i need help :)
I set my configs in HBRelog and presses Start.
Opened wow screen, and nothing more.
In log was next:
[22:31:37] DxDevice9 Offset found at 0xB18ADC
[22:31:42] System.IO.InvalidDataException: Pattern not found
в HighVoltz.HBRelog.CleanPattern.Pattern.FindStart(BlackMagic bm) в E:\Buddy\Projects\HBRelog\CleanPattern\Pattern.cs:строка 65
в HighVoltz.HBRelog.CleanPattern.Pattern.Find(BlackMagic bm) в E:\Buddy\Projects\HBRelog\CleanPattern\Pattern.cs:строка 70
в HighVoltz.HBRelog.WoW.WowManager.ScanForOffset() в E:\Buddy\Projects\HBRelog\WoW\WoWManager.cs:строка 604
в HighVoltz.HBRelog.WoW.WowManager.Pulse() в E:\Buddy\Projects\HBRelog\WoW\WoWManager.cs:строка 340
в HighVoltz.HBRelog.TaskManager.Pulse() в E:\Buddy\Projects\HBRelog\TaskManager.cs:строка 61
в HighVoltz.HBRelog.CharacterProfile.Pulse() в E:\Buddy\Projects\HBRelog\CharacterProfile.cs:строка 110
в HighVoltz.HBRelog.HbRelogManager.DoWork() в E:\Buddy\Projects\HBRelog\HBRelogManager.cs:строка 86
[22:31:42] stefaoka: Installing Endscene hook

Can someone help me pls with it?
 
How do you get it to stop killing HB a short period after hitting the Stop button on Honorbuddy? I've tried pausing the bot, telling it not to check HB's status... If I pause it, it doesn't reopen the bot, but it still closes it.

Every time I pause HB to change the settings on a Plugin and it shuts is on me, I want to eat a newborn baby.
 
Can you add an option to move the profiles up and down?
Just to keep things more tidy.

Regards
 
Back
Top