What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

I keep getting "Can not start quest bot - this profile does not contain a quest order!"

Do you know what I'm doing wrong?
No.
Which profile are you using? Also have you copied over the Quest Behaviors?
 


Which Nexus profile are you using? (ex: Optimized Gold Farms -> Dungeons -> Medium -> The Nexus)



I'm using Azyul->Dungeons->Northrend->Heavy pulls->[RunAll]Randomizer.xml
Imperyus sent me an old version of yours profiles, so I'll try them with new HB release and will post here the results.

EDIT: Still the same problem. Logs in the attachment. In the end of the log you can see the stuck problem. If I didn't stop the bot it would dc after a while.

EDIT 2: I found the solution: It appears my computer is too slow and loading screen takes longer than expected. All I had to do was to increase wait time after zoning to the instance - from 1100 to 11000. Everything works like a charm!
Alright cool.
I have a new enter/exit method that's a lot better than the existing ones, but I've yet to standardize it into the profiles.





I'm testing Botanica, is the most effective run, but the bot doesnt kill laj, dont know if this is intended.

Is there any way for mailing not under 17 empty bag slots, but X, for example, 20? Thanks
It already is 20.
It'll go to vendor at 17, and after vendoring if you're under 20 bagslots, it'll go to mail.





Is using a lvl 85 shaman even worth trying The Botanica with? If so, what specc?
I personally haven't ran Shamans on my profiles but I could imagine the best setup for them would be using Elemental - and then edit your combat routine so that it spams Chain Lightning and other AoES.




Can use this profile for 5 man team or is for solo farm? Can use 5 man team? How much GPH ? thnx!
No, if you want to run dungeons with a 5 man team - then use DungeonBuddy.
These profiles are only for solo use.





This is probably a silly question, but how would I get my bot to deposit gold to a guild bank, say every 1k gold I make? I dont have an access to mobile bank sadly.
Aside from using a plugin, we'd have to manually code it in the profile.
PHP:
<If Condition="Me.Gold &gt;= 1000" >
	<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
	<CustomBehavior File="WaitTimer" WaitTime="3500" />
	<If Condition="Me.IsAlliance" > 
	    <CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
	</If> 
	<If Condition="Me.IsHorde" > 
	    <CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
	</If> 
	<CustomBehavior File="Misc\RunLUA" Lua="
		if GuildBankFrame:IsVisible()==1 then
			local MyMoney = GetMoney();
			DepositGuildBankMoney(MyMoney);
			print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
		else
		print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
		end" />
	<CustomBehavior File="WaitTimer" WaitTime="1000" />
</If>

At anywhere this is placed in the profile, the bot will deposit gold into your guild bank.





Echotiger can you make the Shao Tien Mogu farming profile in a way you made dungeon farms, like Allow Combat = false, and make the bot to pull the mobs "running like hell" and dps them down. After that, move to the other camp and repeat, that would work great if you transfer yourself to realm with no population.
The current method is a lot more efficient because it'll only engage the location if there's actually a NPC in the area.
If we were to only use RunLikeHell, then it'd be running around areas where no NPCs are.

Prior to the current SK method, I actually used a RunLikeHell method that detected if the mobs were actually there before doing it.
It wasn't nearly as efficient.
 
What plugin would that be? That code still tries to use the Mobile Banking perk, which I dont have :(
 
What plugin would that be? That code still tries to use the Mobile Banking perk, which I dont have :(
Hmh, a plugin to use a city guild bank may not exist since navigation from the farm location to the city would have to be covered for every area.
A plugin to use the mobile guild bank, maybe.

Although, I don't know of any for both options.

The only immediate solution would be to manually code it into the profile so that the bot navigates to the city and uses it.
The code I previously posted would pretty much remain the same, all you'd need to do is add navigation coordintes, and change the InteractWith IDs.
 
I attached the logs. The only Quest Behaviors I copied over are the ones in your e-mog-pack.

Thanks for your help.
There is a corruption in your Quest Behaviors - probably caused by a bot update, or another developer's profiles.
You'll have to use a fresh install of the bot.
 
Thanks for the answer. Three questions more T.T

In botanica is intended that bot does not kill laj?

And can you edit the amount of empty bag slots required for going to mail?

Does the bot support MOLL-E? http://www.wowhead.com/item=40768

Thanks
 
Last edited:
Thanks for the answer. Three questions more T.T

In botanica is intended that bot does not kill laj?

And can you edit the amount of empty bag slots required for going to mail?

Does the bot support MOLL-E? http://www.wowhead.com/item=40768

Thanks
  1. Yes. It supposed to kill Laj, however he can cause the bot to bug out due to his teleportation and Mesh issues around the pedestals.
  2. Yes, which profile?
  3. No. There's plans on adding it, but it'll be a while.
 
Any profile, i mean if i can change it, if it's an easy thing.

For example, i was thinking in Botanica/Gundrak profiles. How can i change them?
 
Any profile, i mean if i can change it, if it's an easy thing.

For example, i was thinking in Botanica/Gundrak profiles. How can i change them?
At the moment the defaults are:
17 bagslots to vendor.
20 bagslots to mail (after vending if there is no mailbox in the closest town)​

If you were to do a CTRL+F for "Me.FreeBagSlots" you should see all of the conditioning codes.
&gt;= means "Greater Than or Equal To"
&lt; means "Less Than"​

If you change all of the 17s to whatever number you want, then it will go to vendor once you get under that number.
You must change ALL of the 17s for each "Me.FreeBagSlots"

If the profile has a separate mailing condition, then you just change the 20 to whatever you want.
Any profile that doesn't have a separate mailing condition will mail when it goes to vendor.
 
Last edited:
Thanks a lot ;)

One and a definitive question. Wow Servers are crap, and my character sometimes disconnects from WoW.

I see an option in settings who says reconect data or something similar. Is it safe? Does it work properly? Thanks a lot, i give u this last question because is very annoying seeing your character disconnected after 5-6 hours of farming, and when u check you see that character disconnected 4 hours ago T.T
 
Last edited:
Thanks a lot ;)

