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!

When farming for the deathcharger mount my hunter will get almost to the end and then skip the 5 black guards and just run into the boss door. None of my other characters do this, only him. Any idea why this is happening?
It could be a number of reasons.
Is your pet set to passive and are you using Singular?

 
Yes, I'm using singular, and not using a pet at all.
Also just noticed my druid will sometimes miss the baroness and run into the door behind her while she hits him in the back.

Edit: I noticed the hunter does not kill all the mindless undead for some reason, while all my other characters do.
 
Last edited:
Yes, I'm using singular, and not using a pet at all.
Also just noticed my druid will sometimes miss the baroness and run into the door behind her while she hits him in the back.

Edit: I noticed the hunter does not kill all the mindless undead for some reason, while all my other characters do.
Hm, weird.
I'll need to check it out - that specific profile is one of the older ones, so it's probably using bad logic for those areas.


Thanks for the report!
 
Suicide typically pulls a lot more mobs - but as the level floor for botter goes up, suicide profiles become "normal" profiles.

Post a link to your modified profile so I can see what's going on.
The RemoteCode wouldn't bug out from a small change like that.


After a few more tests I got it to work perfectly, thank ^^
 
Anyone have problems recently with the HoL suicide profile?

My toons take way over 6 mins 10 secs to compete, it takes around 7:30 to 8:30, dropping GPH to around 850

At the end of the run, it always takes forever to get to General Bjarngrim because of his pathing

They are level 92-94 feral druids with heirlooms and WoD gear. Running default combat routine.

Is feral druid still the best option? I see a lot of DKs and Rogues with /who
 
Its after i press start (farming bloodfang recolor):
6 compiler errors encountered in profile 'Bloodfang Armor, Recolor - Remote Version'
'CustomBehavior' xml element on line number 1140 has following errors with code:
bool HasArrived()
{
if (Me.ZoneId == 7078 || Me.ZoneId == 7004) return false; // Draenor Garrisons count as instanced locations.
if (StyxWoW.Me.MapId == 1 || Me.IsInInstance) return true;
return false;
}
bool InPriorityLocation()
{
if (StyxWoW.Me.IsAlliance)
{
if (StyxWoW.Me.ZoneId == 6142 || StyxWoW.Me.ZoneId == 6553) return true; // Alliance Shrine
}
else
{
if (StyxWoW.Me.ZoneId == 6554 || StyxWoW.Me.ZoneId == 6141) return true; // Horde Shrine
if (StyxWoW.Me.ZoneId == 4395) return true; // Dalaran, portal to Orgrimmar only applies for Horde.
}
return false;
}
bool HearthIsPriorityLocation()
{
if (StyxWoW.Me.IsAlliance)
{
if (StyxWoW.Me.HearthstoneAreaId == 6484) return true; // Alliance Shrine
}
else
{
if (StyxWoW.Me.HearthstoneAreaId == 6519) return true; // Horde Shrine
if (StyxWoW.Me.ZoneId == 4395) return true; // Dalaran, portal to Orgrimmar only applies for Horde.
}
if (Styx.WoWInternals.DBC.AreaTable.FromId(StyxWoW.Me.HearthstoneAreaId).MapId == 1) return true; // All Kalimdor inns.
return false;
}
bool HearthIsReady()
{
if (HasItem(64488) && !WoWSpell.FromId(94719).Cooldown) return true; // Innkeeper's Daughter
if (HasItem(6948) && !WoWSpell.FromId(8690).Cooldown) return true; // Hearthstone
if (SpellManager.CanCast(556)) return true; // Astral Recall
return false;
}
bool CastingInterrupted()
{
if (StyxWoW.Me.Combat || !Me.IsCasting) return true;
return false;
}
void Log(System.Windows.Media.Color color, string message)
{
Bots.Professionbuddy.PBLog.Log(System.Windows.Media.Colors.DeepSkyBlue, "[Azyul Navigator]: ", color, $"{message}");
}

1) Type '__CompiledBatchClass__' already defines a member called 'HasArrived' with the same parameter types at offset 1

2) Type '__CompiledBatchClass__' already defines a member called 'InPriorityLocation' with the same parameter types at offset 7

3) Type '__CompiledBatchClass__' already defines a member called 'HearthIsPriorityLocation' with the same parameter types at offset 20

