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 Echo i was kinda greedy and shortened wait timers after entering and leaving instance. Can it cause bot to stop if game is loading too long? It didnt hapened yet but i wonder.
The worst that'll happen is the bot will stop due to an error.
I have new methods that handle entering and exiting of the instances perfectly, but I just haven't got around to standardizing it.
 
how are we bans? still loose accounts, 5 days later using dungeonbuddy?
 
Idk why sometimes my characters stuck in this place (red dot) View attachment 137480

[AM - Alpha] The Botanica

There is a log
Your image attachment is invalid, but from the looks of the log - you died while in the instance.

Although, the latest version of [AM-Alpha] Botanica should have death support.

When was the last time you updated it?
 
Its me again sry... I cant get a Profile to work which does this:

Running Pit of Saron->Sells all! But keeps all greens, frostweave and battered hilt!! I got the Tundra Mammoth!!

Pls help me Echo! When i turn the Sell thing for green items @ the beginning from the Proflile to False, it still sells everything! It keeps only frostweave and the hilt!! It still sells all other items incl. greens!!
 
Its me again sry... I cant get a Profile to work which does this:

Running Pit of Saron->Sells all! But keeps all greens, frostweave and battered hilt!! I got the Tundra Mammoth!!

Pls help me Echo! When i turn the Sell thing for green items @ the beginning from the Proflile to False, it still sells everything! It keeps only frostweave and the hilt!! It still sells all other items incl. greens!!
View attachment [H] Pit of Saron - Trash Farm - Keep Frostweave and Greens.xml
 
mr echo.
where can we find this profile? :3

[video=youtube_share;qvcAiBGt_YI]http://youtu.be/qvcAiBGt_YI[/video]
 
Last edited:
Hi I don't know if it has been reported before (way to posts in the topic :) ), on Northerend\Heavy Pulls\Pit of Saron - Extras\Pit of Saron (Skip Last Boss).xml I have noted that my toon goes to dalaran instead using the vendor mount after coming out from the tower, is it possible to add use mount instead going to dalaran?

Thank in advance
 
[H] Pit of Saron - Trash Farm - Keep Frostweave and Greens.xml


I checkd it, but the bot does not loot all... only 7/10 times ;(
 
mr echo.
where can we find this profile? :3
It was a profile created upon request by a user.
I'll be working on more profiles similar to this in the future (World Trash Farms)





Hi I don't know if it has been reported before (way to posts in the topic :) ), on Northerend\Heavy Pulls\Pit of Saron - Extras\Pit of Saron (Skip Last Boss).xml I have noted that my toon goes to dalaran instead using the vendor mount after coming out from the tower, is it possible to add use mount instead going to dalaran?

Thank in advance
It should be using the Mammoth (or Yak) before it leaves the instance portal.
There may be a mistype in the code that's messing something up, I'll look into it.

Edit
The code is there.
What language is your game-client in?​



[H] Pit of Saron - Trash Farm - Keep Frostweave and Greens.xml


I checkd it, but the bot does not loot all... only 7/10 times ;(
The profile doesn't control whether or not the bot loots or not.
That's entirely handled by your combat routine.
 
i restarted WOW and HB and it works like a charm :) gonna donate something right now :)

But where can i buy you a beer? ^^
 
i restarted WOW and HB and it works like a charm :) gonna donate something right now :)

But where can i buy you a beer? ^^
Lol, right now all donations are going towards a new 'workstation' so I can develop profiles more easily this summer.

donate.ech-o.net

Thanks :3
 
It should be using the Mammoth (or Yak) before it leaves the instance portal.
There may be a mistype in the code that's messing something up, I'll look into it.

Edit
The code is there.
What language is your game-client in?​


I have GB-EN with English language selected, I have set all to sell in the sell section only protected cloth / hilt can be the problem that I left Mail epic true also?
Did not sold anything nor grey nor other prior started to move to dalaran
 
I have GB-EN with English language selected, I have set all to sell in the sell section only protected cloth / hilt can be the problem that I left Mail epic true also?
Did not sold anything nor grey nor other prior started to move to dalaran
In the sell section? Are you refering to AMS - if so that only works on AM-Alpha profiles.

Is it even attempting to summon your Mammoth?
 
In the sell section? Are you refering to AMS - if so that only works on AM-Alpha profiles.

Is it even attempting to summon your Mammoth?

Yes at the end it is summoning the mount and running out of the instance, then ut of the tower and flying route to Dalaran
What I was referring to is the below sorry I don't know this is the AMS or not..I don't have much codeing exp. attached the edited profile : View attachment Pit of Saron (Skip Last Boss).xml
<MailGrey>False</MailGrey>
<MailWhite>True</MailWhite>
<MailGreen>False</MailGreen>
<MailBlue>False</MailBlue>
<MailPurple>True</MailPurple>

<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<SellBlue>True</SellBlue>
<SellPurple>True</SellPurple>

<ProtectedItems>
<Item Name="Frostweave Cloth" Entry="33470" />
<Item Name="Battered Hilt" Entry="50379" />
</ProtectedItems>
 
What you have is correct.

For whatever reason the bot isn't following the code correctly.
Try this edit:


No Change, I might know what causing the problem at 46.31,64.82 (patrol) and 45.11,68.67 it body pulls the pack on the way back reaching the portal, dismount, stopping the timer then going back to kill the pack, mounts the Mammoth then exiting the instance.

I have the assumption that the pack confuse the code and skipping the vendoring part
 
Last edited:
No Change, I might know what causing the problem at 46.31,64.82 (patrol) and 45.11,68.67 it body pulls the pack on the way back reaching the portal, dismount, stopping the timer then going back to kill the pack, mounts the Mammoth then exiting the instance.

I have the assumption that the pack confuse the code and skipping the vendoring part
That shouldn't affect it.
There's a code in the profile that forces the bot to activate the vendoring routine - which at that point it should use the Mammoth to vendor regardless of what happens.

The force vendor routine code has always been a bit iffy, so there's most-likely something messing up internally.

I'll send a tester out to run it a bit - until then though, the other *Extra* profiles use a custom Lua script to sell which should work since it doesn't rely on Honorbuddy.
The Lua script can be customized to sell/keep whatever you want if needed.
 
Last edited:
Thank you very much! So far this was the only profile I detected any issue :)
 
For Nothrend instances: on "Random" profile on full bags the bot sells everything to NPC except the Frostweave cloth.
How can I set it up to mail the Frostweave Cloth to alt or just forcesell it to NPC along with other items being sold?
 
Back
Top