One and a definitive question. Wow Servers are crap, and my character sometimes disconnects from WoW.

I see an option in settings who says reconect data or something similar. Is it safe? Does it work properly? Thanks a lot, i give u this last question because is very annoying seeing your character disconnected after 5-6 hours of farming, and when u check you see that character disconnected 4 hours ago T.T
I'm not entirely sure.
Some people have used reloggers (HBRelog and ARelog) on these profiles just fine, but I've not experimented with any of that.
 
Can you make a compilation run for heroics in BC or WOTLK ? Like a run who make them all ? That would be nice.
 
Can you make a compilation run for heroics in BC or WOTLK ? Like a run who make them all ? That would be nice.
There may be third-party programs that could do this already.
But, it could be done.

Actually, in the Optimized Gold Farms category, there's the Randomizers.
If you were to remove the randomization conditions, then it would run the dungeons in-order of their code position.
 
hey echoTiger. are any of these dungeon profiles 1000+ GPH on a 507 DK? and which rpfiles is the best GPH. medium high pull etc etc
 
I'm going to eventually run every class through to get an idea of how each performs.
Right now, any melee class that has efficient AoE DPS works the best.

I could imagine any tank spec doing good - simply because of the survival and the natural AoE they have for tanking.
Of course survivability can be sacrificed for DPS as long as your character can handle it.

I don't have an exact "Best to Worst", but if I had to guess:

Monk > Death Knight > Warrior = Paladin > Druid (Melee) > Shaman (Melee) > Hunter > Warlock > Rogue > Mage > Priest

Druid beats Shaman simply because cat form goes 140% faster passively, plus they have Dash.
Priest is at the end because... well Honorbuddy is terrible at AoE handling as a Priest.

I'll be changing this up a lot as I experiment with them. ;P


Hi! by my own fail i have atm 5 new bots level 63-65 but warrior,shaman,mage,hunter,priest disci (can i finish leveling this chars for farm dungeons 85? or with priest , mage, is low gph?) ... Can help me? what is the best solution for me? create a 5 new bots? (pala/warrior) i need leveling 5 man team..(battlechest) but i cant enter in same dungeon with high/low levels chars..how create a dk's if you cant enter with low levels to dungeonbuddy?
Sorry for my bad english .. Thanks!
 
Last edited:
hey echoTiger. are any of these dungeon profiles 1000+ GPH on a 507 DK? and which rpfiles is the best GPH. medium high pull etc etc
I've *personally* never achieved over 1000 *raw* GPH on any of the profiles.
I could imagine that some would get over 1000 GPH if you auctioned some of the stuff you got.

Some of the Outlands dungeons have nice BoE transmogs that sell pretty high.





Hi! by my own fail i have atm 5 new bots level 63-65 but warrior,shaman,mage,hunter,priest disci (can i finish leveling this chars for farm dungeons 85? or with priest , mage, is low gph?) ... Can help me? what is the best solution for me? create a 5 new bots? (pala/warrior) i need leveling 5 man team..(battlechest) but i cant enter in same dungeon with high/low levels chars..how create a dk's if you cant enter with low levels to dungeonbuddy?
Sorry for my bad english .. Thanks!
The Mage *should* do fine.
Singular could be modified so that the bot uses AoE more often.
Frost Shield for survivability and Arcane Explosion for AoE.

But the Priest - I've used Priests to test my profiles and they just use WAY too much mana.
Just as I suggested with the Mage - the combat routine *could* be modified so that the Priest is more efficient with its combat.
But with the default Singular, the Priest will be a bad farmer.
 
I've *personally* never achieved over 1000 *raw* GPH on any of the profiles.
I could imagine that some would get over 1000 GPH if you auctioned some of the stuff you got.

Some of the Outlands dungeons have nice BoE transmogs that sell pretty high.






The Mage *should* do fine.
Singular could be modified so that the bot uses AoE more often.
Frost Shield for survivability and Arcane Explosion for AoE.

But the Priest - I've used Priests to test my profiles and they just use WAY too much mana.
Just as I suggested with the Mage - the combat routine *could* be modified so that the Priest is more efficient with its combat.
But with the default Singular, the Priest will be a bad farmer.

Ok thank you for you fast help.. i think for me is more easy create a 5 new bots... Palas/Warrior (for 5 man team leveling with dungeonbuddy) is good option ? tnx
 
Ok thank you for you fast help.. i think for me is more easy create a 5 new bots... Palas/Warrior (for 5 man team leveling with dungeonbuddy) is good option ? tnx
Warriors are good farmers.
They also do well in higher level dungeons since they can use Victory Rush over and over.

Paladins are okay too.
I've never really tested the profiles with Paladins, but they're a melee class with AoE and heals - which is always a good combo.
 
Back
Top