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!

tons of errors here

Warning: XML Error: Could not parse 'If' body node! - On line 511
[Compiler Error]: c:\Users\Alessandro\Documents\Honorbuddy\Quest Behaviors\Misc\InstanceTimer.cs(55,15) : error CS0101: Lo spazio dei nomi 'Styx.Bot.Quest_Behaviors' contiene già una definizione per 'InstanceTimer'.
[Compiler Error]: c:\Users\Alessandro\Documents\Honorbuddy\Quest Behaviors\Misc\InstanceTimer.cs(182,11) : error CS0102: Il tipo 'Styx.Bot.Quest_Behaviors.InstanceTimer' contiene già una definizione per 'TimerCommand'
 
Hi echo, i am using gundrak - sell everything... does this profile deposit gold in Guild Bank? How frequently? In my case the bot never deposit gold.
 
Wait time remaining... 0s of 1s. Gundrak profile heavy pulls sell everything. Basically happens a lot, bot just stands in front of the instance doing nothing. What causes this?
 
Hello! You can add a profile(the botanica) kill Laj for more rewards for completing dungeons (added in preWoD)? Now bot kills 4/5 bosses in the dungeon ..
d8926e1c4255bae56ad264a446b3d4f6.jpg
 
Last edited:
I have 2 bots doing the botanica.... they disconnect at the same time and go to the character screen :S do you know whats happening??
 
I think if you look into profile and search for something to do with mailing you could use this to modify it to whatever you want to mail.



Quote Originally Posted by Trepanator View Post
I wonder how to modify this profiles to deposit not just cloths but other items as well.

Anyone can point me on the right direction ?
You would have to modify the Lua 'if' filter.

PHP Code:
if n and strfind(n,"53010") then
53010 is the item ID of Embersilk Cloth.
If you were to repeat the code, but add another item ID, it would deposit it also.


Ex:
PHP Code:
if n and strfind(n,"53010") or n and strfind(n,"123456") then
Item rarities are also identified by a HEX color. So you could filter an entire rarity with using that.
Grey: ff9d9d9d
White: ffffffff
Green: ff1eff00
Blue: ff0070dd
Purple: ffa335ee


Answering your second question I can only say Gundrak Profile is selling everything, I am not sure about the rest of the profiles as I only run Gundrak. Check are you running the latest revision and if you still not selling everything then maybe post report ?
Hi thanks for the reply :D

Figured out the mailbox thing, feeling pretty stupid right now :D

I should have the latest revision so i will try the Gundrak profile later and see if it will sell everything and if it does i will report that Halls of Ligtning is not selling everything
 
Last edited:
How do you wait 6m?
my HB waits 12m
I have no problems with this file.
tons of errors here

Warning: XML Error: Could not parse 'If' body node! - On line 511
[Compiler Error]: c:\Users\Alessandro\Documents\Honorbuddy\Quest Behaviors\Misc\InstanceTimer.cs(55,15) : error CS0101: Lo spazio dei nomi 'Styx.Bot.Quest_Behaviors' contiene già una definizione per 'InstanceTimer'.
[Compiler Error]: c:\Users\Alessandro\Documents\Honorbuddy\Quest Behaviors\Misc\InstanceTimer.cs(182,11) : error CS0102: Il tipo 'Styx.Bot.Quest_Behaviors.InstanceTimer' contiene già una definizione per 'TimerCommand'

You guys probably just changed the name of old Quest Behaviors\Misc\InstanceTimer.cs to something else and added the new file in the same folder. With that, both files will be loaded and will conflict while loading a profile.

Just completely remove the old InstanceTimer.cs and you'll be fine.
 
wait time remaining 0s of 1s. bot just stands there in front of gundrak (gundrak heavy pulls - sell everything profile) doesnt do anything. keeps happening A LOT more often now, basically makes it impossible to bot this afk. what is happening?
Has been reported. Could you post a log? It's not a profile issue.




Tried the "Get all mounts" file and got the attached error.View attachment 146869
Issue caused by mass-edits.
Will be fixed within 20~ minutes of this post.





Dunno, after ~20 runs damage started upscaling. Mentioned that my 85 toon became 86. Mb this was a problem?
No idea.




Hi

my bot is doing 5 instances per hour not 10, if I use instancetimer.cs from Solution Center I have that error

already tried reinstall bot

any1 have a good instancetimer.cs?
Read the big red text on the front of the thread.




@echotiger

stuck inside, when kill boss, and need use item behind boss to keep going..

View attachment 146881

