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

      Estariol New Member

      Joined:
      Dec 12, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      I completely agree with the statement above:)
       
    2. whytegallo

      whytegallo New Member

      Joined:
      Oct 14, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Is there a way to set the bot for Stone core to also loot trash mobs? Know its not many pulls but itd be nice to atleast cover cost of running it?
      I have it on quest and also set to loot mobs but it seems to not do it?
       
    3. krully37

      krully37 New Member

      Joined:
      Nov 9, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 3256 2014-12-30 00.08.txt Hello, I have an issue with the profile, first run went fine but on second run bot stucked at this end showing "moving to hunting ground waypont" and sticking to where the final boss stands. I attached a log.
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Glad to see you appreciate it. ^^

      [HR][/HR]


      It should be generally known that if you plan on using (any) profile for farming specific items, that you should protect the items manually as a profile developer cannot protect every-single item in the game that it's assumed to be valuable.

      Either set <SellBlues> to false, or add the items to your protected items files (or the via profiles <ProtectedItems> tag.)

      Alternatively, if you're using any of the specilized profiles (Sell All, etc) - then you will need to modify the Lua script as simply editing your protected items won't work.

      US Item Recovery: https://us.battle.net/support/en/article/battle-net-item-restoration
      EU Item Recovery: https://eu.battle.net/support/en/article/battle-net-item-restoration


      [HR][/HR]


      These profiles are designed to use it so that the chests drop while the dungeon is being farmed to increase GPH.
      If you don't want it to happen, then put your potions in the bank.


      [HR][/HR]


      At the time of creation, it wasn't optimal to kill the bosses.
      It took too long and they just weren't worth it GPH-wise.

      Of course now, most can be almost 1-hitted, and the dungeon completion bonus is a nice addition.

      The bot (used to) get stuck after the dungeon completed because it's trying to use a OffMeshConnection that only spawns when the second-to-last boss dies.
      However, in the latest updates, it shouldn't be doing this.

      Alternatively, there's a Suicide profile for Tol'vir that uses newer pathing and actually kills the bosses.
      I'd recommend using that if your character can handle the pulls.


      [HR][/HR]


      As discussed above, this is a rare issue that happens for some people.
      It's an internal issue where the bot has troubles activating the Combat Routine between pulls.

      I'll be adding wait timers to lag the bot between each pull in the next update - hopefully this will help it.


      [HR][/HR]


      Use a DoWhen hook.
      PHP:
      <CustomBehavior File="Hook\DoWhen" ActivityName="TravelForm" UseWhen="Me.IsMoving &amp;&amp; Me.IsInInstance &amp;&amp; Me.Combat &amp;&amp; !HasAura(783)" >
          <
      CustomBehavior File="Misc\RunLua" Lua="CancelShapeshiftForm();CastSpellByID(783)" />
      </
      CustomBehavior>
      Paste this under the first <QuestOrder> in the profile.


      [HR][/HR]


      Thanks for all the kind regards. :3

      Hm, when it dies - is there a confirmation from [Azyul] on Honorbuddy that you died?
      If not, then the custom death logic isn't activating for whatever reason.


      [HR][/HR]


      What Stonecore profile?
      There's a Optimized Gold Farm version that isn't on the SVN/ZIP which can be found here:
      Azyul Cloud

      It's an experimental profile, so it hasn't really been cleaned up that much.


      [HR][/HR]


      I could only assume the boss is dead, and the bot is trying to find it.
      This version should continue if the boss isn't found at the location:
      Azyul Cloud
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      There is no load information on the logs you posted which prevent me from seeing technical information such as the profile revision numbers or hardware capabilities.

      [HR][/HR]


      Don't double post.
      https://www.thebuddyforum.com/honor...geons-trash-mobs-post1798685.html#post1798685
       
    6. rojenejor

      rojenejor New Member

      Joined:
      Aug 28, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      just want to ask,if im lvl91+ can used your gold optimized profile? and what profile do you recommend?
       
    7. Straydergame

      Straydergame New Member

      Joined:
      Nov 26, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      I have noticed also that he uses potion of luck every time he enters the instance..even if there is 85 mins left on previous...Isnt there some code that he checks first if potion is on then not use it...like it works for bags and selling? Grim Batols, also with 100lvl he doesnt pull some mobs as well as first boss most of the time...He come close to them but oviesly not close enough...Same happens with dragon boss 3rd one, on High pulls he skips it while on medium it works ok.
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      You may have aggro issues level 91+ since the pulls were fine-tuned for a level 90's aggro tolerance.
      That aside, you shouldn't have any other issues.

      I don't really have a recommendation, but The Botanica and Gundrak are the 'go-tos' right now.


      [HR][/HR]


      As stated in my reply above to to Rojenejor, these pulls were fine-tuned for level 90s because WoD didn't exist when they were created.
      I've not logged into WoW in nearly 6 months, let alone have had time to re-optimize the pulls. I'll have to level to 100 first before I can test 'new' aggro tolerance.

      As far as the potion issue goes - the only thing I could guess is that there's a split second during the loading screen where the game-client doesn't return "Character has potion buff."
      The only alternative to fixing this would be having the potion hook disabled outside of the dungeon so that it never happens.

      Could you tell me which Grim Batol profile you're using? I'll add in a code for the potion hook so that you may test it.
       
    9. kartook

      kartook New Member

      Joined:
      Jun 23, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      Hey! I've been using your profile for a while when it was suggested to me by my friends and I would just like to thank you for all the hardwork and effort that you've put in to this!

      I really appreciate that you've done this and not expected anything from it in return!

      <3 I hope you had a lovely Christmas and I hope you have a wonderful new year.
       
    10. Sune101

      Sune101 New Member

      Joined:
      Dec 10, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      Sorry for the stupid question. I have never run a profile like this before and just botted for leveling. Which profile should I choose to run as there is so many? Is it best to just random it?

      Edit: About to farm Gundrak, I see many people outside as level 90 or 91, should I do it on a level 90 or my 100 main?

      Thanks
       
      Last edited: Dec 30, 2014
    11. Lokiskye

      Lokiskye New Member

      Joined:
      Oct 5, 2012
      Messages:
      50
      Likes Received:
      1
      Trophy Points:
      0
      I am having problems starting the Uldaman & other Eastern Kingdom profiles. attached my log
       

      Attached Files:

    12. jm1992

      jm1992 New Member

      Joined:
      Dec 21, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Am i the only one who are having an issue with Botanica?
      It runs just fine, until it gets ganked outside - Then it wont remount and go back to the instance.
      Instead it keeps ressing then just jumping off the earththingy and die, until it stops??
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Glad to see it's working out for it - and you're enjoying it.

      Thanks for the feedback!


      [HR][/HR]


      90-100 will most-likely have the same results since almost any level 90 class can complete the dungeon in under 6minutes.

      [HR][/HR]


      The mesh between ship (The Botanica) and the ground isn't really navigable by the bot's navigation system. So when you die it has troubles calculating a path back.
      The reason why when you first start the profile - it has no problems navigation is because I have movement codes that tells the bot to not use the navigation system and instead 'go blindly.'

      I created a multi-death (outside dungeon and inside) experimental profile that should fix the issue, but there was some problems caused by the latest bot update so I'm not sure if it still works.

      You can try it if you want:
      Azyul Cloud
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Most of the Instance Grind profiles are extremely old, and relied on QuestBehaviors that no longer exist.
      They are in the queue to be re-built, but I haven't had time to do so yet.

      I may be looking to get someone else to do it.
       
    15. boian

      boian New Member

      Joined:
      Dec 23, 2011
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      Hello,
      my problem is that when bot dies in Grim Batol , he fly from healer to courpse at the entrance ,bot doesnt go into the dungeon just stay at the entrance and :
      Clicking corpse popup...
      Clicking corpse popup...
      Thats happens for some time multiple classes different pcs and operating system.
       
    16. Savier

      Savier New Member

      Joined:
      Oct 1, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      same problem. Tried to fix it with <RunTo .. but wont work.
       
      Last edited: Dec 30, 2014
    17. k1ngstire

      k1ngstire Member

      Joined:
      Oct 6, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      Hello Azyul.

      Could you tell me how i setup that my Bot put the Epics on Guildbank too? :)
      Or does it do that automatically on the "Guildbank Money+Netherwave" Profile?

      Currently i am using the Sell everything Profile. But i want to change it to use the Gbank.

      It would be perfect if he sells everything (Netherwave too) and only put Gold and the Epics on my Bank. Is that possible?

      Btw. I farm in the Botanica.

      Thanks
       
      Last edited: Dec 30, 2014
    18. shotone

      shotone New Member

      Joined:
      Dec 30, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      HELLO echo tiger, firstly wanna say thanks been running 5 bots with your gun drak profile for a long time they are great......i have one thing that is annoying the hell out of me tho, maybe you can fix it. I run it on 5 lvl 100 hunters and because of that on second boss the hunter does not 100% all the time aggro boss means it just stands at the beam with out clicking it and that leaves the bot just sitting there afk

      can you help?
       
    19. ahey

      ahey Member

      Joined:
      Jul 1, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      Hey Echo

      Botanica - Sell everything profile still going down when somebody kills the char, isnt it? You said to me add a reload profile line and i did. If i die in instance, it resets the profile and everything going well. Can't we add another line for kill by a player or if the bot notices recently killed by a player debuff, reloads again the profile?
       
    20. Thrakmar

      Thrakmar New Member

      Joined:
      Dec 27, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      What an amazing profile!
       
      Last edited: Dec 30, 2014

    Share This Page