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!

Ah, I see.

It's usually better to run the Optimized Farms with completely empty bags.
These profiles are created for farmers who let them run 24/7, so naturally it would sell everything in your bag.

Well now I've come to understand that bot farming sells all drops to the merchant, instead of sending it to a bank alt and selling it on ah for 5x-100x the merch value.
Didn't know that, so I'll just change the farming profiles to suit my needs for higher gph (for me)
Thanks so much for all the wonderful work so far!
 
Is the 'problem dungeon' Gundrak?
If so, I've already coded out a route for it.
Well - wouldn't call it a problem dungeon since it runs like a charm ^^ as I said, only deaths are due long dc's :)
But yeah, that's the one.
 
Well - wouldn't call it a problem dungeon since it runs like a charm ^^ as I said, only deaths are due long dc's :)
But yeah, that's the one.
Alright, here ya go.
View attachment DeathRun.cs

Inside your plugin folder, create a folder named "DeathRun."
In the DeathRun folder, paste that in.
 
Last edited:
So tried it a few times forcing the death inside the instance and got the following result;

[22:04:15.032 N] [DeathRun]: Yoink! Taking control.
[22:04:15.034 D] Replaced hook [Death_Main] e11c14b3-ef9d-466a-be48-93e6b47c0293
[22:04:15.039 D] Changed map(s) to Northrend
[22:04:15.192 D] Loading Northrend_40_19
[22:04:15.848 D] Loading Northrend_41_19
[22:04:23.721 N] Mounting: Golden Gryphon
[22:04:28.211 D] (Singular) [CombatLog] SPELL_CAST_FAILED Golden Gryphon#32235 failure: 'You are dead'
[22:04:46.289 D] (Singular) [CombatLog] SPELL_CAST_FAILED Golden Gryphon#32235 failure: 'You are dead'
[22:05:22.849 D] Garbage collected 1 nav tiles
[22:05:22.849 D] Loading Northrend_40_18
[22:05:29.963 N] [DeathRun]: Sleep mode activated...
[22:05:29.963 D] Removed hook [Death_Main] e11c14b3-ef9d-466a-be48-93e6b47c0293
[22:05:29.972 D] Updating repair cost for current equipped items. New value: [6g88s99c]
[22:05:29.972 D] Goal: Nothing
[22:05:29.972 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:05:29.972 D] Goal: RunLua-v1085: In Progress (no associated quest)
[Ref: "Gundrak - Optimized Gold Farms" @line 46]
[22:05:29.972 D] Activity: RunLua: print("|cFF0099FFWelcome to the|r |cFFC2DAF3Gundrak Optimized Gold Farm!|r\nThis dungeon has a |cFFCCCC00Farm Score|r of |cFFCCCC00249.1|r\n\n|cFF00CC00 Type /stats or /stats2 for statistics!|r\n\nThere is currently no known issues with this profile, if you happen to come across one, please report it to the forums.") 1 number of times while waiting 0 inbetween
[22:05:30.043 D] No spirit healer around and we want to use spirit res. Repopping to the graveyard.
[22:05:32.126 D] Activity: Loading Tiles
[22:05:32.126 D] Loading Northrend_41_19
[22:05:32.587 D] Activity: Using spirit healer
[22:05:32.590 D] Interacting with Spirit Healer
[22:05:33.536 D] Activity: Moving to corpse
[22:05:33.660 N] [Singular] Waiting out Resurrection Sickness (expires in 600 seconds
[22:06:33.698 N] [Singular] Waiting out Resurrection Sickness (expires in 540 seconds
[22:07:33.713 N] [Singular] Waiting out Resurrection Sickness (expires in 480 seconds

So during the 'taking control' it wants to mount up all the time - though It wont prevent it from reaching the instance portal.
However in my case, just at the end - it teleports back to the spirit rezzer and accepts the rezz, I have the option turned off in settings and tools. Did I miss something ?
 
500 ilvl Druid specced to Feral but Balance gear

Botanica from empty bags

gqhwKKI.png
 
So tried it a few times forcing the death inside the instance and got the following result;

So during the 'taking control' it wants to mount up all the time - though It wont prevent it from reaching the instance portal.
However in my case, just at the end - it teleports back to the spirit rezzer and accepts the rezz, I have the option turned off in settings and tools. Did I miss something ?
Hmm, I changed the navigation code so it won't attempt to use the mount.
I'll have to investigate it when I get back home.

Edit
I gave you the wrong version. xD
Try this: View attachment DeathRun.cs
 
Last edited:
Sorry if this was already asked and replied to, I tried searching but I don't know how to search within specific thread, and I manual searched through about half of the pages....

Anyway, HB skips alot of picking up gold due to bags being full.. is there anyway way to set it to vendor with more bag space available?
 
How to force sell food? Bot keep foods in inventory after vendor.
Can you add check if disconect Lost City of the Tol'vir? In Gundarak profile after disconect bot walkout from dangeon and reser him. In Lost City of the Tol'vir after disconect just stay and nothin do.
 
How to force sell food? Bot keep foods in inventory after vendor.
Can you add check if disconect Lost City of the Tol'vir? In Gundarak profile after disconect bot walkout from dangeon and reser him. In Lost City of the Tol'vir after disconect just stay and nothin do.
You can use Mr. Itemremover 2 to do that. Just add the items you want to sell to the selling list and enable selling.
 
What's DeathRun ? A CC ? And when did you will solve the problem of dying in the instance ? :D
 
Sorry for the delay in responding!
I was in a sweet LAN party.


Sorry if this was already asked and replied to, I tried searching but I don't know how to search within specific thread, and I manual searched through about half of the pages....

Anyway, HB skips alot of picking up gold due to bags being full.. is there anyway way to set it to vendor with more bag space available?
If you open the profile up with a text (or code) editor and do a Ctrl+F command (find text) for the words "FreeBagSlots" , three results should come up.

The results will look like this: Me.FreeBagSlots > 10
The number value at the end of the code is how many bagslots the bot will look for.
> means "Greater Than"
>= means "Greater Than or Equal To"
< means "Less Than"
<= means "Less Than or Equal To"​


The first result you get will be: If player is greater than 10 bagslots - run the dungeon.
The second and third result will be: 'If player is less than 10 bagslots - go to vendor.'

Sometimes there won't be a third 'result' when you're searching. If there's not, then don't worry about it.

After you make the changes, save it and then load the profile into Honorbuddy.





How to force sell food? Bot keep foods in inventory after vendor.
Can you add check if disconect Lost City of the Tol'vir? In Gundarak profile after disconect bot walkout from dangeon and reser him. In Lost City of the Tol'vir after disconect just stay and nothin do.
Disable the plugin: "Refreshment Plugin."
Also, in the "Mail & Refreshment" category, remove the numbers from the Food and Water boxes.

A disconnect routine will be added within 10 minutes of this post.





What's DeathRun ? A CC ? And when did you will solve the problem of dying in the instance ? :D
DeathRun is a plugin that solves the issue with dying in the instance. :P
 
Last edited:
Well now I've come to understand that bot farming sells all drops to the merchant, instead of sending it to a bank alt and selling it on ah for 5x-100x the merch value.
Didn't know that, so I'll just change the farming profiles to suit my needs for higher gph (for me)
Thanks so much for all the wonderful work so far!
The profiles are coded to mail.

Like I said, there's over 70,000 items in the game - the user must pick which items are sold and mailed by using their "Protected Items.xml" file, and their "ForceMail.xml" file.
If you come across items that could multiply your profits by 5x-100x, then just add them to the ForceMail.xml file so they get sent to your bank alt.
 
Last edited:
Having issues with High Botanist Freywinn, this is only every 6-7 runs, but still requires manual input to fix :(


iDID4JJRJgDjv.gif


I have no idea why it happens so infrequently. Using the Kitten routine for druid with Auto Target off, Auto Facing on and Auto Movement on. It works absolutely fine and then this happens :(
 

Attachments

Having issues with High Botanist Freywinn, this is only every 6-7 runs, but still requires manual input to fix :(

I have no idea why it happens so infrequently. Using the Kitten routine for druid with Auto Target off, Auto Facing on and Auto Movement on. It works absolutely fine and then this happens :(
Hmm,
Which SVN/ZIP revision are you on?

There was an issue similar to this that occurred in older versions of the profile - but it was supposedly fixed.
 
792, I update it every time before I load WoW
Alright -
When High Botanist Freywinn is pulled, the code tells the bot to pull him at 1 yard.

According to your log, it never gets there.
The closest it gets is 1.7 yards, which in very rare situations Navigator will have problems and freeze up the bot since navigating 0.7 yards is very precise.

I'll make a quick edit that will force the bot to pull him at 2 yards instead, perhaps that'll fix it.
Could you run this modified profile and tell me if it occurs? :
 
Alright -
When High Botanist Freywinn is pulled, the code tells the bot to pull him at 1 yard.

According to your log, it never gets there.
The closest it gets is 1.7 yards, which in very rare situations Navigator will have problems and freeze up the bot since navigating 0.7 yards is very precise.

I'll make a quick edit that will force the bot to pull him at 2 yards instead, perhaps that'll fix it.
Could you run this modified profile and tell me if it occurs? :

Ok will run it now :)

EDIT: Working flawlessly now, thank you very much <3
 
Last edited:
Back
Top