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!

[N - Rep] Magisters' Terrace Endless Farm

Lovely, that seems to have happened when the forum database crashed.

This profile *should* be the correct one. Please test it and let me know how it works.

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
 
Tried this today and works great. Was exalted in a few hours (was honored already). Only pointer i got would be removing the timer after using the teleporter at the end of the dungeon to speed things up (tried to do it myself, but can't figure out how). waiting 4-5 minutes after each run is quite a waste of time :)

Great profile!

Thank you!

The wait timer is there so that you don't run into the 5 instances/hour limit!
 
Limit is now 10 per hour, so the timer can be removed.

That's pretty cool and I didn't even know that :D

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.
 
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.
 
Last edited:
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!
 
Last edited:
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!

Happy u figured it out
 
Back
Top