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!

[Official] Honorbuddy Mega Profile Pack - Lvl 1 to 110

Not working for me

Everytime i load the profile from buddy store this is what i get:

[Compiler Error]: C:\Program Files (x86)\HB\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityBehaviors\Movement.cs(94,12) : error CS0246: The type or namespace name 'ProvideWoWPointDelegate' could not be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: C:\Program Files (x86)\HB\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityBehaviors\Movement.cs(78,18) : error CS0246: The type or namespace name 'ProvideWoWPointDelegate' could not be found (are you missing a using directive or an assembly reference?)
Profile loaded successfully!

What am I doing wrong?
 
Everytime i load the profile from buddy store this is what i get:

[Compiler Error]: C:\Program Files (x86)\HB\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityBehaviors\Movement.cs(94,12) : error CS0246: The type or namespace name 'ProvideWoWPointDelegate' could not be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: C:\Program Files (x86)\HB\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityBehaviors\Movement.cs(78,18) : error CS0246: The type or namespace name 'ProvideWoWPointDelegate' could not be found (are you missing a using directive or an assembly reference?)
Profile loaded successfully!

What am I doing wrong?
There seems to be some sort of technical corruption in your quest behaviors.
Usually the remedy for fixing this would just to do a completely fresh install of your bot - that way you get a fresh batch of quest behaviors.
 
How reliable is this for 100-110, and how long does that usually take? Does it require a lot of babysitting or is it pretty complete now?
I know saying "100% AFK" is a bit ridiculous given anything can happen at any time that will debunk that claim.
But, ever since I've added in the custom anti-stuck logic, 100-110 is practically 100% AFKable.

The bot will get stuck and errors will happen, but these stucks and errors are completely fixed by the anti-stuck logic
If you also use a relogger such as HBRelog, it will definitely go without any stops at all until you hit 110.

Of course - if you do come across an error, please report it and I will get it fixed as soon as possible. :3


Also -
As Bambam said, you'll need to run the bot with the default setup.
Third-party plugins or combat routines will cause strange bugs.
 
Hi Echotiger,

seems like there's a "!" missing in this condition: (deepholm line 249)

Code:
      <If Condition="!HasQuest(27722) &amp;&amp; [B][COLOR="#FF0000"]![/COLOR][/B]IsQuestCompleted(27722) &amp;&amp; !HasQuest(27203) &amp;&amp; !IsQuestCompleted(27203) &amp;&amp; Me.MapId == 1">
        <CustomBehavior File="FlyTo" DestName="Pickup Quest" Land="true" X="1587.082" Y="-4369.409"
                                Z="20.83522" />
        <PickUp QuestName="Warchief's Command: Deepholm!" QuestId="27722" GiverName="Warchief's Command Board"
                        GiverId="206109" X="1598.488" Y="-4370.302" Z="21.23272" GiverType="Object" />
      </If>
 
Problem in stormheim

I have a problem where in stormheim as a Horde this happens. I saw that some had problems with this earlier, is there a quick fix?


[Avoid-767ce8(info)] Installed avoidance system
[Avoid-767ce8(info)] Uninstalled avoidance system
[LoadProfile-767ce8(info)] Loading profile 'Class Hall Loaders/[N-Quest] Monk [Echo].xml'
Changing current profile to [N-Quest] Monk Class Hall Loader [Echo] ($Rev: 5938 $)
[Profile]: Continuing our questing in Stormheim.
[LoadProfile-767ce8(info)] Loading profile '../[N-Quest] Stormheim [Echo].xml'
Changing current profile to [N-Quest] Stormheim [Echo] ($Rev: 5931 $)
[Avoid-767ce8(info)] Installed avoidance system
[Avoid-767ce8(info)] Uninstalled avoidance system
[LoadProfile-767ce8(info)] Loading profile 'Class Hall Loaders/[N-Quest] Monk [Echo].xml'
Changing current profile to [N-Quest] Monk Class Hall Loader [Echo] ($Rev: 5938 $)
[Profile]: Continuing our questing in Stormheim.
[LoadProfile-767ce8(info)] Loading profile '../[N-Quest] Stormheim [Echo].xml'
Changing current profile to [N-Quest] Stormheim [Echo] ($Rev: 5931 $)
[Avoid-767ce8(info)] Installed avoidance system
[Avoid-767ce8(info)] Uninstalled avoidance system
 