4) Type '__CompiledBatchClass__' already defines a member called 'HearthIsReady' with the same parameter types at offset 34

5) Type '__CompiledBatchClass__' already defines a member called 'CastingInterrupted' with the same parameter types at offset 41

6) Type '__CompiledBatchClass__' already defines a member called 'Log' with the same parameter types at offset 46

Bot stopping! Reason: None Given
[LoadRemoteCode-vUnknown(fatal) @line 30]: LoadRemoteCode Failed.
Buddy.Coroutines.CoroutineStoppedException: Coroutine was stopped
at Buddy.Coroutines.Coroutine.Rmt";AvU\,j7\,KN6\,1CFtN\*b=#.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/XXXXX\Desktop\ress+\Quest Behaviors\LoadRemoteCode.cs:line 298
Fatal error. Stopping Honorbuddy.
 
Is it normal for the bot to think that the corpse is inside the dungeon when infact it died at the entrance?


I've had this happen to me on numerous occassions. It keeps entering the dungeon when its dead (the "ressurect now" is clickable when its trying to enter).

(also I've disabled pvp in class config but it still wants to fight enemies who are attacking me in dungeon entrances: http://i.imgur.com/wLKwCG7.jpg )

EDIT: happened again, uploaded new log of that.
 

Attachments

Last edited:
[LoadRemoteCode-vUnknown(info) @line 50]: Loading remote code from https://raw.githubusercontent.com/Pookthetook/AzyulBotBase/master/Navigation/ToOutland.xml
this is all that happens when i press start and its a clean HB install
+1 repair pliz
I need to know what profiles you're using before I can fix it.
Also, that "RemoteCode" is using an outdated link. So you may be using an outdated profile or you haven't updated the SVN in a while.
 
Is it normal for the bot to think that the corpse is inside the dungeon when infact it died at the entrance?


I've had this happen to me on numerous occassions. It keeps entering the dungeon when its dead (the "ressurect now" is clickable when its trying to enter).

(also I've disabled pvp in class config but it still wants to fight enemies who are attacking me in dungeon entrances: http://i.imgur.com/wLKwCG7.jpg )

EDIT: happened again, uploaded new log of that.
Seems to be an issue in the death handler.
Will check it out and make an update if fixes are made.


Edit;
The death handler already has a logic to prevent it from activating if your corpse isn't on the same MapId as your ghost.
I'll need to investigate this a bit further before pushing a fix.

Thanks for the report!
 
Last edited:
I need to know what profiles you're using before I can fix it.
Also, that "RemoteCode" is using an outdated link. So you may be using an outdated profile or you haven't updated the SVN in a while.
it is still broken

I never said I fixed the issue.
I've requoted what I said above so that you can more easily read it..
 
I need to know what profiles you're using before I can fix it.
Also, that "RemoteCode" is using an outdated link. So you may be using an outdated profile or you haven't updated the SVN in a while.
D:\Azyul\trunk\Outdated Profiles\Transmog Farms\Subset Drops\Plate Alcaz Island - Glorious Plate
i am trying to run this profile
 
Sorry to bother you again, but the bots still not depositing any gold and they were doing it with the outdated profile, there's no weird errors when it happens, the bot just opens the guild vault and sits there like 30s then keeps farming :(

I also have the needed rep so that's not the problem >.< ( Using the updated Suicide profile you told me to load )
 
D:\Azyul\trunk\Outdated Profiles\Transmog Farms\Subset Drops\Plate Alcaz Island - Glorious Plate
i am trying to run this profile
Those profiles are in the "Outdated" directory.
Which there's a note in the Outdated directory that says not to post bugs about these profiles because they are no longer being maintained.

Either way, I've pushed an update that should fix the error.
 
Sorry to bother you again, but the bots still not depositing any gold and they were doing it with the outdated profile, there's no weird errors when it happens, the bot just opens the guild vault and sits there like 30s then keeps farming :(

I also have the needed rep so that's not the problem >.< ( Using the updated Suicide profile you told me to load )
Are you using any in-game addons or such?
The code uses WoW's Lua function to deposit the gold. So if it isn't, then there's something messed up in your game client.

I'll soon be pushing an update that'll make the logic use HB's API instead.
 
Back
Top