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!

I'm having an issue on Gundrak where it kills the last boss but one of the Rhinos with a rider on it doesn't get killed so it runs up to it but targets the rider not the rhino so it can't do anything.
 
The log I provided was at the 2nd boss but it does happen as well at the first one just not as often as at the 2nd. And it does not happen every time it is very random
I'll see if I can improve the logic somehow, although it shouldn't ever be skipping them.




I'm having an issue on Gundrak where it kills the last boss but one of the Rhinos with a rider on it doesn't get killed so it runs up to it but targets the rider not the rhino so it can't do anything.
Hmm, hasn't ever been reported before.
Although - combat and targetting is all handled by your combat routine. Getting it to kill the Rhinos first would be tricky on a profile level.
 
I'm having an issue on Gundrak where it kills the last boss but one of the Rhinos with a rider on it doesn't get killed so it runs up to it but targets the rider not the rhino so it can't do anything.
In gundrak before the last boss there is 3 rhinos with riders 2 very close to boss 3rd on on his way. My druids always skip the one farther away from boss but always kill those 2 next To to boss. because it is skipping only 1 Mo and we are so early in beta HB tests I did not mention about it. I have no problems with completing the dungeon.

For some reason my bots just run past this rhino kill the boss and 2 other rhinos and just exit the dungeon. The 3rd rhino is left behind without killing. Is not chasing me at all :-)
 
Last edited:
Hey,

I tryed your Gold Farming profile "AM - Alpha The Botanica" and it's working fine but it isn't pulling the 4. boss (Laj) and so I don't get the Bonusgold for completing the dungeon. Is that a bug or is this profil desinged to not pull this boss?

Thanks
 
Hi echo, i updated profiles to latest revision and i saw that you added a gundrak - sell everything-deposit gold in medium pull folders but not in heavy pulls. Can you do the same with heavy pulls? my bot is not depositing gold in gbank

Thank you
 
Hey,

I tryed your Gold Farming profile "AM - Alpha The Botanica" and it's working fine but it isn't pulling the 4. boss (Laj) and so I don't get the Bonusgold for completing the dungeon. Is that a bug or is this profil desinged to not pull this boss?

Thanks
It is.
It's pulled with a custom code - Blizzard removed a lot of class spells.

I haven't updated the custom code to have 'new spells' yet.





Hi echo, i updated profiles to latest revision and i saw that you added a gundrak - sell everything-deposit gold in medium pull folders but not in heavy pulls. Can you do the same with heavy pulls? my bot is not depositing gold in gbank

Thank you
There is a guild bank profile for Heavy.
 
It is.
It's pulled with a custom code - Blizzard removed a lot of class spells.

I haven't updated the custom code to have 'new spells' yet.






There is a guild bank profile for Heavy.

In \Default Profiles\optsvn\Dungeons\Northerend\Heavy Pulls\Gundrak - Extras\ i see only gundrak - sell everything (the one im using), gundrak keep frostweave and gundrak-guildbank money+frostweave.

In medium pulls instead i see too Gundrak - Guild Bank Money - Sell Everything.

Now the point is i want to sell all and deposit, i don't want to deposit gold and frostweave.

:o:p
 
Damn...again stucking login screen....

Have 5 chars, 4 work correctly, one of them stuck when go inside...outside work nice.
 
Last edited:
In \Default Profiles\optsvn\Dungeons\Northerend\Heavy Pulls\Gundrak - Extras\ i see only gundrak - sell everything (the one im using), gundrak keep frostweave and gundrak-guildbank money+frostweave.

In medium pulls instead i see too Gundrak - Guild Bank Money - Sell Everything.

Now the point is i want to sell all and deposit, i don't want to deposit gold and frostweave.

:o:p
Just remove the deposit gold line then.

PHP:
MyMoney = GetMoney();
DepositGuildBankMoney(MyMoney);

CTRL+F for MyMoney should take you right to it.
 
Prompt please, after 10-30 minutes of the game, a character enters the "character selection" that is doing logout. How can I fix it so it does not come out? (sorry for my english)
 
Just remove the deposit gold line then.

PHP:
MyMoney = GetMoney();
DepositGuildBankMoney(MyMoney);

CTRL+F for MyMoney should take you right to it.


sorry for my bad english, i want to deposit gold. I don't want to deposit frostweave cloth... frostweave cloth must be sold via sell everything...
 
Another stuck by the altar in Gundrak. This time by the firs boss. Please see picture and log attached.
 

