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!

If you're using the *normal* Grim Batol profile, you can add it to the ProtectedItems list.

Ex:
PHP:
<ProtectedItems>
	<Item Name="Elementium Lockbox" Entry="68729" />
</ProtectedItems>

You should see the ProtectedItems tag at the top of the profile code.


That's the code I was looking for...Thanks!
 
@Echotiger,

you know how i configs singular to just use mind sear? when i pull all mobs, and use that spell one time, mobs die fast.. this is aoe spell.. but bot doesnt use that propertly.. :( just need put that working to do dungeon in 4minutes.
 
Hey there! I've only tried the Endless Stonecore profile, but it is not acknowledging that you can do 10 runs per hour now, instead of 5. So it ends up waiting a long long while inside the inside, double the time it really should wait. Have I missed anything?

Edit: I FOUND IT! Sorry, sorry, I'm fucking blind! Thanks for your profiles! <3
 
Last edited:
Doesnt work ... He still runs trough all mobs and doesnt stop if he reaches the % .. Hmmm .. dont know how to fix it because my CC doesnt work after he reach 30% otherwise it would be easy to pull everything .... The only problem is that he blocks everything untill he pulls the whole room...
Make sure the characters were properly escaped when you copied it.
The quotes and 'greater/less thans' seem to of un-escaped.





@Echotiger,

you know how i configs singular to just use mind sear? when i pull all mobs, and use that spell one time, mobs die fast.. this is aoe spell.. but bot doesnt use that propertly.. :( just need put that working to do dungeon in 4minutes.
Singular usually looks for a specific amount of mobs near it before starting the AoE rotation.
On the top of the AoE rotation is probably a few 'primer' spells that's casted before the actual AoE.

Here's what the current Shadow-Priest AoE rotation code looks like:

6354daf392e00dd8a59d7f0fd109117b.png

The AoE routine requires more than 1 target to *start* - in which Halo will be cast.
The initial Mind Sear requires more than 5 targets.
Change the 5 to a lower number and it should be spammed more often.

Seems that the AoE routine also has a bit of Vampiric Touch and SW:Pain, you could remove that little section and the second Mind Sear code after it.

The final edit should look like this:

2ebf3e1093df19a4a03c8945dcae0e14.png
 
Last edited:
Hey, does this profile work with Pit of Saron for battered hilts and frostweave? :) (endless trash farm w/o killing bosses)
 
Hey, does this profile work with Pit of Saron for battered hilts and frostweave? :) (endless trash farm w/o killing bosses)
In the *Extras* folder for Pit of Saron, there's a Trash only farm.
So it should.
 
Is it necessary the timewait about 6 minutes between rooms?
For avoid ban or something?
f148b585.jpg



I do this
cdeb3d17fac01a2696067fd20881130e.gif


But the wait time its the same.

Thx for all!
 
Last edited:
Is it necessary the timewait about 6 minutes between rooms?
For avoid ban or something?
--snip--


I do this
--snip--

But the wait time its the same.

Thx for all!
Update the profiles.
If it still doesn't work, then reference the red text on the front post of this thread.
There's a modified version of the behavior that should work.





Tried it out, but get a million red errors. Started in Quest mode, too. Bot used to work fine before 6.0.2 :(

On the [Test Release] Honorbuddy v2.5.11769.750 thread they guarantee errors if you do not use a fresh install between every update/installation during a Test Release.
 
How to remove the 10 mins wait time after each run? :)
Or just shorten a bit maybe.
Nice profiles btw, i like them a lot.
 
I can't get any of the of the profiles to work i get the same error everytime. Heres log from last attempt trying to run instance grinds-outlands-the botanica. This was on a fresh install of HB after failing with the same error.
 

Attachments

Update the profiles.
If it still doesn't work, then reference the red text on the front post of this thread.
There's a modified version of the behavior that should work.







On the [Test Release] Honorbuddy v2.5.11769.750 thread they guarantee errors if you do not use a fresh install between every update/installation during a Test Release.
I have same problem, i downloaded timers.cs but don't fix it. what can i do?
 
Lost city of the tol'vir doesn't seem to be working, it just outputs "Bot stopped. Nothing more to do" or something along these lines.

edit: Yes I read the red text and replaced the cs but it sitll isn't working. A possible fix would be very appreciated !:)
 
Last edited:
I can't get any of the of the profiles to work i get the same error everytime. Heres log from last attempt trying to run instance grinds-outlands-the botanica. This was on a fresh install of HB after failing with the same error.
Reinstall your bot and don't copy the Quest Behaviors from my SVN/ZIP.
 
AM Gundrak doesn't deposit gold / frostweave.
A few people have reported this, but I've isolated the code into a empty profile and it ran fine on a tester.
Also ran it into a in-game Lua console and it ran.

Since this is a Lua code, the log doesn't say much.
So the only thing I could suggest at the moment is:

1) Disable all your addons.
2) When the bot goes to deposit, watch it and tell me everything it does/doesn't do.

Alternatively, I can remote assist you and see what's going on.





I have same problem, i downloaded timers.cs but don't fix it. what can i do?
The timer works fine for everyone else.
The only thing I could guess is that you may of installed it incorrectly.

Can you tell me the steps you took?





Lost city of the tol'vir doesn't seem to be working, it just outputs "Bot stopped. Nothing more to do" or something along these lines.

edit: Yes I read the red text and replaced the cs but it sitll isn't working. A possible fix would be very appreciated !:)
Not a profile issue.
Reinstall your bot.





I tried the profile you gave me but it isn't working.

He casts the mobile banking spell.
Opens the guild bank but doesn't deposit anything.... gold is not deposited.


Thank you

View attachment 147503
Ran the exact code your log outputted and it worked for me.
Make sure all your addons are disabled.

Open up a guild bank (mobile or not), and run this into your game-chat:
PHP:
/run print(GuildBankFrame:IsVisible())
Tell me what it says.





Reinstall your bot.
Make sure it's a completely fresh install when you do.
 
Back
Top