Not working for me with Quest or Grind bot. Getting the follow error. Currently Using BotBase : Questing Can not start quest bot - this profile does not contain a quest order! Stopping the bot! Bot stopping! Reason: User pressed the stop button [Compiler Error]: c:\Users\Quest Behaviors\QuestBehaviorCore\Utility\Query.cs(567,79) : error CS0103: The name 'BlackspotQueryFlags' does not exist in the current context Warning: Could not parse While body node [Compiler Error]: c:\Users\Quest Behaviors\QuestBehaviorCore\Utility\Query.cs(567,79) : error CS0103: The name 'BlackspotQueryFlags' does not exist in the current context Warning: XML Error: Could not parse 'If' body node! - On line 153 Changing current profile to Magisters' Terrace Endless Farm
That's pretty cool and I didn't even know that I won't remove the timer, since it's dynamic (it makes sure every run takes exactly 12 minutes, 30 seconds) and that is actually controlled by a built-in HB behavior. I'll wait for HB to fix the behavior. In the meantime however, you can either remove this line: Code: <!-- Instance timer check --> <CustomBehavior File="Misc\InstanceTimer" Timer="Check" /> or change it to: Code: <!-- Instance timer check --> <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="365000" /> That would make sure an instance run takes ~6 minutes + 10 seconds to stay inside the new 10 instances/hour limit.
Thx for the profile It works great. I have one suggestion. Is it possible to skip the last group before Kael'Thas? This would skip the Roleplay part (him talking) either and speeding up the run even more.
That's actually a great idea. I made a new thread so people will have an easier time finding the profile: http://www.thebuddyforum.com/honorb...ace-endless-farm-patch-5-4-a.html#post1533011
got this message when I tried it: The currently loaded profile does not contain a sub profile usable for the current character (is your toon too high level?) RIP. I was really hoping to get exalted for that shield EDIT: so if you're like me and know absolutely nothing about how scripts work, easy fix. Just open the file in notepad and find this line at the top: <MinLevel>1</MinLevel> <MaxLevel>86</MaxLevel> change 86 to 101 so it looks like this <MinLevel>1</MinLevel> <MaxLevel>101</MaxLevel> then it works again FURTHER EDIT: there is some sort of problem with the bot not resetting the dungeon an going to normal. Run it on heroic without being afk. after it finishes manually set difficulty to normal and start the bot again and it'll will farm over nad over as intended.
Paratrooper open the file in notepad and at the top is has a character level min and max just change the max to 101
Changed maxlevel to 110 (tried 101 too), but I still get the error: The currently loaded profile does not have anything for the local player to do (is your toon too high level?) EDIT: Didn't realize you had to put maxlevel 1 above your current level. Changed it to 111 and it works fine now. Thanks a bunch!