View attachment 5448 2015-12-26 11.15.txt hi i re loaded Hb set the profile and got this again it keeps happening on some quests no all use to have no problems with this befor the ban wave and new hb
Glad to see it's working so well for you! 90-100 has been more recently/actively tested than the rest of the levels, especially the Alliance side. The Horde side has been as well, but not as much. Currently most of our testing focus is on the 1-90 portion. Any bugs or improvements that can be made are being worked on.
And this is with Alliance? If so, it's gotta be a new bug. We've never ran across it. If a log can't surface up, I'll get some testers on it very soon to see what's going on.
You're getting an "Access to the path 'F:\System Volume Information' is denied" error. I'm not entirely sure what causes that or the solution to it. You may need to report this to the "Support Section" for Chinajade or Tony to look at.
Here's a quick snippet I wrote up: PHP: <CustomBehavior File="RunCode" Type="Definition" Code="int StartLevel = StyxWoW.Me.Level;" /> <!-- Store your starting level as a int Variable --> <CustomBehavior File="WaitTimer" WaitTime="500" /> <CustomBehavior File="Hooks\DoWhen" ActivityName="LoadAutoLoader_OnLevelUp" AllowUseWhileMounted="true" UseWhen="StartLevel != StyxWoW.Me.Level" > <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Yellow, "[Profile Notification]: We leveled! Loading Auto-Loader.");" /> <CustomBehavior File="RunCode" Code="ProfileManager.LoadNew("C:/Example/Honorbuddy/Questing Profiles/Auto-Loader v2.xml");" /> </CustomBehavior> You would place this directly under the <QuestOrder> in each of the questing profiles. What it's doing is: When the profile starts, your current level is stored in the bot as the int "StartLevel" to be used as reference when we level. DoWhen hooks into the bot passively and won't activate until the UseWhen returns "true" In this situation, the UseWhen is set to: "StartLevel != StyxWoW.Me.Level" - which in English that's simply saying: "If our starting level doesn't equal our current level." So when our starting level doesn't equal our current level, the UseWhen will see "true" and the DoWhen will activate. Once the DoWhen activates, it'll load the auto-loader. Now the only issue with this is: not all profiles are located in the same directory. So in order to load the Auto-Loader, it needs to be in a static path. That way we can load to it directly without traversing various directories. Given this, in the code above you should see this: C:/Example/Honorbuddy/Questing Profiles/Auto-Loader v2.xml You'll need to change this directory to the location of your Auto-Loader. Be sure to use forward slashes ( / ) and not back slashes ( \ ) when writing the directory or else you'll get an error. Back slashes in C# are an "escape" trigger.
I got a problem In terokkar forest the bot had to kill wolfs and spiders but it just keept flying right over them and it refused to dismount Never had this problem before, so i Wonder if it's because of the new HB update?
I have an idea of what it may of been. The <Objective/> tag has issues with flying mounts in which it won't dismount if the player is flying. Do you remember which quest it was?
I got the same problem in Nagrand. Right now its doing Talbuk mastery and Clefthoof mastery (part 2) and Again it wont dismount. Just flying arround in cirkels.
I'll look into it. Something may need to be done to improve the <Objective/> tag's "KillMob" mounting logic.
thanks EchoTiger did a new instal on a diffrent drive and looks like its running as great as it all ways did thanks
Had it with alliance too, afair. Right now I got it on a horde char, see attached log. After restarting HB, it used the portal as it should
Upon starting the questing bot with Singular routine and Kicks profile loaded trough Autoloader v2 from the store gives a few errors (it runs, so they are not critical): XML error on line 5580, deprecated quest behaviour, and a NAME attribute that's not recognized in a few places:
Thanks for the log, It's a bit messy so I'll have to investigate it a bit to see what exactly is failing.
That's all fine. It's just from where old code is still lingering in the profiles and Honorbuddy is telling us that it's old. It shouldn't cause any actual performance or execution issues though.
Hello! First: Thanks for the great profile! I've been using it for years and it has always impressed me. But since the latest HB-build I have the following problem: The bot will of course continue questing in Hyjal with lvl 80th But he flies to Northrend, from there to Dalaran and through the portal to Stormwind to fly to the North. There he gets stuck in the mountains. I have also attached a log. View attachment 8028 2015-12-27 20.59.txt
Leveling an Alliance Druid. He's in STV at level 36. I have no active quests. No matter what I do the bot dumps me in the water by the island in Butchers Bay. HB even ran be from Iron Forge all the way back to the same spot. I've reloaded the game and HB multiple times, reloaded the profile, manually started quests, traveled to different parts of STV and other zones..nothing has help. Log attached.