• 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. neo1337

      neo1337 New Member

      Joined:
      Jul 7, 2012
      Messages:
      86
      Likes Received:
      0
      Trophy Points:
      0
      I had this issue, just edit the profile and increase the wait timer to 21secs instead,worked for me, no issues since then.

      I have questions myself,been botting the northrend dungeons with my lvl 90s. For people that are doing it using lv 85s, what class is best and around what ilvl do i need? How long is a single run?
       
      Last edited: Aug 26, 2014
    2. Dopa1

      Dopa1 New Member

      Joined:
      Jul 8, 2014
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Running the gundrak alpha profile:
      Sometimes.. Or.. actually quite often it puts all the items in the mobile guild bank instead just frostweave.

      settings is of course set to put only frostweave in.

      Need log on this?
       
    3. Twisty

      Twisty New Member

      Joined:
      Mar 27, 2014
      Messages:
      328
      Likes Received:
      0
      Trophy Points:
      0

      i havent tried level 80 dungeons, but I found a feral druid to be the best for level 70 dungeons. Next would be BM monk.
       
    4. evengaar

      evengaar Member

      Joined:
      Aug 18, 2014
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      6
      View attachment 14068 2014-08-27 02.59.txt I have trouble with farming Reins of the Drake of the North Wind. I farm them with my shadow priest. Bot cannot pass Howling Gales, cause he casts Shadow word: Pain on them and run, but they keep pushing him. Help me please.
      Log is attached
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I've seen this reported a few times by other users.
      When Laj teleports onto the pedestal, the bot glitches out because it can't get to him.

      There's not really much I can do about this in the profile code since all combat is handled by the combat routine.
      The only thing I could think of is to have the bot ignore Laj and not engage him at all.

      I'd have to work on a better method for this manually.


      [HR][/HR]


      I'd have to let the community answer this. xD
      I've not farmed in years, and all of my testers are level 90.


      [HR][/HR]


      This should never happen unless there's a conflict in the Lua.
      It's specifically coded to only deposit the Frostweave - there's no code for the other items.

      Are you using the "Sell All option?
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Welcome!
      Unfortunately, it may be a while.

      I'm on vacation until Thursday, and right now my main focus is the Optimized Gold Farm profiles.
      I've rebuilt all of the cloth and leather farms, but the mail and plate are still in the queue.

      After all are completely rebuilt, I'll be going over them (in detail) with the new methods.


      [HR][/HR]


      I've seen this issue come up before.
      Unfortunately the person who reported it never got back to me.

      As a shadow priest, which spell would you think is better to cast?
      It has to be a spell that does instant damage, and can be cast more than once in a short amount of time.
       
    7. will5757

      will5757 New Member

      Joined:
      Aug 26, 2014
      Messages:
      32
      Likes Received:
      1
      Trophy Points:
      0
      I bought the vendor mount, but even with the sell all profile it still fly's to town to vendor (or do something else?) is there any way to force it to only use the vendor mount?
       
    8. uadantheman

      uadantheman New Member

      Joined:
      Dec 9, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      I believe this is answered in the solution center.

      Anytime you use a profile that has a custom vendor routine (Sell All, Keep Frostweave, etc) this seems to happen now and then.

      What happens is, the custom code sells the items - but it takes the game time to process the transaction especially if you are selling a lot of items at once.
      If the transaction takes too long, the bot will get *tired of waiting* so it'll re-scan the bagslots.
      When it re-scans, it sees that they are still full - and then it continues to the vendors.

      Right now the bot waits 11 seconds. This timer can be increased if you need it to wait longer.
      I'm working on a method that will make the bot detect if the items are in the process of being sold, and wait until there is no items 'being sold' left before it scans the bags again.


      [HR][/HR]


      How do I increase the timer? I don't see it in any of the config/settings menus. Also that's a sweet idea!
       
    9. evengaar

      evengaar Member

      Joined:
      Aug 18, 2014
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      6

      Shadow word: Death with Glyph of Shadow Word: Death - its an only instant skill with low cooldown which can help you pass them. With glyph that skill can be casted at every target and it has 8 sec cooldown.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The solution would be to increase the wait timer after the items are sold to the Mammoth.
      I have the vendoring routine there as backup in-case selling via the Mammoth fails for whatever reason.

      To increase the timer, open the profile with a text (or code) editor.
      Once you do that, do a CTRL+F for: 11000
      After you that, you should see this:
      PHP:
      <CustomBehavior File="WaitTimer" WaitTime="11000" />
      The 11000 is the timer (in miliseconds.)
      Try bumping it up to about 15000 (which is 15 seconds.)


      [HR][/HR]


      Open the profile with a text (or code) editor.
      Once you do that, do a CTRL+F for: 11000
      After you that, you should see this:
      PHP:
      <CustomBehavior File="WaitTimer" WaitTime="11000" />
      The 11000 is the timer (in miliseconds.)
      Try bumping it up to about 15000 (which is 15 seconds.)
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      But it would require the gylph.
      I'd need something anyone can use.

      For the profile, I'll make the bot wait 1.5 seconds after casting the DoT (if the player is a Priest) that way it has time to tick so the gale will disable.

      Once I get back home, I'll add more elaborate conditioning that'll properly detect the gale's attack patterns and attack them accordingly.
       
      Last edited: Aug 27, 2014
    12. evengaar

      evengaar Member

      Joined:
      Aug 18, 2014
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      6
      Well, i tried this already, but even several critical ticks could not disable the Gale
       
    13. Ghost99

      Ghost99 New Member

      Joined:
      Dec 8, 2013
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      Hi Echo, I suspected a small bug in the HoL Insanity profile, I am running on Horde/Retpaladin... sometimes after Loken it won't jump off the balcony due to it has an active aggro from a mob, but did not managed to find the mob on the way back when I restart HB (which moves my character out since started in Dungeon)

      Have anyone reported this before? If not I will try to monitor / post you a log

      Also I could not manage to add Guildbank option to the profile (Frostweave + Crystallized Fire/Water/Air), would be possible to consider from you for the future to add it?
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Hmh, well here's an edit that will use the Shadow Word: Death.
      In the mean time I'll need to investigate a method that will apply universally.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It hasn't been reported yet.

      It could either be a glitched combat lock (which are quite common).
      Or a mob that's under 10% health that's far behind in the instance - trying to run to the player.

      The CTM code wont execute while in combat.
      At the moment, I don't know of any CTM method that operates while in combat.
      I'll look into it though.
       
    16. uadantheman

      uadantheman New Member

      Joined:
      Dec 9, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Thank you so much!
       
    17. evengaar

      evengaar Member

      Joined:
      Aug 18, 2014
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      6
      Ok, ty very much. Howling Gales are hard to deal with as Shadow priest, cause we do not have high-damage instantly casted skills.
       
    18. DarkGuess

      DarkGuess New Member

      Joined:
      Jul 29, 2014
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      0
      cool, altho i found this bugg or w/e it could be. But when farming: Drake of the North Wind, it crashes WoW when i leave the dungeon or re-enter.
      any idea?
       
    19. evengaar

      evengaar Member

      Joined:
      Aug 18, 2014
      Messages:
      90
      Likes Received:
      0
      Trophy Points:
      6
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      In the latest update, the bot should make the priest use Smite.
       

    Share This Page