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!

Hi well my bot did a few quests in azsuna now it tries to go to a different place in azsuna it's not meant to can't post a log file as it just comes up with questing in azsuna its just not picking up the quests from the start of azsuna it worked upto the quest where you press 3 different crystals and last one takes you to kill a demon at illdari stand then it don't hand it in and goes to the big dragon in the pool in azsuna any ideas please thankyou for reading
 
Had the same issue this morning, however this happens Everytime there is a patch released and I don't logoff.
Maybe just temporary bug
 
Hold on, you ran the bot from 100-109 without ANY issues 24/7? i can never achieve that, it can maybe do one level and then it disconnects with a WoW error. :(
I was wondering the exact same!

No, not 24/7. I haven't actually monitored it very closely, but I would say it does 2-3 levels at a time without issues. Then I may find it stuck somewhere, or hung up on a quest that I have to complete manually. I also try to do some of the class/order hall/artifact quests by hand in between.

I haven't been getting any WoW errors or disconnects. Maybe try deleting WTF/cache folders and a fresh install of HB, and make sure you're updating the profiles form SVN everyday. Echo is making constant updates.
 
There is currently a bug in WoW with the quest "Down To Azuna" where Khadgar doesnt appear after taking the grhyon the only way to fix this is to abadnon the quest and he appears, but now the bot is constatnly trying to pick up the completeted Down to Aszuna quest.

Any idea how to force to think its complete.
 
There is currently a bug in WoW with the quest "Down To Azuna" where Khadgar doesnt appear after taking the grhyon the only way to fix this is to abadnon the quest and he appears, but now the bot is constatnly trying to pick up the completeted Down to Aszuna quest.

Any idea how to force to think its complete.
I'm stuck on this too, i've even tried to go past it myself. I've downloaded the azsuna profile and tried to edit out that quest but I'm not sure where else the bots looks for it in the profile.
 
had the same problem. i abandoned the quest and was able to pick up the following quest from kadghar in aszuna.
but then the bot still tried to pick up the quest before, which wasnt possible anymore...

a temp solution if you are stuck in that situation is to delete the Down to Aszuna Quest from the Aszuna profile. it starts at line 122 and goes to maybe about 130. delete that part and bot will continue questing in aszuna

edit: search for "down to aszuna" in the profile to find the right part
 
Last edited:
I'm stuck on this too, i've even tried to go past it myself. I've downloaded the azsuna profile and tried to edit out that quest but I'm not sure where else the bots looks for it in the profile.
had the same problem. i abandoned the quest and was able to pick up the following quest from kadghar in aszuna.
but then the bot still tried to pick up the quest before, which wasnt possible anymore...

a temp solution if you are stuck in that situation is to delete the Down to Aszuna Quest from the Aszuna profile. it starts at line 122 and goes to maybe about 130. delete that part and bot will continue questing in aszuna

edit: search for "down to aszuna" in the profile to find the right part
Same problem here...
 
This is not a profile decision.
Blizzard decided for whatever reason that questing in Broken Isles will only get you to 108/109 and to leave a lack of quests needed to get to 110.

The profiles should complete absolutely every zone story, and I've added nearly every side quest there is along with most of the Bonus Objectives.
I'm currently in the process of adding code to handle doing Order Hall missions between transitioning through questing zones and for the bot to complete all your artifact weapon chains after completing every quest zone.

Hopefully these unnecessary additions will get you to 110.


First off thank you very very much for your hard work on this. I've leveled up 5 characters to 108 with it so far and plan on many more.

I disagree though that there's any lack of quests. After mid way through 108 I've just hit the Khadgar quest "A Falling Star" that starts in Dalaran that takes you to suramar to kill a giant and back to dalaran to khadgar and the Exodar scenario and then the first couple of quests in suramar and the character hits 110 so I think this was the intended questing path blizz setup to get to the 110 stretch. Instead of trying to flush out all the artifacts if ya finish the Khadgar questline into Exodar and a couple quests in Suramar the pack will get all chars from 100 to 110.

Just my 2 cents! Thank you again!

These two profiles have done quite a bit for Suramar as well:

https://www.thebuddyforum.com/honor...rofiles/269899-suramar-intro-quests-beta.html

https://www.thebuddyforum.com/honor...iles/270822-suramar-post-intro-developed.html

However we are still missing the Exodar scenario to get to 110 first.
 
Last edited:
mmm
in the profiles ([H - Quest] 12-58 K-EK [Kick]) i cannot see anything mentioning a flying mount ..
only <UseMount Value="true" />
if i change that to false then it would walk everywhere ?
i just want disable flying mounts..

edit - tried changing that and it still mounts and flys :(
Remove all occurrences of Nav="Fly" and replace all occurrences of <UseMount Value="true" /> to false.
There's more than one of these throughout the profile.
 
Echotiger, just wanted to give you props for putting up with all the messages, requests and nagging.

Leveled my second toon from 90-110 within 24 hours. Only touched the bot 3 times in total.

Thanks so much
Thanks for the feedback!
Good to see it's working for you.
 
Quest:The Avatar of Terokk - Quest - World of Warcraft

This was bug back in WoD (that was fixed), now it's came back ?


Bot stuck
PHP:
<Hotspot X="304.1981" Y="2800.371" Z="78.55602" />
The Vehicle quest behaviors don't have anti-stuck, which unfortunately causes issues like this.
The chances of it getting stuck are completely random and usually are rare.

Is this happening consistently with your characters?
 
Does anyone know what I can do to make my Kick's work? Whenever I load it from the store and try to start it I get this error :(


System.TypeInitializationException: The type initializer for 'Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper' threw an exception. ---> Styx.CommonBot.Profiles.ProfileException: Errors in quest behaviors!
at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper..cctor()
--- End of inner exception stack trace ---
at Styx.CommonBot.Profiles.Quest.Order.QuestBehaviorHelper.GetBehaviorInstanceType(String path)
at Styx.CommonBot.Profiles.Quest.Order.CodeNode.FromXml(XElement element)
at Styx.CommonBot.Profiles.Quest.Order.OrderNode.FromXml(XElement element)
at Styx.CommonBot.Profiles.Quest.Order.WhileNode.FromXml(XElement element)
at Styx.CommonBot.Profiles.Quest.Order.OrderNode.FromXml(XElement element)
at Styx.CommonBot.Profiles.Quest.Order.OrderNodeCollection.FromXml(XElement element)
at Styx.CommonBot.Profiles.Profile..ctor(XElement xml, Profile parent)
at Styx.CommonBot.Profiles.Profile..ctor(String path, Profile parent)
at Styx.CommonBot.Profiles.ProfileManager.LoadNew(String path, Boolean rememberMe)
at Styx.CommonBot.TreeRoot.‏‎‪*‪**‏*‎​‪‪‫****‫‫**‪*​‪‬‬‪**()
at Styx.CommonBot.TreeRoot.Start()
at Honorbuddy.MainWindow.‎‬‪‎**‫**​**‎‏*‏‎*‫*​**‫**(Object )
Hi There , Hoping somone can help . Whenever i try and load a Profile from the store through the "Legion" section i get this error.

[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(151,83) : error CS0117: 'CustomForcedBehavior.ConstrainAs' does not contain a definition for 'WoWPointNonEmpty'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(638,8) : error CS1660: Cannot convert lambda expression to type 'float?' because it is not a delegate type
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(845,8) : error CS1929: 'Vector3' does not contain a definition for 'MaximumTraversalTime' and the best extension method overload 'Extensions_WoWObject.MaximumTraversalTime(WoWObject, double, TimeSpan?, TimeSpan?)' requires a receiver of type 'WoWObject'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(885,20) : error CS0117: 'Navigator' does not contain a definition for 'CanNavigateFully'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1305,23) : error CS1501: No overload for method 'PathTraversalCost' takes 1 arguments
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1349,43) : error CS1501: No overload for method 'PathTraversalCost' takes 1 arguments
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1471,37) : error CS1929: 'Vector3' does not contain a definition for 'CollectionDistance' and the best extension method overload 'Extensions_WoWObject.CollectionDistance(WoWObject)' requires a receiver of type 'WoWObject'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1525,37) : error CS0117: 'Navigator' does not contain a definition for 'FindHeights'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1528,36) : error CS1579: foreach statement cannot operate on variables of type '?' because '?' does not contain a public definition for 'GetEnumerator'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1746,20) : error CS1929: 'Vector3' does not contain a definition for 'CollectionDistance' and the best extension method overload 'Extensions_WoWObject.CollectionDistance(WoWObject)' requires a receiver of type 'WoWObject'
[Compiler Error]: C:\Users\brandon\Documents\Honorbuddy\Quest Behaviors\Studio60\InteractWithBattlePet.cs(1814,35) : error CS1929: 'Vector3' does not contain a definition for 'CollectionDistance' and the best extension method overload 'Extensions_WoWObject.CollectionDistance(WoWObject)' requires a receiver of type 'WoWObject'
Profile loaded successfully!
Latency to Buddy service: 65 ms
Profile loaded successfully!
Starting the bot!
Currently Using BotBase : Questing
Current zone is Dalaran (Dalaran - Zone - World of Warcraft)
Can not start quest bot - this profile does not contain a quest order!

