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!

Need help with instance farming profile

flyingeddie

New Member
Joined
May 7, 2014
Messages
33
Hey,

is there any valid profile for farming instances using the questbot that I can use as an example? The ones from Azyul and Pangaea seems to be outdated since I can't get them to run. Maybe something has changed with the syntax or so.

Any help is greatly appreciated :)

Greetings
Eddie
 
Outdated? Hehe.

The majority of the 'Instance Grind' profiles are indeed outdated - and mostly require Quest Behaviors to work.
However, the 'Gold Optimized Farms' are barely a month old.

You may still notice some older traditional methods in the Gold Optimized Farm profiles, but I use these methods for a reason.
If you want to sniff through some code, you could check those out.

My basic template structure usually consists of:

Code:
<Activate gold calculation LUA script to monitor GPH(etc) />

<If player is in instance >
	<Leave instance />
</If>

<If player is in wrong world map >
	<Travel to world map for dungeon />
</If>

<Prep dungeon by resetting and setting difficulty />

<While Loop >
	<If player is too far away from the instance hub, go to instance hub />

	<While player bagslots are above X >
		<If player is near/outside instance, attempt to enter />
		<If player is in dungeon, run it - exit and reset when complete />
	</While>

	<While player bagslots are below X >
		<Check if mobile vending is possible - if not go to vendor />
	</While>
</While>
This template is heavily modified depending on the dungeon and the farming method.

If you're having issues with creating your own dungeon farming profiles - feel free to add me on Skype and I'll answer any questions you may have.
 
Last edited:
Thanks for your reply, here is what happens, if I try to use Grim Batol. After I load the detection profile, there are 2 warnings:

Warning: XML Error: Could not parse 'If' body node! - On line 702
Warning: XML Error: Could not parse 'If' body node! - On line 896
Changing current profile to Grim Batol [DD] Farm

If I just ignore the warnings and start the profile, it comes to the detection part. Regardless in what direction I move, nothing will happen and after the timer counts down, following is posted in the log:

[Profile Message]:

Detection Diamond active.
Waiting for user response.
[Profile Message]:

If you're seeing this message - then something went wrong in the Detection Diamond code. Please try again.
If the problem persists, then please post your log on the main forum.

Bot stopping! Reason: Nothing more to do.


So I've tried to use a profile without detection and this is, what happened:

Warning: Could not parse While body node
Changing current profile to Grim Batol Heavy-Gold Farm
Starting the bot!
Currently Using BotBase : Questing
[Singular] Hotkey: To disable Movement, press: [Ctrl+Down]
[Singular] Your Level 90 Draenei Blood DeathKnight Build is
[Singular] ... running the Questing bot in Schattenhochland
[Singular] ... Zone: Östliche Königreiche using my SOLO Behaviors
[Singular] info: Pull Distance set to 1 yds by Questing, Plug-in, Profile, or User
[Singular] info: Pull Distance set to 25 yds by Questing, Plug-in, Profile, or User
[Profile Message]: Heavy-Pull Gold Run Activated!

[Profile Message]: *WARNING* This run-type contains heavy pulls. If you aren't geared you may die!
If you see a pull that you think needs to be changed, please post it on the forums!
Bot stopping! Reason: Nothing more to do.


I will check further later on tonite and post it here.

Kind regards
Eddie
 
Thanks for your reply, here is what happens, if I try to use Grim Batol. After I load the detection profile, there are 2 warnings:

Warning: XML Error: Could not parse 'If' body node! - On line 702
Warning: XML Error: Could not parse 'If' body node! - On line 896
Changing current profile to Grim Batol [DD] Farm

If I just ignore the warnings and start the profile, it comes to the detection part. Regardless in what direction I move, nothing will happen and after the timer counts down, following is posted in the log:

[Profile Message]:

Detection Diamond active.
Waiting for user response.
[Profile Message]:

If you're seeing this message - then something went wrong in the Detection Diamond code. Please try again.
If the problem persists, then please post your log on the main forum.

Bot stopping! Reason: Nothing more to do.


So I've tried to use a profile without detection and this is, what happened:


I will check further later on tonite and post it here.

Kind regards
Eddie
Ah, I see.

The [DD] version of the Grim'Batol farm is actually marked as obsolete and will soon be deleted.
The reason why it's not working is because it requires a QuestBehavior.
The QuestBehavior is located in the root directory of the Azyul SVN checkout (or ZIP.)

However,
This profile has been re-built and re-placed with 'optimized' profile which is located in the 'Optimized Dungeon Farming' folder.
[Optimized Dungeon Farming -> Cataclysm -> Medium/Lite -> [Beta] Grim Batol.xml]​
This version shouldn't require any behaviors.
 
Last edited:
Just wanna let you know, that I use Azyul SVN checkout and the QuestBehaviors directory is present.

Anyway, I will use your beta profiles instead, if there are any issues since they are beta I will post em here or wherever you want.

Thanks for you help, I've learned a lot and my first profile is almost done :)
 
Back
Top