Last edited:
Having major issues doing the "Master Treasure Hunter" Part in Draenor. Bot standing still after nearly every treasure found. Stop/Start makes it running to next treasure again, but just for this treasure...
 

Attachments

Hi Echotiger,

some of my chars fell off ship while doing "Touching Ground" (MoP starting quests - Touching Ground - Quest - World of Warcraft) and got stuck. I have added a condition that will check for this situation and bring char back on ship:

I have changed this:

PHP:
<If Condition="HasQuest(31766) &amp;&amp; !IsQuestCompleted(31766) &amp;&amp; Me.Z &gt; 280">
	<CustomBehavior File="MyCTM" X="3154.219" Y="-742.1877" Z="301.0096" />
	<CustomBehavior File="InteractWith" QuestId="31766" MobId="215689" 
                                             Range="8" X="3154.219" Y="-742.1877" Z="301.0096" />
	<CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting to get to the ground. {TimeRemaining}" />
</If>

into this:

PHP:
<If Condition="HasQuest(31766) &amp;&amp; !IsQuestCompleted(31766)">
	<If Condition="!IsObjectiveComplete(1,31766) &amp;&amp; Me.Z &lt; 250">
		<CustomBehavior File="InteractWith" PreInteractMountStrategy="Dismount" MobId="215766" 
                                                Range="3" X="3108.971" Y="-748.2408" Z="227.5901" />
		<CustomBehavior File="WaitTimer" WaitTime="10000" TerminateWhen="Me.Z &gt; 280" />
		<MoveTo X="3152.301" Y="-742.426" Z="300.9393" />
	</If>

	<CustomBehavior File="MyCTM" X="3154.219" Y="-742.1877" Z="301.0096" />
	<CustomBehavior File="InteractWith" QuestId="31766" MobId="215689" 
                                              Range="8" X="3154.219" Y="-742.1877" Z="301.0096" />
	<CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting to get to the ground. {TimeRemaining}" />
</If>
 
Last edited:
Hi Echotiger,

seems like there's a "!" missing in this condition: (deepholm line 249)

Code:
      <If Condition="!HasQuest(27722) &amp;&amp; [B][COLOR="#FF0000"]![/COLOR][/B]IsQuestCompleted(27722) &amp;&amp; !HasQuest(27203) &amp;&amp; !IsQuestCompleted(27203) &amp;&amp; Me.MapId == 1">
        <CustomBehavior File="FlyTo" DestName="Pickup Quest" Land="true" X="1587.082" Y="-4369.409"
                                Z="20.83522" />
        <PickUp QuestName="Warchief's Command: Deepholm!" QuestId="27722" GiverName="Warchief's Command Board"
                        GiverId="206109" X="1598.488" Y="-4370.302" Z="21.23272" GiverType="Object" />
      </If>
I see, thanks for the heads up!
 
I have a problem where in stormheim as a Horde this happens. I saw that some had problems with this earlier, is there a quick fix?


[Avoid-767ce8(info)] Installed avoidance system
[Avoid-767ce8(info)] Uninstalled avoidance system
[LoadProfile-767ce8(info)] Loading profile 'Class Hall Loaders/[N-Quest] Monk [Echo].xml'
Changing current profile to [N-Quest] Monk Class Hall Loader [Echo] ($Rev: 5938 $)
[Profile]: Continuing our questing in Stormheim.
[LoadProfile-767ce8(info)] Loading profile '../[N-Quest] Stormheim [Echo].xml'
Changing current profile to [N-Quest] Stormheim [Echo] ($Rev: 5931 $)
[Avoid-767ce8(info)] Installed avoidance system
[Avoid-767ce8(info)] Uninstalled avoidance system
[LoadProfile-767ce8(info)] Loading profile 'Class Hall Loaders/[N-Quest] Monk [Echo].xml'
Changing current profile to [N-Quest] Monk Class Hall Loader [Echo] ($Rev: 5938 $)
[Profile]: Continuing our questing in Stormheim.
[LoadProfile-767ce8(info)] Loading profile '../[N-Quest] Stormheim [Echo].xml'
Changing current profile to [N-Quest] Stormheim [Echo] ($Rev: 5931 $)
[Avoid-767ce8(info)] Installed avoidance system
[Avoid-767ce8(info)] Uninstalled avoidance system
This issue had been fixed before your post was made - it seems that you're using an older version of the profiles.
 
