• 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
      Stuck looting?
      Like the loot window is stuck?
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      "Get All Mounts" doesn't use the menu.
      So, it follows the normal Honorbuddy sell logic.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Working on it now.
      I've had to delay Azyul issues given all the current issues in Singular and the Questing pack.
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Most people use Feral Druids as they're much faster runners.
       
    5. tyman102938

      tyman102938 New Member

      Joined:
      Mar 15, 2012
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Not looting at all. Kills Ionar and then proceeds to afk. It only happens every now and then. Left 3 accounts running HOL Suicide and none of them afked out while I slept.
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Looting isn't handled by the profile at all, so it's reliant on a core logic of the bot.
      There's ways to force the profile to loot a specific mob, which I may end up implementing into the profiles.

      Can you get a log of this? Looting issues shouldn't be making it AFK.
       
    7. frantax

      frantax New Member

      Joined:
      Jul 29, 2016
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Hi!
      Great work!
      But I have problem with botanica. Sometimes before selling routine bot stops at this "Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area." I don´t know if it is profile or hb problem. See log.
       

      Attached Files:

    8. Lnksilver5

      Lnksilver5 New Member

      Joined:
      Feb 2, 2014
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      I'm getting this while starting after copying the quest behaviors in the right folder :/

      any ideas ?


      " \QUEST BEHAVIORS\RemoteCode.cs(69,38) : error CS0111: Type 'RemoteCode' already defines a member called 'CreateBehavior' with the same parameter types "
       
    9. iceweasel

      iceweasel New Member

      Joined:
      Jul 30, 2016
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      There is two Get All Mounts file. One in Casual Farming and one in Mounts. Which one is the correct one to run? One is 173kb and the other is 176kb.
       
    10. Rogtrainer

      Rogtrainer New Member

      Joined:
      Oct 1, 2015
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      Hello,
      i used the Transmog-Farming Profiles and is not good Working. Going to the Instance - maybe 2-3 Runs Work. Instance End and my Character will OUT -> Then my character against the wall running.

      Ps: And my character is in the instance - "no viable mobs in area" - Character Stuck in the instance now!

      What can I do with the function profile?
       

      Attached Files:

      Last edited: Jul 30, 2016
    11. vladann93

      vladann93 Member

      Joined:
      Dec 5, 2015
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      Hey Echo, is there something wrong with this?


      <If Condition="Me.ZoneId == 139" > <!-- Checks if we're a dk in ebon hold and spell is castable NORTH -->

      <CustomBehavior File="WaitTimer" WaitTime="1000" />
      <CustomBehavior File="RunCode" Code="SpellManager.Cast(50977);" />
      <CustomBehavior File="WaitTimer" WaitTime="2000" />
      <CustomBehavior File="RunCode"><![CDATA[

      await Coroutine.Wait(15000, () => !StyxWoW.Me.IsCasting);
      var deathgatePoi = Object(190942, u => u.ToGameObject().CanUse());
      while (StyxWoW.IsInWorld && deathgatePoi != null)
      {
      deathgatePoi.Interact();
      await Coroutine.Yield();
      }
      ]]>
      </CustomBehavior>



      <CustomBehavior File="WaitTimer" WaitTime="1000" />

      <If Condition="Me.ZoneId == 139" >
      <CustomBehavior File="WaitTimer" WaitTime="1000" />
      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(6948); UseItemByName(64488); CastSpellByID(556);" WaitTime="500" />
      <CustomBehavior File="WaitTimer" WaitTime="1000" />

      </If>

      </If>

      Sometimes death gate doesnt take me back to the instance for some reason, so I put in the hs,

      The problem with it is this, after interacting with deathgate it doesnt continue to the next line, it just gets stuck at deathgatePoi.Interact(); and just uses it over and over blinks in place, or tries to use another players but cant..

      I kind of think that this worked before the patch, but im not 100% sure..

      Thanks
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That's mostly an issue in the "FlyTo" quest behavior as sometimes it seems to have issues detecting whether or not the player can fly.
      Most of the profiles here have been converted to not use FlyTo, but Botanica hasn't because it needs the extra functionalities of FlyTo.

      Unfortunately there's not much I can do to fix this on a profile aside from make attempts to replace FlyTo.
      You may want to report it to the Honorbuddy bug thread - from there the other developers should be able to investigate it and make any fixes.
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Try a fresh install of the bot.
      This error is mostly caused by a corruption in your quest behavior files.
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Not sure how that happened.
      The one inside of the "Mounts" folder is the correct one.

      I've removed the second one.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Are you using any in-game addons?
      It shouldn't "no viable mobs in area" unless the bosses are not spawned - which that only happens if it re-enters without resetting.

      I'll have to look into the stuck issue. That's not something that has been noted before on these profiles.
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The deathgatePoi could probably be changed to check CreatedByGuid.
      http://docs.honorbuddy.com/html/79f41e30-2805-9e2b-1b7b-8efba9a5ad7e.htm

      This way we can determine if that specific Death Gate was created by your character's Guid.
      eg:

      PHP:
      var deathgatePoi Object(190942=> u.ToGameObject().CreatedByGuid == Me.Guid) != null
      This will set it up so that only the death gate created by your character is detected and it should fix the issue since the while() won't loop off of other people's gates.
      Also, you could probably set the while() up so that it checks your player's current ZoneId. That way there's no way it will loop after porting.
       
      Last edited: Jul 31, 2016
    17. Rogtrainer

      Rogtrainer New Member

      Joined:
      Oct 1, 2015
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      Ye,

      i have no Addons ON!

      When my Character will going OUT of the Instance Stuck!

      Ps:_
      But I test it straight on, and I think the problem only occurs when an instance.
       

      Attached Files:

      Last edited: Jul 31, 2016
    18. luke1005

      luke1005 New Member

      Joined:
      Jan 17, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      1
      So which profiles best to be farming gold on just one account for personal use?
       
    19. Diaper13

      Diaper13 New Member

      Joined:
      Nov 30, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
    20. kreutzer

      kreutzer New Member

      Joined:
      Jan 22, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Hi
      I've been running the Stratholme farm for a while now, but 4 of 5 times it won't loot Baron Rivendare.
      I've tried reinstalling HB to see if it solved it, but unfortunately not.
      I do have 'Loot mobs' activated, and I do know that it's only supposed to loot Baron.
      Anyone else had this issue?
       

    Share This Page