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!

[Azyul]: Vendor mount not detected.
[Azyul]: You're still under 20 bagslots after selling. Moving to mail.

Seem to be getting this lately, though my bags are full...
 
[Azyul]: Vendor mount not detected.
[Azyul]: You're still under 20 bagslots after selling. Moving to mail.

Seem to be getting this lately, though my bags are full...
It's just saying that you're still under 20 free bagslots after vending.
I don't see that there's a problem?
 
that shadowfang heavy trashfarm keeps getting stuck at the reset part, where it runs on the roof and drops down to the exit, it keeps getting stuck there, i already turned off any speed buffs class specifically using speed buffs, still get's stuck.

"[Azyul]: Moving to Reset Instance.
[MyCTM-v1906(debug)] Stuck. Trying to jump
[MyCTM-v1906(debug)] Stuck. Movement Directions: Backwards, StrafeLeft, JumpAscend
[MyCTM-v1906(debug)] Stuck. Movement Directions: StrafeLeft
Stopping the bot!
"

other than the resetting, the runs are going smooth.
 
that shadowfang heavy trashfarm keeps getting stuck at the reset part, where it runs on the roof and drops down to the exit, it keeps getting stuck there, i already turned off any speed buffs class specifically using speed buffs, still get's stuck.

"[Azyul]: Moving to Reset Instance.
[MyCTM-v1906(debug)] Stuck. Trying to jump
[MyCTM-v1906(debug)] Stuck. Movement Directions: Backwards, StrafeLeft, JumpAscend
[MyCTM-v1906(debug)] Stuck. Movement Directions: StrafeLeft
Stopping the bot!
"

other than the resetting, the runs are going smooth.
 
that shadowfang heavy trashfarm keeps getting stuck at the reset part, where it runs on the roof and drops down to the exit, it keeps getting stuck there, i already turned off any speed buffs class specifically using speed buffs, still get's stuck.

"[Azyul]: Moving to Reset Instance.
[MyCTM-v1906(debug)] Stuck. Trying to jump
[MyCTM-v1906(debug)] Stuck. Movement Directions: Backwards, StrafeLeft, JumpAscend
[MyCTM-v1906(debug)] Stuck. Movement Directions: StrafeLeft
Stopping the bot!
"

other than the resetting, the runs are going smooth.
Hmm, I may have to fine tune it a bit.
What race are you using to run it?
 
Hi, is it possible to add some check for the bot like '' if i has more then 1k gold open mobile banking and deposit gold and lockbox'' this is for your world farm profile
 
Greetings!
I always finish the instatce 50 secs earlier so it just stands and waits for 6 minutes 15 sec to pass. Is it possible to make it go and sell stuff every time instead of waiting so it would be much more effective?
PS thanks for the great profiles!
 
Hi, is it possible to add some check for the bot like '' if i has more then 1k gold open mobile banking and deposit gold and lockbox'' this is for your world farm profile
It would be doable passively with a hook.
Maybe something like this:

PHP:
<CustomBehavior File="Hooks\DoWhen" ActivityName="DepositStuff" UseWhen="Me.Gold &gt;= 1000 &amp;&amp; !Me.Combat &amp;&amp; !Me.Mounted &amp;&amp; SpellManager.CanCast(83958)" >
     <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;Depositing gold and lockboxes!&quot;);" />
     <CustomBehavior File="RunCode" Code="SpellManager.Cast(83958)" />
     <CustomBehavior File="WaitTimer" WaitTime="3850" />
     <CustomBehavior File="InteractWith" MobIds="206602, 206603" WaitForNpcs="false" Range="30" WaitTime="1000" />
     <CustomBehavior File="UseItem" ItemId="XXXXXX" NumOfTimes="5000" WaitTime="500" TerminateWhen="!Me.HasItem(XXXXXX)" />
     <CustomBehavior File="Misc\RunLua" Lua="DepositGuildBankMoney(GetMoney());" />
</CustomBehavior>

Replace the XXXXXXs with the ID of the lockbox you're wanting to deposit.
This code hasn't been tested, but should work.

If you don't want it to be in a hook, then just copy everything except the hook lines and use it.
It should still work fine without it.

You could also add more to the TerminateWhen on the 'UseItem' line so that it terminates if for some reason the guild bank closes (or you get attacked.)
 
Greetings!
I always finish the instatce 50 secs earlier so it just stands and waits for 6 minutes 15 sec to pass. Is it possible to make it go and sell stuff every time instead of waiting so it would be much more effective?
PS thanks for the great profiles!
It is.
You'd just remove the bagslot checks from the vendor wraps.

Also remove the two <CustomBehavior File="Misc\InstanceTimer" lines.
There's more after the InstanceTimer" part, but if you CTRL+F for just that, both occurences will show up.
 
It would be doable passively with a hook.
Maybe something like this:

PHP:
<CustomBehavior File="Hooks\DoWhen" ActivityName="DepositStuff" UseWhen="Me.Gold &gt;= 1000 &amp;&amp; !Me.Combat &amp;&amp; !Me.Mounted &amp;&amp; SpellManager.CanCast(83958)" >
     <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;Depositing gold and lockboxes!&quot;);" />
     <CustomBehavior File="RunCode" Code="SpellManager.Cast(83958)" />
     <CustomBehavior File="WaitTimer" WaitTime="3850" />
     <CustomBehavior File="InteractWith" MobIds="206602, 206603" WaitForNpcs="false" Range="30" WaitTime="1000" />
     <CustomBehavior File="UseItem" ItemId="XXXXXX" NumOfTimes="5000" WaitTime="500" TerminateWhen="!Me.HasItem(XXXXXX)" />
     <CustomBehavior File="Misc\RunLua" Lua="DepositGuildBankMoney(GetMoney());" />
</CustomBehavior>

Replace the XXXXXXs with the ID of the lockbox you're wanting to deposit.
This code hasn't been tested, but should work.

If you don't want it to be in a hook, then just copy everything except the hook lines and use it.
It should still work fine without it.

You could also add more to the TerminateWhen on the 'UseItem' line so that it terminates if for some reason the guild bank closes (or you get attacked.)
Thanks alot !
 
Sorry if this has been answered 100 times before. Im getting an error when trying to deposit stuff into the guild bank, its one of your errors it says like can not access the bank or something like that. Anything I can do or do you need more info?
 
Hi, I used to run this profile a while back, it was absolutely amazing. Sadly, it was almost guaranteed 100% banrate within a very short period of time as well. Is this still the case?
 
orc/undead/human
Hmm, alright.
I figured it was a Gnome/Dwarf or Tauren.

I'm sending some testers out to the spot to see if I can fix it up a bit.
Was this with the Chest Focus? Or just the full run?
 
Last edited:
Sorry if this has been answered 100 times before. Im getting an error when trying to deposit stuff into the guild bank, its one of your errors it says like can not access the bank or something like that. Anything I can do or do you need more info?
You need permission from your guild.
If you have permission from your guild - then you need to get to "Revered" status with your guild's reptuation.
 
Hi, I used to run this profile a while back, it was absolutely amazing. Sadly, it was almost guaranteed 100% banrate within a very short period of time as well. Is this still the case?
I couldn't say.
It's different for most people.
 
Sorry this is the error im getting. Your mobile guild bank wasn't detected, continuing run. Im exalted with the guild and have given him permission to view, deposit, and update, along with 99999 withdraws to all tabs.

He uses the mobile bank, opens it up, and then doesnt do anything with it, just gives me the error, Your mobile guild bank wasn't detected, continuing run.
 
Back
Top