• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. hegs

      hegs New Member

      Joined:
      Jun 5, 2011
      Messages:
      101
      Likes Received:
      1
      Trophy Points:
      0
      [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...
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It's just saying that you're still under 20 free bagslots after vending.
      I don't see that there's a problem?
       
    3. greensole

      greensole Member

      Joined:
      Dec 15, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    4. greensole

      greensole Member

      Joined:
      Dec 15, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Hmm, I may have to fine tune it a bit.
      What race are you using to run it?
       
    6. 3dman

      3dman Member

      Joined:
      Aug 11, 2010
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      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
       
    7. Nikitasid

      Nikitasid New Member

      Joined:
      Aug 19, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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!
       
    8. Nikitasid

      Nikitasid New Member

      Joined:
      Aug 19, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      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.)
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      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.
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It would be.
      But it would require some tweaking to the vendor logic as a whole.

      I'd need to know the profile you're using and whatnot.
       
    12. 3dman

      3dman Member

      Joined:
      Aug 11, 2010
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      Thanks alot !
       
    13. Nikitasid

      Nikitasid New Member

      Joined:
      Aug 19, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I like to use Nortrend profiles. Most of all Drak'Tharon Keep and Gundrak
       
    14. greensole

      greensole Member

      Joined:
      Dec 15, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      6

      orc/undead/human
       
    15. Deathsmind

      Deathsmind Member

      Joined:
      Jun 14, 2013
      Messages:
      382
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
    16. plzdontban

      plzdontban New Member

      Joined:
      Feb 12, 2012
      Messages:
      497
      Likes Received:
      4
      Trophy Points:
      0
      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?
       
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      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: Nov 23, 2015
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      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.
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I couldn't say.
      It's different for most people.
       
    20. Deathsmind

      Deathsmind Member

      Joined:
      Jun 14, 2013
      Messages:
      382
      Likes Received:
      0
      Trophy Points:
      16
      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.
       

    Share This Page