Having major issues doing the "Master Treasure Hunter" Part in Draenor. Bot standing still after nearly every treasure found. Stop/Start makes it running to next treasure again, but just for this treasure...
This has been an issue since the profile was first developed - the bot should be moving after 60~ seconds.
It's caused by Blizzard in which their data system is causing quest data to update very slowly. So the bot doesn't think the quest is complete.

I've got a new method of status checking that might fix this, but I'm not entirely sure.
I'll mark it down on my list to add the new method in, but right now this profile is low priority so it might take some time.
 
After updating problems with questing leveling, 100 level and flying in Highmountain standing there. No errors.
It should be in place and all.
 
bug?

[Compiler Error]: C:\Users\Steven\Desktop\Steven\Zip\HB\Quest Behaviors\QuestBehaviorCore\Utility\UserDefinedExpression.cs(50,37) : error CS0246: The type or namespace name 'ExpressionSet' could not be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: C:\Users\Steven\Desktop\Steven\Zip\HB\Quest Behaviors\QuestBehaviorCore\Utility\UserDefinedExpression.cs(54,13) : error CS0246: The type or namespace name 'ExpressionError' could not be found (are you missing a using directive or an assembly reference?)


keep getting this error when trying to run profile
 
After updating problems with questing leveling, 100 level and flying in Highmountain standing there. No errors.
It should be in place and all.
I'm not sure what you're trying to report - your text isn't translating properly.
Can you attach a log of this error?
 
[Compiler Error]: C:\Users\Steven\Desktop\Steven\Zip\HB\Quest Behaviors\QuestBehaviorCore\Utility\UserDefinedExpression.cs(50,37) : error CS0246: The type or namespace name 'ExpressionSet' could not be found (are you missing a using directive or an assembly reference?)
[Compiler Error]: C:\Users\Steven\Desktop\Steven\Zip\HB\Quest Behaviors\QuestBehaviorCore\Utility\UserDefinedExpression.cs(54,13) : error CS0246: The type or namespace name 'ExpressionError' could not be found (are you missing a using directive or an assembly reference?)


keep getting this error when trying to run profile
This isn't an issue with these profiles - but instead an issue in your bot installation.
You will need to do a completely fresh install of the bot to fix this.
 
This has been an issue since the profile was first developed - the bot should be moving after 60~ seconds.
It's caused by Blizzard in which their data system is causing quest data to update very slowly. So the bot doesn't think the quest is complete.

I've got a new method of status checking that might fix this, but I'm not entirely sure.
I'll mark it down on my list to add the new method in, but right now this profile is low priority so it might take some time.

Thanks for explaining, been trying to wait until it continues itself, but even after several minutes, it doesn't.
 
This isn't an issue with these profiles - but instead an issue in your bot installation.
You will need to do a completely fresh install of the bot to fix this.

yea i did a fresh install right after posting. works fine! Got stuck on one quest....killing the worgen on some ship. I manually did it and reset the bot and its continued great!
 
For some reason I can't get the legion profiles to work anymore, all it does is give me the message to use the plugin to change settings, then stands idle.
this has occurred since somewhere last week

I'm using a fresh install of both wow and HB

other quest profiles (such as world quest profiles etc) do work, however I wanted to use these profiles in order to finish my legion quests

log added:

View attachment 5384 2016-12-14 13.10.txt

edit: I'm using the latest version streamed through the buddy store
 
For some reason I can't get the legion profiles to work anymore, all it does is give me the message to use the plugin to change settings, then stands idle.
this has occurred since somewhere last week

I'm using a fresh install of both wow and HB

other quest profiles (such as world quest profiles etc) do work, however I wanted to use these profiles in order to finish my legion quests

log added:

View attachment 217089

edit: I'm using the latest version streamed through the buddy store
When you get time - would you mind allowing me to remote assist your computer to see this issue personally?
 
When you get time - would you mind allowing me to remote assist your computer to see this issue personally?
by all means, I'm still home for about another hour and a half, otherwise it'll be tomorrow evening, whatever suits you best
 
What is the different about this profile pack and the stock pack in the Honorbuddy map ?
 
Back
Top