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

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The remote version should offer this on the menu. It would be easier to set it there.

      Alternatively, to set the 'Local Profile' - you must edit the code.
      CTRL+F for Me.FreeBagSlots. There will be several occurrences of it.

      Change the number you see beside that to the number you want.
       
    2. drmaggot

      drmaggot New Member

      Joined:
      Jan 26, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0

      Optimized gold farms > Dungeons > Outlands > The Botanica

      also is Gundrak and Botanica still the best Instances for GPH?
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      And this is with the latest update?

      I believe the current top three for best GPH is:

      1) Halls of Lightning (if farmed with Feral Druids)
      2) Gundrak
      3) The Botanica == Drak'tharon​

      There's a few other dungeons I left out such as Grim'Batol // Lost City of the Tol'vir // etc - because I don't have the exact numbers for them.
      But as it stands, Halls of Lightning (with Druids) and Gundrak are considerably the two highest.
       
    4. lastspawn

      lastspawn Member

      Joined:
      Jan 1, 2015
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      6
      I fixed the Tundra Mammoth thing by doing a fresh install of HB, thanks Echo :D. Could it be possible that you give it a try to shao tiens mogu farm, its doing weird things, like for example it takes out flying mount and goes up, then it comes down takes out ground mount and goes to look for mobs
      View attachment 6492 2016-01-27 20.06.txt
       
      Last edited: Jan 27, 2016
    5. joerogan

      joerogan Member

      Joined:
      Jan 10, 2014
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      I think I figured it out looking at your navigation code though it's been many moons since i've written any code so I may be way off.

      In the To Outlands.xml which i'm assuming is the block it loads when trying to move to Botanica i've traced the problem to this chunk of code

      Code:
                                      <Else>
      				<MoveTo DestName="Garrison" X="5592.404" Y="4529.675" Z="126.3718" />
      				</Else>
      				</If>
      				<If Condition="Me.MapId == 1153" >
      					<MoveTo DestName="Ashran Portal" X="5583.557" Y="4373.989" Z="137.6236" />
      					<CustomBehavior File="MyCTM" X="5579.374" Y="4366.707" Z="138.9411" />
      					<CustomBehavior File="MyCTM" X="5575.75" Y="4367.552" Z="138.9789" />
      					<CustomBehavior File="MyCTM" X="5572.477" Y="4361.848" Z="143.433" />
      					<CustomBehavior File="MyCTM" X="5578.62" Y="4358.129" Z="147.87" />
      					<CustomBehavior File="MyCTM" X="5582.464" Y="4364.247" Z="152.3972" />
      					<CustomBehavior File="MyCTM" X="5576.058" Y="4368.637" Z="156.7244" />
      					<CustomBehavior File="MyCTM" X="5572.972" Y="4361.899" Z="159.8998" />
      					<CustomBehavior File="MyCTM" X="5584.697" Y="4356.71" Z="160.9148" />
      				</If>
      				<While Condition="Me.ZoneId != 7333" >
      					<CustomBehavior File="InteractWith" MobId="233600" X="5586.819" Y="4357.713" Z="161.427" TerminateWhen="Me.ZoneId == 7333" />
      					<CustomBehavior File="WaitTimer" WaitTime="50000" TerminateWhen="Me.ZoneId == 7333 || Me.Combat" />
      				</While>
      
      The assumption seems to be I have a lvl 3 garrison with the Ashran portal which I don't. My toon successfully moves to Garrison" X="5592.404" Y="4529.675" Z="126.3718" and then fails to execute the next block in the <If Condition="Me.MapId == 1153" > because i'm not in MapID 1153 since I don't have a level 3 garisson. Now it moves on to the <While Condition="Me.ZoneId != 7333" > which is true because i'm not in ZoneId 7333 but there is no portal to click and that seems to be where it stops.

      I think the only other option is to put some code in there to handle the condition where you are not in a lvl 3 garrison to fly to Ashran via the flight master instead of using the portal or detect if the hearthstone is set to Warspear is another 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
      I'll definitely check it out.
      That profile is quite aged, and hasn't changed much from its initial release - so I'm surprised its went this long without anyone reporting issues with it.
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That seems like it could be the issue. Although it's exclusive to Horde.
      I guess I didn't test Horde as much. xD

      For Alliance, there seems to be a 'MoveTo' after the tier 3 garrison check if the player lacks tier 3.
      Which this 'MoveTo' simply tells the bot to move to Ashran in which Flight Paths or any alternative methods to get there will be used by the bots internal logic.
       
    8. frozzon

      frozzon New Member

      Joined:
      Sep 15, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      is there any way to make the profile use the boomerang loot item? so you can loot from a distance. i imagine the bot would use this item very well.
      I also don´t get the "profile settings" bottom over the start bottom, any ideas?
      Warning: XML Error: Could not parse 'If' body node! - On line 59 from the ZF endless farm, after loading profile, before starting bot.
       
      Last edited: Jan 28, 2016
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Yea, it's possible to have the bot use Loot-a-Rang.
      There used to be a setting on the bot to allow usage of it, but I'm not sure what happened to the setting.
      Alternatively, there's plugins that handle it - here's one: https://www.thebuddyforum.com/honorbuddy-forum/plugins/200395-plugin-loot-rang-aspect-cheetah.html

      Not all profiles have the "Profile Config" button on them. It depends on which profile you're using.

      The 'If' error is most likely that you didn't copy the quest behaviors.
       
    10. lastspawn

      lastspawn Member

      Joined:
      Jan 1, 2015
      Messages:
      75
      Likes Received:
      0
      Trophy Points:
      6
      Yes i would thank you very much if you give it a look, i think that its a great income selling that mount and it can easily be farmed in 2 days 3 as much
       
    11. Skyzen

      Skyzen New Member

      Joined:
      Aug 28, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hi !

      Someone can explain me how to use this , when i launch honorbuddy , i load the profile "[310% Mounts] Sapph, Baelok and Rokir Farm" but I do not know what to choose : Grind bot ? Gatherbuddy ? Garissonbuddy ? i'm lost... :(
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      On the front of the thread under "Quick Tips & Need-To-Know", it says you use the Questing botbase in highlighted red text.

      [​IMG]
       
    13. frozzon

      frozzon New Member

      Joined:
      Sep 15, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      thanks for reply, from where and where to do i copy the quest behavior, i looked in to it before you replyed actually, but I didn´t figure it out, somethings were unclear.
       
    14. Skyzen

      Skyzen New Member

      Joined:
      Aug 28, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Oh okey sorry x) Thank u so much ^^
       
    15. 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 Azyul folder is a folder named "Quest Behaviors" - also inside of the Honorbuddy folder is a folder named "Quest Behaviors"
      You just merge them together.

      Alternatively, if you run any of the \Optimized Gold Farms\Dungeons\Northrend\..\ profiles, they will automatically download the quest behaviors.
      It has to be in that exact directory though. There's also a folder in there named "Local Profiles" - don't use them as they won't do it.
       
    16. mrregya

      mrregya New Member

      Joined:
      Jan 3, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      there is no such thing like profile config
       
    17. mevip

      mevip Member

      Joined:
      Apr 17, 2010
      Messages:
      340
      Likes Received:
      0
      Trophy Points:
      16
      hello sorry to bother you but how do i get this button on my honorbuddy ?
      [​IMG]

      also i`m doing grim batol now and i`ve notice that the bot does not reset the instance. it just goes out to sell after it finishes the first time then it comes back in and runs like an idiot the instance 50 times without reseting ... could you advise on this please ? thank you :)

      *edit* well grim batol resets every 18 hours but it still doesn't make sense why the bot keeps going inside after it cleared everything. Anyway the primary issue is that i want to get the profile config button. could you let me know how to get that ?
       
      Last edited: Jan 29, 2016
    18. Kmica

      Kmica Member

      Joined:
      Jan 20, 2012
      Messages:
      626
      Likes Received:
      12
      Trophy Points:
      18
    19. mevip

      mevip Member

      Joined:
      Apr 17, 2010
      Messages:
      340
      Likes Received:
      0
      Trophy Points:
      16
      i still need to know how to get the profile config button

      also at grim batol it stops at the end of the instance trying to target something and it does not move anymore
      View attachment 16372 2016-01-29 12.11.txt
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The profile config menu only applies to the profiles that are listed on the thread explaining the menu.
      So I'll need to know which profiles you're attempting to use in order to get the menu. Grim Batol won't have it.

      From the front thread:



      For the reset issue - which Grim Batol profile are you using? There's several - all are a bit different.
      What's the full directory - eg: (Optimized Gold Farms \ Dungeons \ Cataclysm \ Heavy \ Grim Batol.xml)
       
      Last edited: Jan 29, 2016

    Share This Page