Does it work on windows 8.1?? I used hbrelog well on windows7, but it does not work since I have upgraded windows8.1.....
<!-- Move to next toon. -->
<CustomAction Code="HBRelog.SetProfileStatusText("Skipping to next step."); " />
<WaitAction Condition="false" Timeout="2000" />
<CustomAction Code="Log("Current Profile " + HBRelog.CurrentProfileName);" />
<CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName);" />
<CustomAction Code="TreeRoot.Stop();" />
<WaitAction Condition="false" Timeout="20000" />
But a 2nd key, problem solvedWhen changing between toons it doesn't seem to close HB correctly as it causes a 5 min delay for the previous session to timeout when logging into the next toon. This is about 80% of the time.
Is there something I'm doing wrong, within HB I'm using ProfessionBuddy BotBase, and am making HBRelog change using this:
Code:<!-- Move to next toon. --> <CustomAction Code="HBRelog.SetProfileStatusText("Skipping to next step."); " /> <WaitAction Condition="false" Timeout="2000" /> <CustomAction Code="Log("Current Profile " + HBRelog.CurrentProfileName);" /> <CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName);" /> <CustomAction Code="TreeRoot.Stop();" /> <WaitAction Condition="false" Timeout="20000" />
Works fine for me.When i try to use http://www.thebuddyforum.com/honorb...questing-profiles-all-levels-auto-loader.html as profile, HBRelog automatically closes honorbuddy and relauches it, because it detectes that it's not responding. Can you fix it?
But a 2nd key, problem solved![]()
I haven't used it, but I assume that is what the tasks are for.How do you make it so it uses one profile for some time, then go logon to another character and uses one profile for a while, and repeat that?
Renaming the wow.exe file will cause it to give the error "Waiting on external application to start WoW" when started with HBrelog
Is there any way to fix this?