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!

Please help with this problem . After my druid dungeon comes out in stealth , Near dungeon provides just such a mistake and it becomes visible .
[Singular] / cancel Cat - due to Error 'SPELL_FAILED_NOT_SHAPESHIFT', suppress form until 17 : 59 : 28,094 !
 
Hey echo I'm still using the backup GitHub dns, do I need to switch back over to primary? sorry If a silly question.

Also I'm getting [Singular] / cancel Cat - due to Error 'SPELL_FAILED_NOT_SHAPESHIFT', suppress form until (blah blah) a lot like some other people. Is this a singular issue?
 
Please help with this problem . After my druid dungeon comes out in stealth , Near dungeon provides just such a mistake and it becomes visible .
[Singular] / cancel Cat - due to Error 'SPELL_FAILED_NOT_SHAPESHIFT', suppress form until 17 : 59 : 28,094 !
Are you using a modified version of the profile to force stealth as the bot is leaving the dungeon?
If so, you need to also add a code turn off Singular so that it won't do that.

eg:
<DisableBehavior Name="Combat"/>
 
Hey echo I'm still using the backup GitHub dns, do I need to switch back over to primary? sorry If a silly question.

Also I'm getting [Singular] / cancel Cat - due to Error 'SPELL_FAILED_NOT_SHAPESHIFT', suppress form until (blah blah) a lot like some other people. Is this a singular issue?
No URL was provided for a 'backup DNS.' The changes that had been made were all internal.
The only thing that wasn't internal was the update that I had made to the profiles that switched the domain from enu.li to the actual GitHub domain.
As long as you're on the latest version of the base profiles, then everything should be up to date.

It's common for Singular to do that - it's not really a bug but more of an annoyance.
Singular doesn't like when things take control over the player's spells - so when the profile forces cat form or stealth, Singular cancels it.

Are you running this as a Guardian Druid?
 
No URL was provided for a 'backup DNS.' The changes that had been made were all internal.
The only thing that wasn't internal was the update that I had made to the profiles that switched the domain from enu.li to the actual GitHub domain.
As long as you're on the latest version of the base profiles, then everything should be up to date.

It's common for Singular to do that - it's not really a bug but more of an annoyance.
Singular doesn't like when things take control over the player's spells - so when the profile forces cat form or stealth, Singular cancels it

Are you running this as a Guardian Druid?

I run all mine as feral, and it does it time from time, and when it goes from travel form too. But anyway I can live with it doesn't affect it too much.
Also echo are you ever planning on doing a firelands trash farm one day? that is if it is still profitable in legion?
 
That's written in the profile line
<CustomBehavior File = "RunCode" Code = "SpellManager.Cast ( 5215 ) ; " /> <CustomBehavior File = "RemoteCode" CodeUrl = "http://enu.li/DungeonExit/Gundrak.xml" /> <-! Exit Dungeon ->

Where do you want to paste what you recommend ?
 
I run all mine as feral, and it does it time from time, and when it goes from travel form too. But anyway I can live with it doesn't affect it too much.
Also echo are you ever planning on doing a firelands trash farm one day? that is if it is still profitable in legion?
I have my reasons for not making anymore profiles outside of what already exists.

Some more may come in the future, but at the moment there's no plans to add any more GPH-based dungeon farms given the aforementioned reasons.

I've not tested Firelands in the Legion beta yet, so I'm not sure how it fares.
Right now I'm completely focusing on completing the questing profiles for the Demon Hunter starting zone as Demon Hunters are being released at least a month before Legion releases.
 
Hallo there... i have been having some issues lately. For some reason the bot can run smoothly for hours.. and suddenly, when it enters HOL, it will disconnect. i have attached a log.


View attachment 202407View attachment 202407
This wouldn't be an issue with the profiles.
What's the average FPS you're running this on? Also - are you on DirectX 9 or 11?
 
This wouldn't be an issue with the profiles.
What's the average FPS you're running this on? Also - are you on DirectX 9 or 11?

Im getting around atleast 50+ fps on the big pulls and its running DX 11. Its a fresh install of windows 10.. not even 2 days old yet. But it seems strange that it can run without any issues for hours and suddenly disconnect.

With my little knowledge of how things work, my guess would have been some instance timer being wrong.
 
Im getting around atleast 50+ fps on the big pulls and its running DX 11. Its a fresh install of windows 10.. not even 2 days old yet. But it seems strange that it can run without any issues for hours and suddenly disconnect.

With my little knowledge of how things work, my guess would have been some instance timer being wrong.
Try running it on DX9.
 
hi echo

was wondering with your awesome northrend gold farms if it is possible you could add if you change profiles with hbrelog that it will say auto leave instance to new instance, say hol to gundrak for example
unless there are codes I can enter myself to the files which I don't mind doing if they are around somewhere :) just I like too shuffle them up a bit

thanks
 
hi echo

was wondering with your awesome northrend gold farms if it is possible you could add if you change profiles with hbrelog that it will say auto leave instance to new instance, say hol to gundrak for example
unless there are codes I can enter myself to the files which I don't mind doing if they are around somewhere :) just I like too shuffle them up a bit

thanks

This is pretty easy to do yourself if you know how to do it. For both profiles add the exit strategy from the other profile at the beginning of the profile. Example: At the beginning of HoL profile add the exit strategy for Gundrak using DugeonID for the If condition. I've done it before for dungeon swapping when I changed profiles through HBRelog.
 
say say example on drak keep

CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/DrakTharonKeep.xml" /> <!-- Exit Dungeon -->
<CustomBehavior File="RemoteCode"
under it i'd post
File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/HallsOfLightning.xml" /> <!-- Exit Dungeon -->
as well for example so if I change dungeons it'd use that exit code?
 
hi echo

was wondering with your awesome northrend gold farms if it is possible you could add if you change profiles with hbrelog that it will say auto leave instance to new instance, say hol to gundrak for example
unless there are codes I can enter myself to the files which I don't mind doing if they are around somewhere :) just I like too shuffle them up a bit

thanks
There's profiles for this in the old directory that randomizes between dungeons - but those profiles aren't as updated as the current remote ones.




say say example on drak keep

CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/DrakTharonKeep.xml" /> <!-- Exit Dungeon -->
<CustomBehavior File="RemoteCode"
under it i'd post
File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/HallsOfLightning.xml" /> <!-- Exit Dungeon -->
as well for example so if I change dungeons it'd use that exit code?
You'd pretty much do that, except you'd need the "Run" and "Enter" codes as well.
Here's an example:

PHP:
<HBProfile>
<Name>Gundrak - Remote Version</Name>

<Blacklist>
	<Mob Name="Drakkari Frenzy" Id="29834" Flags="Pull,Combat" />
	<Mob Name="Small Frog" Id="13321" Flags="Pull,Combat" /> 
</Blacklist>

<QuestOrder>

	<CustomBehavior File="RunCode" > <!-- Do we have the behaviors? -->
		<![CDATA[
			if (!File.Exists(Utilities.AssemblyDirectory + "\\Quest Behaviors\\RemoteCode.cs") || !File.Exists(Utilities.AssemblyDirectory + "\\Quest Behaviors\\LoadRemoteCode.cs")) {
				Logging.Write(System.Windows.Media.Colors.Yellow, "[NOTE]: Downloading quest behaviors... your bot will automatically restart!");
				System.Net.WebClient Client = new System.Net.WebClient ();
				Client.DownloadFile("https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/LoadRemoteCode.cs", Utilities.AssemblyDirectory + "\\Quest Behaviors\\LoadRemoteCode.cs");
				Client.DownloadFile("https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/RemoteCode.cs", Utilities.AssemblyDirectory + "\\Quest Behaviors\\RemoteCode.cs");
				Logging.Write(System.Windows.Media.Colors.Yellow, "[NOTE]: Restarting bot!");
				System.Diagnostics.Process.Start(Utilities.AssemblyDirectory + "\\Honorbuddy.exe", "/autostart");
				TreeRoot.Shutdown();
			}
		]]>
	</CustomBehavior>

	<CustomBehavior File="LoadRemoteCode" />

	<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/ProfileSettings.xml" /> <!-- Activate Profile Settings -->
	<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/UniversalNav/ToNorthrend.xml" /> <!-- Go to Northrend -->
	<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/DefensiveHooks.xml" /> <!-- Activate Defensive Manuvers -->
	<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/ArraySniffer.xml" /> <!-- To sniff the arrays! -->
	<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/Extras.xml" /> <!-- Stats, GPH, etc. -->


	<While Condition="true" >

	<!-- Gundrak -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonEnter/Gundrak.xml" /> <!-- Enter Dungeon -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonRun/Gundrak.xml" /> <!-- Run Dungeon -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/GuildBank.xml" /> <!-- Guild Bank Stuff -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/DeleteItems.xml" /> <!-- Delete Items -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/Gundrak.xml" /> <!-- Exit Dungeon -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/ItemsAndMounts.xml" /> <!-- Vendor by Mounts/Items/Etc -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/Gundrak.xml" /> <!-- Vendor by Gundrak Vendors -->


	<!-- Halls of Lightning -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonEnter/HallsOfLightning.xml" /> <!-- Enter Dungeon -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonRun/HallsOfLightning.xml" /> <!-- Run Dungeon -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/GuildBank.xml" /> <!-- Guild Bank Stuff -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/Snips/DeleteItems.xml" /> <!-- Delete Items -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonExit/HallsOfLightning.xml" /> <!-- Exit Dungeon -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/ItemsAndMounts.xml" /> <!-- Vendor by Mounts/Items/Etc -->
		<CustomBehavior File="RemoteCode" CodeUrl="https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/HallsOfLightning.xml" /> <!-- Vendor by HallsOfLightning Vendors -->
	</While>

</QuestOrder>
</HBProfile>

With this example, the bot will run Gundrak once, then run Halls of Lightning once - which then it will loop between the two.
If you want to it run the single dungeon multiple times, then you'd need to add a loop around the dungeon code with a counter, or whatever else sort of logic you'd want to use.

eg:
You can wrap the Gundrak run dungeon logic with <While Condition="Me.FreeBagSlots &lt; Settings.Instance.VendorMinBagSlots" >
This will have it run until the bags are meet the number set on the Azyul Configuration menu for Vendor Min:

Be sure to exclude the VendorBy logic out of the loop though.
 
ive been trying to understand how to install the profiles but im lost lol sorry for been a derp but can any one help me out im interested in doing some transmog farm-mount-and gold.
 
ive been trying to understand how to install the profiles but im lost lol sorry for been a derp but can any one help me out im interested in doing some transmog farm-mount-and gold.
At what point are you stuck on? These profiles are designed to be complete setup-free.

Just download the profile, set the bot to the "Questing" botbase, load the profile, start the bot. From there it should go on its own.
 
At what point are you stuck on? These profiles are designed to be complete setup-free.

Just download the profile, set the bot to the "Questing" botbase, load the profile, start the bot. From there it should go on its own.

where do i place the files once they r download. thats where im stuck on.
 
Back
Top