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!

Hi,
i've been trying to run the profile to farm Deathcharger's Reins, but it gets stuck after killing the acolytes inside the chambers of the first boss. Bot says: No viable mobs in the area.
Any fix?

I have the exact same problem ... using the latest rev on SNV, but still not working

Any light Echo ?
 
But the bot in randomizer change the difficulty, i just want to make heroics.
 
But the bot in randomizer change the difficulty, i just want to make heroics.
Every occurrence of SetDungeonDifficutly(1) could easily be changed to (2) which would ensure that the bot will always run the dungeon in Heroic.
Any looping conditions that cause the bot to run the dungeon more than once could be swapped with single-execute conditions.
 
hey,

when i'm loading a profile, but says he found a problem and closes.

any solutions?
 
hey,

when i'm loading a profile, but says he found a problem and closes.

any solutions?
That doesn't tell me much unfortunately.
It could be a million things.

Any logs or technical information would be helpful in figuring out what's wrong.
 
still getting Warning: could not parse while body node everytime i try to load tempest keep full and 3 boss profile with fresh install and your QB moved to QB folder and when it gets to portal it just stops saying nothing more to do
 
I'm farming The Botanica with 800 GPH more or less, impressive.

The only bad thing im seeing is (like I told you some posts before) Laj is not killed. I've tried two profiles of Botanica and the bot stops at half of the ramp, and he returns and goes to kill last boss T.T
 
I've been running Grim Batol heavy on my 547 lock with no issues today. Have to start in Eastern Kingdoms but apart from that seems to be handling the pulls ok :) Helps to have massive AoE as mentioned!
 
I also, am trying to get this to not sell these, however I am using the Heavy pulls 'The Botanica - Keep Netherweave.xml' profile ( I have removed all of the statements this profile puts in the chatframe (WoW), and I have entered the two items in the protected items in the xml file. But still no go, am I missing something or is there a better way?


The issue is within the behavior that's used to pull the mobs - it shouldn't be ignoring LoS.
I've submitted a bug report here:

At the moment, the behavior will fail 7 times before declaring it's given up.
The only solution I could think of is to manually edit the behavior so that it only attempts it 1 time - that way it doesn't waste time getting itself killed.
Here's my edit of the behavior if you want to use it:
This goes into: Honorbuddy -> Quest Behaviors ->

As far as *which* spells are used to pull the mobs, this needs to be edited through the profile.
I chose Storm Earth and Fire for Monks because it was the only efficient long-ranged pulling spell I could find for them.

And yes, we can have it disable the "buff" once the bot is done pulling, I'll see about adding this in an update soon.





I'm guessing you're Alliance?
The bot will only go to mail after you've reached under 20 bagslots after using the vendor.
If the bot doesn't go to a vendor, then your bagslots aren't under the minimum required for it to.

When was the last time you updated the profiles? The code you posted isn't the same as the one on the current SVN revision.





Type /asahow to get the window to appear.
But this only works if you're using the [AM-Alpha]Botanica profile.

The Sunfury Signets and Arcane Tomes can be protected with the profile itself.
Open the profile up and look for this:
PHP:
<ProtectedItems>
</ProtectedItems>

Replace that with this:
PHP:
<ProtectedItems>
	<Item Name="Arcane Tome" Entry="29739" />
	<Item Name="Sunfury Signet" Entry="30810" />
</ProtectedItems>

However, if you're using the "Sell Everything" profile, or the "Sell All" option on AM, then this won't work.
You will need to add a protection code on the Lua script itself.
 
Hey I'm completly new to Honorbuddy. Is there a step by step noob guide where I download the profile and how to start it properly? :)
Thanks in advance
 
I'm farming The Botanica with 800 GPH more or less, impressive.

The only bad thing im seeing is (like I told you some posts before) Laj is not killed. I've tried two profiles of Botanica and the bot stops at half of the ramp, and he returns and goes to kill last boss T.T
When it's on the ramp, it should be casting a ranged spell to pull Laj.
Which class are you?






I also, am trying to get this to not sell these, however I am using the Heavy pulls 'The Botanica - Keep Netherweave.xml' profile ( I have removed all of the statements this profile puts in the chatframe (WoW), and I have entered the two items in the protected items in the xml file. But still no go, am I missing something or is there a better way?
Since you're using the Keep Netherweave version of the profile, the bot is using a Lua script to sell rather than Honorbuddy's vendor routine.
In this situation, you'll need to edit the Lua script itself because the ProtectedItems will be ignored.

The code is:
PHP:
<CustomBehavior File="Misc\RunLUA" Lua="
		MerchantRepairAllButton:Click()
		 for b=0,4 do for s=1,GetContainerNumSlots(b)
			do local n=GetContainerItemLink(b,s)
				if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) and n and not n:find(&quot;21877&quot;) then
					print(&quot;|cFF3399FF[Azyul]|r: Selling &quot;..n)
					UseContainerItem(b,s)
				end
			end
		end" />

Where [if (n and strfind...] is, the items (by rarity color) are being sold.
Where [and n and not n:find(&quot;21877&quot;)] is, Netherweave is being omitted.

To protect the Tome and Signets from the Lua script, you'd need to also include those into the code.

PHP:
if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) and n and not n:find(&quot;21877&quot;) or n and not f:find(&quot;29739&quot;) or n and not n:find(&quot;30810&quot;) then




Hey I'm completly new to Honorbuddy. Is there a step by step noob guide where I download the profile and how to start it properly? :)
Thanks in advance
It should be as easy as: Download the profiles, Start Honorbuddy, Select "Questing" on the dropdown, Click "Load Profile", then select which profile you're wanting to use.
 
Last edited:
I'm using a Hunter now, but I've farmed it with a WW Monk too and he does the same that hunter. The bot seems to walk in Laj's direction, but he stops after 2 steps and he returns, and goes to kill last boss
 
I'm using a Hunter now, but I've farmed it with a WW Monk too and he does the same that hunter. The bot seems to walk in Laj's direction, but he stops after 2 steps and he returns, and goes to kill last boss
Hmm, which pull density are you running?
On Heavy Pulls - it should pull all the mobs prior to Laj, run up onto the ramp (with the mobs still attacking) and then pull Laj.

Is your game-client in English?
If so, after running onto the ramp, does it target Laj?
 
Hmm, which pull density are you running?
On Heavy Pulls - it should pull all the mobs prior to Laj, run up onto the ramp (with the mobs still attacking) and then pull Laj.

Is your game-client in English?
If so, after running onto the ramp, does it target Laj?

Problem solved, thanks so much. I remember i tried in english client, but then i changed him, and tryed in spanish. As it worked, i hold my game-client in spanish.

Now in english, onto the ramp, where he returned the way back to last boss, shoots to laj and pull him with other pulls.

A thousand thanks and apologies for this idiot error :(

PD: In Spanish bot targets Laj, but doesnt shoot him
 
Last edited:
Hello i have 2 problems with profile [AM-Alpha]The Botanica. my char (feral druid) rly often stuck at Laj in textures. here is log:
[Singular] /startattack on Laj.159A @ 1.2 yds
Can't generate a path to the lootable. Blacklisting it for 15 minutes.
MoveTo failed to move to the location: <-138.4058, 391.5507, -17.91263>
MoveTo failed to move to the location: <-32.52724, 390.2758, -26.58639>

Secondly, how to send mails to my alt , cause it doesnt work on this bot. Thx for your help, anyway soo nice profile.
 
Back
Top