need use item manually.. then bot go repair, and stuck at vendor with mount. :(

At vendor, he doesnt sell everything one time.. he take much time to sell everything..sell 12items each time maybe..

Just report all bugs as i see.

And got some red erros..

View attachment 146888

and last question.. at lvl 90, all classes are good right? all can do less 5:30m..dont need druids anymore!?
By "Item" do you mean the Altars?
Which one is it not interacting with?

Vendoring issues have already been noted. Go to the link on the big red text at the front of the forum.


The red errors are okay.





How is it you get it to mail like greens to whatever character you have enchanting on?

how do you setup the mailing?

And it doesnt seem to be selling everything maybe like 15-20 items each time at vendor
There's currenty bugs in the bot's internal vendor/mailing system.
Read the link on the front of the thread (where the big red text is) for details.

If you're using a non-Lua version of the profile, you can just set <MailGreens>true</MailGreens>. This is explained in the Solution Center.

If you're using a Lua version, then you'll have to modify the Lua code, which is re-explained were Trepanator quoted me.





Echo

I know you are focusing on improving profiles in order to work with current wow client changes, but could you please look into instance timers again.

Especially now when everyone runs lvl 90 or will be running soon lvl90 in dungeons (all my lvl 85 druids lvled to 90 in 2 days just of doing Gundrak)

My point is why wait till 6m15s. If we have limit 10 instances per hour it takes exactly 6 minutes waiting time and that is assuming bot wont spend even a second longer on entering/exiting instances and executing macros outside (vendor mount, guild bank etc).

I am not sure how the rest is doing but if the run is smooth (no weird behavior due to the new patch) I can finish it in 4m30s which leaves exactly 1m30s for the vendor run (flight on 280% speed)

Would it be possible to change instance timers to wait till 5m55s leaving 5 seconds for exit/enter and execution of macros please.

And that would give a little bit extra time for vendor flight and also would give as a chance to do 10 runs per hour becouse with the current setup even vendor mounts owners are not doing 10 runs per hour - meaning we are not reaching the full potential of this profiles.

Please correct me if I made a mistake in ma calculations.

Regards
Trepanator.
If you want to reduce it, you can. There's documentation inside of the behavior code that says how to add tunables for custom-times.
But it's not wise to do so for 50,000+ potential users because some people have next to 0 second load times.

Even if the precision of the behavior regards 6min 15sec each run, there's still a chance that it's not long enough - which will just cause the player to aimlessly run into the instance over and over again - increasing a risk for a player report.




Hi echo, i am using gundrak - sell everything... does this profile deposit gold in Guild Bank? How frequently? In my case the bot never deposit gold.
Should be depositing each time it's off cooldown.
Could I have a log?





Wait time remaining... 0s of 1s. Gundrak profile heavy pulls sell everything. Basically happens a lot, bot just stands in front of the instance doing nothing. What causes this?
The fact that the bots on a Test Release and there's optimization issues.




Hello! You can add a profile(the botanica) kill Laj for more rewards for completing dungeons (added in preWoD)? Now bot kills 4/5 bosses in the dungeon ..
It already does.
In some situations, the code bugs out and it doesn't. The area for this boss has bad navigation, so it can mess up a lot.




I have 2 bots doing the botanica.... they disconnect at the same time and go to the character screen :S do you know whats happening??
No idea.
Can only assume there's a optimization issue in the bot.
 
[N] Lost City of the Tol'vir - Trash Farm - Keep Embersilk.xml cannot be started, stuck at trying mounting up at start. (Also tried alternatives like simple Tol'vir etc. All has the same problem.)

Also tried with a fresh HB.
 

Attachments

Hey, i'm using your Gundrak - Sell Everything Profil.
I tried to move the DoWhen Behavior under the <If Me.Mapid == 604> because there are lovely people on my realm which love to gank me :)

The problem is, it doesnt matter if the Bot dies inside of the Instance or outside of the Instance, he always tries to go through the portal, even with the DoWhen Behavior in the 'In Gundrak' Condition.

Any Idea how to fix that?

thanks in advance
 
Hello! Thx for awesome profiles. I just wondered if u could implement Potion of Treasure finding in the Grim Batol profiles? :)
 
after Reinstall my bot its dont work !!!

Instance Grinds :zul'farrak (with 90)

Bot stopping! Reason: Nothing more to do.
 
I have 2 bots doing the botanica.... they disconnect at the same time and go to the character screen :S do you know whats happening??
pandaland and outland were crashing alot yesterday - that's typical when some content crashes, they will kick you back to char screen.
 
after gank on gundract, bot w8 on graveyard spirit and mk nothing

[DoWhen-v1717(error)] For DoWhenActivity ActivityName(MoveDefHook), predicate ((Me.Combat && Me.IsMoving && Me.IsInInstance && Me.IsAlive) && (!WoWSpell.FromId(20271).Cooldown && Me.KnowsSpell(87172)) || (Me.HealthPercent <= 10 && !WoWSpell.FromId(633).Cooldown)) was not reset by execution.
This is a profile problem, and can result in erratic Honorbuddy behavior.
The predicate must return to 'false' after the action has been successfully executed.
[Azyul]: Attempting use of passive defensive maneuvers.
 
Hey thanks, everything worked well after fresh install, but only one thing- sometimes when bot finishes the dungeon it begins a wait timer of 6m33s.. Do you know why this happens? If I could disable it, I beilive it'd raise GPH significantly
 
I have the same issue on the stratholme profile. As soon as i enter the double gate with the insects it gets stuck. Counts down but stuck on countdown 3 2 1 and such.
 
hey, in gundrak it often, kinda realised it after the 750patch of hb, that they just dont use this statues or even leave bosses completly open O.o
then they bug because they cant go to the endboss, any solutions? tried to redownload the profiles but doesnt work :(
 
Back
Top