Attachments

  • stuck by the altar.webp
    stuck by the altar.webp
    102.7 KB · Views: 150
  • 3468 2014-10-22 15.59.txt
    3468 2014-10-22 15.59.txt
    1,010.4 KB · Views: 80
Prompt please, after 10-30 minutes of the game, a character enters the "character selection" that is doing logout. How can I fix it so it does not come out? (sorry for my english)
Try enabling or disabling Framelock.
If that doesn't work, then you'll have to wait for a Stable release of Honorbuddy.





sorry for my bad english, i want to deposit gold. I don't want to deposit frostweave cloth... frostweave cloth must be sold via sell everything...
This?
View attachment Gundrak - Guild Bank Money - Sell Everything.xml




Another stuck by the altar in Gundrak. This time by the firs boss. Please see picture and log attached.
Is it stuck on that tablet?
 
Yes. Just stand there and wait
Hmm, this has never been reported before - but I could see it happening.

The only solution I could think is to make the bot interact with the altar at a further distance.
This way it'll never get close enough to get stuck on it.
 
@EchoTiger i have a question:

If i run for example "halls of lightning - heavy pulls" and my toons get under 30% or atleast low hp they ignore my personal CC and try to use your "defensive manouvers" .. I allready tried to delete this part in your profil but the bot doesnt take my CC settings for a lot more substain. Is it a bug or or does the profil ignore my CC until he stops his "pull" and fight the mobs ?
 
when i get ganked in front of gun'drak, bot doesn't run back to the instance. just stands in front of it, doing nothing.

following error code:

[DoWhen-v1717(error)] For DoWhenActivity ActivityName(MoveDefHook), predicate ((Me.Combat && Me.IsMoving && Me.IsInInstance && Me.IsAlive) && (Me.HasAura(768) && !WoWSpell.FromId(1850).Cooldown) || (Me.HealthPercent <= 20 && !WoWSpell.FromId(22812).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.
 
@EchoTiger i have a question:

If i run for example "halls of lightning - heavy pulls" and my toons get under 30% or atleast low hp they ignore my personal CC and try to use your "defensive manouvers" .. I allready tried to delete this part in your profil but the bot doesnt take my CC settings for a lot more substain. Is it a bug or or does the profil ignore my CC until he stops his "pull" and fight the mobs ?
Defensive maneuvers shouldn't be affecting your combat routine at all.

During the pulls, the combat routine is completely disabled.
So while the bot is pulling, it won't attempt anything from your CR. Which is why the defensive maneuvers code was added in the first place.

If your character can't handle the large pulls, then use a lesser pull density.
Or, you could add a hook that enables your combat routine once your health gets under 30%.
This way the bot stops pulling to fight.

Example:
PHP:
<CustomBehavior File="Hooks\DoWhen" ActivityName="StopPulling" UseWhen="Me.HealthPercent &lt;= 30" >
	<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.Red, &quot;[Azyul]: We're getting low on health!  Stopping the pull to fight.&quot;);" />
	<EnableBehavior Name="Combat" />
	<CustomBehavior File="WaitTimer" WaitTime="60000" TerminateWhen="!Me.Combat" />
	<DisableBehavior Name="Combat" />
	<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Combat over, continuing pull.&quot;);" />
</CustomBehavior>




when i get ganked in front of gun'drak, bot doesn't run back to the instance. just stands in front of it, doing nothing.

following error code:

[DoWhen-v1717(error)] For DoWhenActivity ActivityName(MoveDefHook), predicate ((Me.Combat && Me.IsMoving && Me.IsInInstance && Me.IsAlive) && (Me.HasAura(768) && !WoWSpell.FromId(1850).Cooldown) || (Me.HealthPercent <= 20 && !WoWSpell.FromId(22812).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.
Known issue.
One of the conditions is returning "True" when it should be returning "False" - If I'm not mistaken, it's either Me.IsAlive or Me.IsInInstance.

I *believe* this is fixed in the Nightly build of Honorbuddy. And it *should* be fixed the next Stable release.
 
Last edited:
change the "interact with ID" from 5 to 10 and it works perfectly... I did the same a long time ago :)

I am just trying to find this altars in profiles...

Did you mean to change for example this:

<CustomBehavior File="WaitTimer" WaitTime="50000" TerminateWhen="Object(192518, o => o.ToGameObject().CanUse()) != null" />
<While Condition="Object(192518, o => o.ToGameObject().CanUse()) != null">
<CustomBehavior File="InteractWith" WaitForNpcs="false" CollectionDistance="5" MobId="192518" X="1775.293" Y="679.6804" Z="129.2361" />
<CustomBehavior File="WaitTimer" WaitTime="1200" />
 
Back
Top