What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

The Azyul GPH tracker resets after depositing gold to avoid having the issue that the Honorbuddy GPH tracker is having.
The Honorbuddy GPH tracker is very basic, and doesn't really support negative values in your gold. So after depositing your gold, it causes issues.

It's possible to retroactively track how much total gold your character has made, but I've not got around to working that into the Azyul GPH tracker yet.

I'll keep that in mind, will disable it for now then to track my gph better.

As far as the stuck issue for descending goes, it's also not just me, I've seen other players being stuck in the same position as me (in fly mode for their druids at ground level at gundrak entrance), probably they are using the same profiles.
 
I'll keep that in mind, will disable it for now then to track my gph better.

As far as the stuck issue for descending goes, it's also not just me, I've seen other players being stuck in the same position as me (in fly mode for their druids at ground level at gundrak entrance), probably they are using the same profiles.
It seems the issue is being caused from MoveTo.
MoveTo lands after the bot has reached its destination - which there's no way to tell it not to.
If it's getting stuck while "descending", then that's the MoveTo logic causing that.

Normally I'd use FlyTo, but FlyTo can bug out and hard-stop the bot in some very specific situations.
So, I've mixed together MoveTo and FlyTo with checks to prevent the issues above (hopefully.)

The bot should now enter Gundrak directly instead of landing in front of it.

 
Where do i use this code Echo? XD
And MoveTo i think i can't use the fly master , the bot doesn't know how to use it to go to ashran. :/
The top section can be placed anywhere in the profile.

This top section section tells the code what items to auction, how much to sell them, the run time, and stack size.
Most of this should be self-explanitory. For the auctionItems, erase the numbers I have there and put the itemIds you wanting it to sell.

Then for the bottom section - that's the actual code that makes it auction.
Put it in your profile where you want it to actually auction - you'll need an InteractWith before it to open the auction house menu.


My bots have never had issues with flying to Ashran.
Are you having issue as a Horde or Alliance?
It could be that the bot hasn't discovered your Garrison flight path yet, and doesn't know it can use it.
 
Hey so, I need help with one more thing, what would be the code to dismount the character? char dk, mount snowy gryphon

ty
 
Hey so, I need help with one more thing, what would be the code to dismount the character? char dk, mount snowy gryphon

ty

Just run a macro;

<CustomBehavior File="RunMacro" Macro="/dismount" />

@ Echo, I'll keep an eye out on gundrak and report back if there is any problems still.
 
Just run a macro;

<CustomBehavior File="RunMacro" Macro="/dismount" />

Or you could use <CustomBehavior File="ForcedDismount" />

If you're flying It will land directly below you. If you use the macro while flying it will dismount and you will fall.
 
Last edited:
off topic i believe but i can not find this answer anywhere, i am doing a Baleful/Apexis Crystal farm in and around Captain Grok'mar location 48.0,57.2 Found in Warcamp Gromda in Tanaan Jungle but i have a problem, tidy bags will not open Baleful items and upgrade gear if needed so i think tidy bags is broke? not your problem i know but is it possible for you too look at making a plugin for Baleful items? for this farm, many thanks.. HATE to ask sorry
 
Last edited:
Since I have copied your .cs files to my quest behaviours folder, my whole Hb is now not working: . . . . . Then I tried removing them no luck, this broke my HB :(

[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(49,15) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.LoadProfile' already contains a definition for 'LoadProfile'
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(51,10) : error CS0111: Type 'LoadProfile' already defines a member called '.ctor' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(99,32) : error CS0111: Type 'LoadProfile' already defines a member called 'CreateBehavior' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(129,30) : error CS0111: Type 'LoadProfile' already defines a member called 'OnFinished' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(146,24) : error CS0111: Type 'LoadProfile' already defines a member called 'OnStart' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(183,16) : error CS0111: Type 'LoadProfile' already defines a member called 'IsStoreProfile' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(189,18) : error CS0111: Type 'LoadProfile' already defines a member called 'Slashify' with the same parameter types
 
Since I have copied your .cs files to my quest behaviours folder, my whole Hb is now not working: . . . . . Then I tried removing them no luck, this broke my HB :(

[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(49,15) : error CS0101: The namespace 'Honorbuddy.Quest_Behaviors.LoadProfile' already contains a definition for 'LoadProfile'
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(51,10) : error CS0111: Type 'LoadProfile' already defines a member called '.ctor' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(99,32) : error CS0111: Type 'LoadProfile' already defines a member called 'CreateBehavior' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(129,30) : error CS0111: Type 'LoadProfile' already defines a member called 'OnFinished' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(146,24) : error CS0111: Type 'LoadProfile' already defines a member called 'OnStart' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(183,16) : error CS0111: Type 'LoadProfile' already defines a member called 'IsStoreProfile' with the same parameter types
[Compiler Error]: C:\Users\\Documents\Honorbuddy\Quest Behaviors\LoadProfile.cs(189,18) : error CS0111: Type 'LoadProfile' already defines a member called 'Slashify' with the same parameter types
That's not an issue with the quest behaviors - there's a corruption in your Honorbuddy installation.
Make a fresh install, and it should fix it.
 
is there a way to turn off pvp? engaging in combat with enemy players
like when exiting and entering the dungeon again, when someone attacks me, instead of just walking in it turns around and starts chasing.. can i make it not do that?
thanks
 
Just downloaded this today, and have to say I am impressed! simple one click application after downloading and copying the quest behaviors. Thanks!
 
is there a way to turn off pvp? engaging in combat with enemy players
like when exiting and entering the dungeon again, when someone attacks me, instead of just walking in it turns around and starts chasing.. can i make it not do that?
thanks
Yes, it's possible.

Open the profile up and look for <!-- Enter Dungeon -->
The line after this, put <EnableBehavior Name="Combat"/>

Then look for <!-- Exit Dungeon -->
The line before this, put <DisableBehavior Name="Combat" />

This should completely disable combat while outside of the dungeon.
 
Just downloaded this today, and have to say I am impressed! simple one click application after downloading and copying the quest behaviors. Thanks!
Thanks!

Although the behaviors also automatically download and install themselves.
So really, you shouldn't have to do that.
 
EchoTiger is it possible you could look into this plugin for me please. scroll up to see my question, many thanks
 
Fantastic work, thank you very much.

Are you going to add any higher level dungeons for farming with level 100s?
 
off topic i believe but i can not find this answer anywhere, i am doing a Baleful/Apexis Crystal farm in and around Captain Grok'mar location 48.0,57.2 Found in Warcamp Gromda in Tanaan Jungle but i have a problem, tidy bags will not open Baleful items and upgrade gear if needed so i think tidy bags is broke? not your problem i know but is it possible for you too look at making a plugin for Baleful items? for this farm, many thanks.. HATE to ask sorry
What are you using to do the farm?
If it's a simple questing profile, then a DoWhen script could easily be added to use the Baleful items.

 
Fantastic work, thank you very much.

Are you going to add any higher level dungeons for farming with level 100s?
There's plans sometime after Legion release to release new dungeon farms.
Currently I'm busy on the 100-110 questing profiles and will be for a long time after Legion release testing them.

But once I get free from that, I'll look into it.
 
Back
Top