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

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

    1. Dandrob

      Dandrob Active Member

      Joined:
      Sep 5, 2012
      Messages:
      1,765
      Likes Received:
      3
      Trophy Points:
      38
      finaly the complete bonus gold for finish dungeon from wotlk is drop to 2-4g?^^
       
    2. xbluedreamerx

      xbluedreamerx Member

      Joined:
      Mar 14, 2015
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      When running HoL Suicide runs I keep getting this error
      [Azyul]: Shifting to cat form.
      [DoWhen-v2009(error)] For DoWhenActivity ActivityName(UseCatForm), predicate (() => (Me.Combat && Me.IsMoving && Me.IsInInstance && Me.IsAlive) && (!Me.HasAura(768))) was not reset by execution.
      This is a profile problem, and can result in erratic Honorbuddy behavior.
      The predicate must return to 'false' after the action has been successfully executed.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I'll looking into it. I'll try to edit this if any fixes are made.

      Edit:
      Fixed in the latest SVN update.


      [Hr][/Hr]


      Read the solution center.
      It explains that you must disable your "Refreshment Detection" plugin and remove the Food+Water entries from your "Settings & Tools" menu.


      [Hr][/Hr]


      Make sure you're using the newest SVN update.

      [Hr][/Hr]


      Delete "SwitchTarget.cs" and "KillOrder.cs" from your QuestBehavior folder.

      [Hr][/Hr]


      https://www.thebuddyforum.com/honor...-guides/124801-guide-download-update-svn.html

      [Hr][/Hr]


      I need a full log.

      [Hr][/Hr]


      I'll look into it.

      Edit:
      Fixed in the latest SVN update.


      [Hr][/Hr]


      This error shouldn't cause any problems.
      If you're having a problem, then it's something else.
       
      Last edited: Apr 2, 2015
    4. RadioactiveDevil

      RadioactiveDevil Member

      Joined:
      Sep 26, 2011
      Messages:
      88
      Likes Received:
      1
      Trophy Points:
      8
      Thank you Echo! I will try it out tonight! Much appreciated :)
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I may need to add termination codes to the CTM as well to prevent this issue entirely.

      [Hr][/Hr]


      Fixed in the latest SVN update.

      [Hr][/Hr]


      Fixed in the latest SVN update.
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      No problem.
      Sorry for the delays - I've been busy outside of Azyul lately.
       
    7. xbluedreamerx

      xbluedreamerx Member

      Joined:
      Mar 14, 2015
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      I'm also noticing after I upgraded my bags to 28 slots when it goes to sell it doesn't empty all my bags.
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Are you using a "Sell All" profile? Or any specialized profile aside from the original "DungeonName.xml"
       
    9. xbluedreamerx

      xbluedreamerx Member

      Joined:
      Mar 14, 2015
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      Yes, it's been selling every time fine up until I changed bags, now it's only selling half of each bag.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      You may have to increase the sell loops.
      Open the profile with any text/code editor, then CTRL+F for this: NumOfTimes="10"
      Change the 10 to a higher number such as 15 or 18.
       
    11. xbluedreamerx

      xbluedreamerx Member

      Joined:
      Mar 14, 2015
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      I'll try that but if I edit the profile won't it just get overwritten next time I update the SVN?
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yea, it will.
      Just make a copy of the profile with a new name and the SVN won't touch it.
       
    13. xbluedreamerx

      xbluedreamerx Member

      Joined:
      Mar 14, 2015
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      That seemed to work thank you! I hope no one else is having this issue and just isn't realizing it.
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      It's a very situational error.
      Some people with all 28 slot bags may not have it. It just depends on how reactive your WoW client is.

      As of Draenor, Blizzard broke the inventory system. Used to - I could write a code that would sell *every* item all at once instantly.
      Now, if you try that it will crash the game. So they have to be sold in small chunks.

      Some people's WoW will allow for bigger chunks to be sold than other people's. It's not really a "computer performance" issue.
      Even on my super computer - sometimes only chunks of 4 can be sold at a time - but other people can have up to 9-15.

      Smaller chunk sizes require more loops of the code. Right now the default is set at 10 loops.
      The reason why I don't go ahead and set it up higher to 15 or 20 is because it takes up more time.
      10 loops = 20 seconds.
      15 loops = 35 seconds.
      20 loops = 40 seconds
      etc

      I may get 1 report every month (or so) about it - so it doesn't seem to be that big of an issue.
      Although an actual fix for it should be worked out. It's on my to-do list.
       
      Last edited: Apr 3, 2015
    15. skenar

      skenar New Member

      Joined:
      Dec 22, 2014
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      Is honorbuddy broken again? Bot can not re-spawn after dying in Gundrak he just stays at the graveyard saying that waiting time remaining 0s out of 1s
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Last I checked in-dungeon death support was broken.
      I've not ran any tests in a while though.
       
    17. skenar

      skenar New Member

      Joined:
      Dec 22, 2014
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      About a month ago i was running my bots and they were re-spawning just fine
       
    18. Elitehunter

      Elitehunter New Member

      Joined:
      Apr 3, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      When using profile Assassination Armor (RC) i get following error:
      1 compiler errors encountered in profile 'Assassination Armor (RC) [$Rev$]'
      'If' xml element on line number 550 has following errors with code: public System.Boolean __ExpressionFunc__65()
      {
      return new System.Func<System.Boolean>(() => Me.Location.Distance(new WoWPoint(3272.297, 4678.323, 103.5689 < 500)();
      }

      1) ) expected at offset 0

      Bot stopping! Reason: None Given
      probly just me failing, any hints? love your work btw!
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Could you post a log of it?
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Fixed in the latest SVN update.
       

    Share This Page