Thanks for your time
Both of these issues aren't profile related.
As you can see by the error text, there's an issue in your quest behaviors.

If there's an issue in your quest behaviors, then the clear thing to do is to do a fresh install of your bot.
 
Hi There, Hoping someone can help.
HB is not trying to kiting when I fight with mobs or a mob.
Did I trying to fix it. But I don't know why do not kiting anywhere. when I fight with mobs.
How can I fix it?
I'm a mage : fire.
from KR
This is a Singular issue, not a profile issue.
It's being investigated currently.
 
Hello,the azsuna profile has some kind of bug.The bot sits in dalaran trying to get the quest from khadgar,but he's not there.This happend 1st time when i started to the profile,the boot took the quest traveled to Azsuna and finished the quest,now,in place of taking new quests in Azsuna,the bot goes back to dalaran still waiting for khadgar:)
 
More problems with Kick -58-68.

Hellfire Peninsula. Zeth'Gor. Seems like there are a load of sticking points near the quest.

Currently Outland is not anywhere near AFK.

log attached as always.
Outland was nearly 100% AFKable at one point.

But when Blizzard broke the Objective system it pretty much got it down to 40% AFKable.
Then with the new navigation system, it probably got it down to 30%.

Currently all quests broken by the Objective system are being replaced as our testers get to those locations.
This is a slow process of course - especially considering most of my priority is fixing Legion issues and replying to the massive amount of posts on this thread which only a few are actual bug reports regarding the profiles.

This quest in particular is affected by the broken Objective system. It will need to be replaced with a quest behavior.
I'll look into fixing it today. Thanks for the report!
 
You haven't reached that waypoint yet... how do I find out what waypoint is missing? Im 5/7 highmountain running only the bot.
I'm not sure what you're asking.
"Waypoint?" Do you mean flight paths?

The questing profile should be doing all story lines - if it's not try loading the profile directly.
 
Does this have the skinning quest chain to unlock max rank "3 star"? I took a ok but don't see it.
I've addressed all 12 class halls, all 36 artifact weapons, and the 4 questing zones.
Given this, I've not had time to add all 15 profession quest lines in this short amount of time.
 
Back
Top