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: Honorbuddy Profile Pack--DO NOT DELETE!

For kick's profile for 90-100
My toon unmounts for every hotspot/quest turn in.
How do I disable unmounting for these?
For hotspots, it entirely depends on which sort of logic is using the hotspot array.
In typical use - the bot shouldn't be dismounting between each hotspot at all as this would be very inefficient for farming mobs or gathering items.

Perhaps instead of hotspots, you may be observing this behavior from 'MoveTo' or any other sort of common navigation logic used by the profiles. (RunTo, FlyTo, etc)
Any navigation logics that aren't hotspots are typically used to tell the bot to 'go to this location' in which a dismount is typically needed afterwords.
Hotspots are used to setup a farm area in which the bot will run around endlessly until a specific objective or condition is met.

It's common for the bot to dismount when turning in or picking up quests but unfortunately the logic that controls this is internal and can't be toggled.
I believe there's already a feature request on the bug tracker to make the bot not dismount immediately while attempting to turn in or pick up a quest, so hopefully your issue there will be fixed in the near future. :)
 
Last edited:
Having a problem in Outlands and Netherstorm where it just flys around in circles after it collected quests.
Horde side
 
Having a problem in Outlands and Netherstorm where it just flys around in circles after it collected quests.
Horde side
Since this issue has never been reported before, and that sort of behavior hasn't really ever been observed before - I'll need a log for this one to see what's going on.
Don't suppose you have one for this issue?
 
Is it possible to run this Profile in a group. I have two accounts and I want to level two characters together. Is this possible?
 
Is it possible to run this Profile in a group. I have two accounts and I want to level two characters together. Is this possible?
Unfortunately it's not completely possible. People have tried making plugins or custom profiles for this in the past for this, but none have really succeeded.

You can still group two bots together and let them quest. But there's a good chance that they will 'desync' and one will leave the other behind.
 
Unfortunately it's not completely possible. People have tried making plugins or custom profiles for this in the past for this, but none have really succeeded.

You can still group two bots together and let them quest. But there's a good chance that they will 'desync' and one will leave the other behind.

Thats what I figured the response would be, I will probably just have them mixed mode Grind/Dungeonbuddy when they hit 15 then. Thank you for the excellent profile and all the hard work you guys do to keep it going!!
 
Thats what I figured the response would be, I will probably just have them mixed mode Grind/Dungeonbuddy when they hit 15 then. Thank you for the excellent profile and all the hard work you guys do to keep it going!!
Anytime, good luck!
 
I use Kick's SVN and under Questing Profile Pack\Reputation\BC\Netherwing it says to use the provided plugin for the egg gathering profiles, however when I put the plugin into my plugin folder the bot does not recognize or show the Egg Collector plugin (NetherwingCollector1.9.cs).


View attachment 5732 2016-02-18 12.57.txt
 
I use Kick's SVN and under Questing Profile Pack\Reputation\BC\Netherwing it says to use the provided plugin for the egg gathering profiles, however when I put the plugin into my plugin folder the bot does not recognize or show the Egg Collector plugin (NetherwingCollector1.9.cs).


View attachment 198327
When you copied the plugin, did you put it into its own folder?

eg: Honorbuddy \ Plugins \ NetherwingCollector \ NetherwingCollector1.9.cs
 
Yes, I tried that too.
Hmm, I'm not sure that those profiles are completely supported anymore.
Something like this should be do-able without the use of a plugin.

Which profile specifically are you trying to use? I'll see if it's convertible to 'InteractWith.'
 
Hmm, I'm not sure that those profiles are completely supported anymore.
Something like this should be do-able without the use of a plugin.

Which profile specifically are you trying to use? I'll see if it's convertible to 'InteractWith.'

I'm just trying to use the Netherwing reputation profiles to exalted. So I've tried all 3 profiles and the plugin in Reputation\BC\Netherwing
 
Since this issue has never been reported before, and that sort of behavior hasn't really ever been observed before - I'll need a log for this one to see what's going on.
Don't suppose you have one for this issue?


I think I might have just been using pause and resume too much. If I run into it again ill be sure to get a log!
 
FYI - Quest id 35620 does not exist at the time your profile is looking for it in [Fly][H - Quest] 96-98 Arak [Kick].xml
Scout Cel is there, but has does not have the quest.
My personal workaround was to comment the section below out.

+- line 465 in the file
Code:
    <!--If Condition="!HasQuest(35077) &amp;&amp; !IsQuestCompleted(35077)" >  Quest After Pinchwhistle Gearworks 
			<PickUp Nav="Fly" QuestName="Pinchwhistle Gearworks" QuestId="35620" GiverName="Scout Cel" GiverId="85566" X="-392.8281" Y="2256.036" Z="26.13285" />
		</If-->
 
FYI - Quest id 35620 does not exist at the time your profile is looking for it in [Fly][H - Quest] 96-98 Arak [Kick].xml
Scout Cel is there, but has does not have the quest.
My personal workaround was to comment the section below out.

+- line 465 in the file
Code:
    <!--If Condition="!HasQuest(35077) && !IsQuestCompleted(35077)" >  Quest After Pinchwhistle Gearworks 
			<PickUp Nav="Fly" QuestName="Pinchwhistle Gearworks" QuestId="35620" GiverName="Scout Cel" GiverId="85566" X="-392.8281" Y="2256.036" Z="26.13285" />
		</If-->
I've personally never had this issue. Did you stop/start the bot or manually quest any at all?
 
I've personally never had this issue. Did you stop/start the bot or manually quest any at all?
No to the manual questing.
Ofc - I have had this every horde toon I have ever taken through spires
Note: I did take the bonus XP inn - don't know if that has an effect I have never taken the alternative route to test.

As a side note - is there a fix for the below error, the quest still completes, but the error is annoying
Code:
[COLOR="#FF0000"][(error)] For DoWhenActivity ActivityName(SpamVehicleButton1), predicate (() => Me.IsOnTransport && !IsQuestCompleted(35734) && Me.Combat && Styx.CommonBot.Bars.ActionBar.Active.Buttons.Any(b => b.Index == 1 && b.CanUse)) was not reset by execution.
  This is a profile problem, and can result in erratic Honorbuddy behavior.
  The predicate must return to 'false' after the action has been successfully executed.
[(error)] For DoWhenActivity ActivityName(SpamVehicleButton1), predicate (() => Me.IsOnTransport && !IsQuestCompleted(35734) && Me.Combat && Styx.CommonBot.Bars.ActionBar.Active.Buttons.Any(b => b.Index == 1 && b.CanUse)) was not reset by execution.
  This is a profile problem, and can result in erratic Honorbuddy behavior.
  The predicate must return to 'false' after the action has been successfully executed.[/COLOR]
[COLOR="#800080"][DoWhen-v2082(debug)] Stopped executing SpamVehicleButton1 hook[/COLOR]
 
Last edited:
Back
Top