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!

Might be an entirely stupid question, but I am new to botting and this "scene". What is the difference in HoL Suicide and just HoL?
 
are you going to develop more Mail Transmog Sets in future?
Yea, there's plans to expand Azyul in the future.
Right now there's too much going on with Legion - so I can't put much into Azyul at the moment.
 
Hello EchoTiger. Thank you for all your great profiles.
Sorry for offtop, can you please help me. How to write code to use hearthstone and garrison Hearthstone. I need to first use garrison hearthstone, and if it on cooldown use hearthstone.
Thank you.
I'll send you a code snippet once I get back home.
 
Hi which Botmode must used?

i dont have an Setting which Called "Questing"

I have only: ArchaeologyBuddy, BGBuddy, Combat Buddy, DungeonBuddy, Fishing Buddy, GarrisonBuddy, GrindBot, MixedMode, Party Bot and RaidBot...

Help me please
 
Hi which Botmode must used?

i dont have an Setting which Called "Questing"

I have only: ArchaeologyBuddy, BGBuddy, Combat Buddy, DungeonBuddy, Fishing Buddy, GarrisonBuddy, GrindBot, MixedMode, Party Bot and RaidBot...

Help me please
These profiles only run on Questing.
Are you located in Germany?
 
DeathKnight
There's an array of spells the logic should be casting depending on if your player knows them or not.
The main one being Death Grip.

I've added a "face" code to Laj as well, it should be working unless Blizzard changed the spell Ids.
 
Hi I just got this error from botanica profile.
View attachment 2812 2016-08-07 04.13.txt
Code:
[Singular] Your Level 83 Troll Unholy Death Knight Build is 
[Singular] ... running the Questing bot in Netherstorm 
[Singular] ... Zone: Outland using my SOLO Behaviors alone 
[LoadRemoteCode-vUnk(info) @line 25]: Getting new profile.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/ProfileSettings.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/UniversalNav/ToOutland.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/DefensiveHooks.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/ArraySniffer.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/Extras.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonEnter/Botanica.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonRun/Botanica.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/GuildBank.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/DeleteItems.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/Botanica.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/ItemsAndMounts.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading remote code from https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/Botanica.xml.
[LoadRemoteCode-vUnk(info) @line 25]: Loading new profile.
Changing current profile to Botanica - Remote Version
1 compiler errors encountered in profile 'Botanica - Remote Version'
'CustomBehavior' xml element on line number 782 has following errors with code: public System.Threading.Tasks.Task __ExpressionFunc__201()
{
return new System.Func<System.Threading.Tasks.Task>(async () =>{var lajPoi = Unit(17980);

				lajPai.Face();
				lajPoi.Target();
				await Coroutine.Sleep(200);

				if (StyxWoW.Me.Class == WoWClass.Mage)
				{
					if (SpellManager.CanCast(44425)) SpellManager.Cast(44425); // Arcane Barrage
					if (SpellManager.CanCast(157980)) SpellManager.Cast(157980); // Supernova
					if (SpellManager.CanCast(114923)) SpellManager.Cast(114923); // Nether Tempest
					if (SpellManager.CanCast(30455)) SpellManager.Cast(30455); // Ice Lance
					if (SpellManager.CanCast(108853)) SpellManager.Cast(108853); // Inferno Blast
					if (SpellManager.CanCast(2136)) SpellManager.Cast(2136); // Fire Blast
					if (SpellManager.CanCast(44457)) SpellManager.Cast(44457); // Living Bomb
				}

				else if (StyxWoW.Me.Class == WoWClass.Hunter)
				{
					if (SpellManager.CanCast(53301)) SpellManager.Cast(53301); // Explosive Shot
					if (SpellManager.CanCast(3674)) SpellManager.Cast(3674); // Black Arrow
					if (SpellManager.CanCast(147362)) SpellManager.Cast(147362); // Counter Shot, costs no focus.
					if (SpellManager.CanCast(53209)) SpellManager.Cast(53209); // Chimaera Shot
					if (SpellManager.CanCast(117050)) SpellManager.Cast(117050); // Glaive Toss
					if (SpellManager.CanCast(3044)) SpellManager.Cast(3044); // Arcane Shot
				}

				else if (StyxWoW.Me.Class == WoWClass.Rogue)
				{
					SpellManager.Cast(121733); // Throw
				}

				else if (StyxWoW.Me.Class == WoWClass.Shaman)
				{
					if (SpellManager.CanCast(8042)) SpellManager.Cast(8042); // Earth Shock
					if (SpellManager.CanCast(8050)) SpellManager.Cast(8050); // Flame Shock
					if (SpellManager.CanCast(8056)) SpellManager.Cast(8056); // Frost Shock
					if (SpellManager.CanCast(57994)) SpellManager.Cast(57994); // Wind Shear
				}

				else if (StyxWoW.Me.Class == WoWClass.Paladin)
				{
					if (SpellManager.CanCast(31935)) SpellManager.Cast(31935); // Avenger's Shield
					if (SpellManager.CanCast(20271)) SpellManager.Cast(20271); // Judgment
					if (SpellManager.CanCast(62124)) SpellManager.Cast(62124); // Reckoning
					if (SpellManager.CanCast(879)) SpellManager.Cast(879); // Exorcism
					if (SpellManager.CanCast(20473)) SpellManager.Cast(20473); // Holy Shock
					if (SpellManager.CanCast(114165)) SpellManager.Cast(114165); // Holy Prism

					//114158 Light's Hammer. Needs SpellManager.ClickRemoteLocation support.
				}

				else if (StyxWoW.Me.Class == WoWClass.Warrior)
				{
					if (SpellManager.CanCast(57755)) SpellManager.Cast(57755); // Heroic Throw
					if (SpellManager.CanCast(355)) SpellManager.Cast(355); // Taunt
					if (SpellManager.CanCast(107570)) SpellManager.Cast(107570); // Storm Bolt
					if (SpellManager.CanCast(152277)) SpellManager.Cast(152277); // Ravager			
					if (SpellManager.CanCast(100)) SpellManager.Cast(100); // Charge

				}

				else if (StyxWoW.Me.Class == WoWClass.Warlock)
				{
					if (SpellManager.CanCast(17962)) SpellManager.Cast(17962); // Conflagrate
					if (SpellManager.CanCast(17877)) SpellManager.Cast(17877); // Shadowburn
					if (SpellManager.CanCast(980)) SpellManager.Cast(980); // Agony
					if (SpellManager.CanCast(172)) SpellManager.Cast(172); // Corruption, may cast Immolate if Destro spec.

					//5740 Rain of Fire.  Needs SpellManager.ClickRemoteLocation support.
				}

				else if (StyxWoW.Me.Class == WoWClass.Priest)
				{
					if (SpellManager.CanCast(589)) SpellManager.Cast(589); // Shadow Word: Pain
					if (SpellManager.CanCast(127632)) SpellManager.Cast(127632); // Cascade
					if (SpellManager.CanCast(204197)) SpellManager.Cast(204197); // Purge the Wicked
					if (SpellManager.CanCast(129250)) SpellManager.Cast(129250); // Power Word: Solace
				}

				else if (StyxWoW.Me.Class == WoWClass.Druid)
				{
					if (SpellManager.CanCast(8921)) SpellManager.Cast(8921); // Moonfire
					if (SpellManager.CanCast(93402)) SpellManager.Cast(93402); // Sunfire
					if (SpellManager.CanCast(106707)) SpellManager.Cast(106707); // Faerie Swarm
					if (SpellManager.CanCast(6795)) SpellManager.Cast(6795); // Growl
					if (SpellManager.CanCast(102280)) SpellManager.Cast(102280); // Displacer Beast
					if (SpellManager.CanCast(102401)) SpellManager.Cast(102401); // Wild Charge
				}

				else if (StyxWoW.Me.Class == WoWClass.DeathKnight)
				{
					if (SpellManager.CanCast(49576)) SpellManager.Cast(49576); // Death Grip
					if (SpellManager.CanCast(49184)) SpellManager.Cast(49184); // Howling Blast
					if (SpellManager.CanCast(108194)) SpellManager.Cast(108194); // Asphyxiate
					if (SpellManager.CanCast(77606)) SpellManager.Cast(77606); // Dark Simulacrum
				}

				else if (StyxWoW.Me.Class == WoWClass.Monk)
				{
					if (SpellManager.CanCast(115098)) SpellManager.Cast(115098); // Chi Wave
					if (SpellManager.CanCast(121253)) SpellManager.Cast(121253); // Keg Smash
					if (SpellManager.CanCast(115546)) SpellManager.Cast(115546); // Provoke
					SpellManager.Cast(117952); // *****ling Jade Lightning
				};})();
}

	1) The name 'lajPai' does not exist in the current context at offset 2

Bot stopping! Reason: None Given
[LoadRemoteCode-vUnk(fatal) @line 25]: LoadRemoteCode Failed.
Buddy.Coroutines.CoroutineStoppedException: Coroutine was stopped
   at Buddy.Coroutines.Coroutine.\&q:"1$\[XHR\.djz\&0OmZaZ:$\]$.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at Pookthetook.QuestBehaviors.LoadRemoteCode.<MainCoroutine>d__9.MoveNext() in C:\Users\home\Documents\Honorbuddy\Quest Behaviors\LoadRemoteCode.cs:line 298
Fatal error. Stopping Honorbuddy.
 
Hello,

Going for Beaststalker Recolor Set. The profile has already acquired the legs and gloves, yet still runs into Hellfire Ramparts to farm them. Im guessing it has something to do with the new wardrobe and my character not actually having the item in his inventory? Thank you for your time and all ya do.

Baked
 
I'm new to gold farming, i just use the bot for leveling, can you please help me, where do I put these files, and where do I start?
 
I think clearing heroic instances and raids of WOTLK, Cata and MoP and then sell all items to vendor can be a viable gold farming methods for casual players. Of course you can only do this once a week per character.

Is there a possibility of this being included in the gold farming section of this pack?

Thanks..

Regards,
JG
 
Last edited:
I'm new to gold farming, i just use the bot for leveling, can you please help me, where do I put these files, and where do I start?
Please read first page - https://www.thebuddyforum.com/honor...d-farming-mount-farming-transmog-farming.html
short instruction:

Getting Started
These profiles are designed to be completely 1-click and go.
Simply load the profile you're wanting to use with the Questing botbase, then start the bot.
From here, the universal navigation code will get you to the dungeon location regardless of where the bot is started, and then the profile will start farming the dungeon.

After you start the bot with one of these profiles, you'll also notice the 'Profile Config' button appear.
Make sure you set the settings you want on this menu before the bot starts farming!
 
Hi, for the death charger mount it fails to loot rivendare alot. It seems very random sometimes it will sometimes it wont.
 
Hoping for some help, I am running Halls of lightning, and i added relic of Ulduar and crystallized water, fire, earth and water to protected list under profile config. I used the item ID and the name but the bot keeps on selling them. Is there a certain format the id should be typed?
 
Back
Top