• Visit Rebornbuddy
  • HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

    Discussion in 'Archives' started by highvoltz, Jul 18, 2012.

    1. Nexus129

      Nexus129 New Member

      Joined:
      Dec 3, 2011
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      0
    2. Dockson

      Dockson Member

      Joined:
      Dec 21, 2013
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
    3. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      This issue is from when "BuyAdditively" is false and you have more of that item in your bags than the "Amount" causing it be a negative value and buying an unlimited amount.
       
    4. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Can you try latest revision on SVN and let me know if it fixes your issue?

      Nice catch. This is now fixed on SVN.
       
    5. Nexus129

      Nexus129 New Member

      Joined:
      Dec 3, 2011
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      0
      The Cancraft() issue is fixed
       
    6. Jacan

      Jacan New Member

      Joined:
      Sep 30, 2011
      Messages:
      489
      Likes Received:
      0
      Trophy Points:
      0
      It still persists, hb keeps stoping when changing bot.
       
    7. Nexus129

      Nexus129 New Member

      Joined:
      Dec 3, 2011
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      0
    8. Toughluck

      Toughluck New Member

      Joined:
      Sep 30, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      If im using AHbuddy and my bank char is in Orgrimmar(only tried in orgrimmar). I will get the "Err: Cant find bank". But if i start near the gbank it works fine.. until in reach the AH then the Err comes again... is there a range limit or something ?
       
    9. thephoenix25

      thephoenix25 New Member

      Joined:
      Jan 15, 2010
      Messages:
      289
      Likes Received:
      4
      Trophy Points:
      0
    10. xanigdigd

      xanigdigd Member

      Joined:
      Sep 11, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      Value cannot be null
      Parameter name: source
       
    11. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Only use 'AutoFind Bank' if your toon is guaranteed to be near a gbank e.g after executing a move to action or running profile on a bank toon that never moves far from one.
      The Auto-find feature only works well when searching for NPCs since they're listed in a database that is shipped with HB. Game objects however are not included in the database (except for some mailboxes) so the bot only knows of their presence if within vicinity of them; usually less than 100 yds. I believe there's an option to specify a guild bank location, you can use that or run a 'move to' action first.

      This is now resolved on SVN.

      Attach a full log and if you don't mind, attach the profile you're using or a mini version of it that can produce this problem.
       
    12. Jacan

      Jacan New Member

      Joined:
      Sep 30, 2011
      Messages:
      489
      Likes Received:
      0
      Trophy Points:
      0

      I figured out the issue. I must have done this to work around a previous bug with changing secondary bot.

      The problem occurs if you add this line just plain by itself
      SwitchToBot("Combat Bot");
      and then right after that run an if statement..
      <If Condition="SecondaryBot.Name != &quot;Combat Bot&quot;" IgnoreCanRun="True">
      <CustomAction Code="SwitchToBot(&quot;Combat Bot&quot;" />
      </If>

      So I deleted the first line w/o IF and problem resolved.
       
    13. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Try using <ChangeBotAction BotName="Combat Bot" /> instead of <CustomAction Code="SwitchToBot(&quot;Combat Bot&quot;" />
       
    14. HSBen

      HSBen Member

      Joined:
      Sep 16, 2010
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      6
      Is there a good repository for finding things like HasRecipe codes? I'm trying to make a routine to make glyphs but all I have is a list of Glyph item numbers, and not their corresponding recipe numbers (which are different)
       
    15. specialkey

      specialkey New Member

      Joined:
      Mar 15, 2014
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      When i use PB

      It levels up just fine. However, it automatically sells what it mined to AH,

      Ive found where to change the setting for that

      (Bot Config => AH items)

      However, there is no settings for what to sell or keep.

      Where to store (Guild Bank, Postal, Bank)\

      Or the amountto undercut at AH. (When lowest price is 200 it posts lower than that)
       
    16. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      The 1 to 600 mining/herb profile will mail items if 'AH Items' is set to false and you need to have a Mail Recipient set (in HB settings) for mailing to work.
      When you select a setting such as 'AH Items', a short description for that setting is displayed at the bottom.

      The undercut amount is percent based and the profile undercuts by 0.001% of competition.
      This amount is coded directly into the profile so to change it you need to modify the profile by change the 'Undercut Percent' values on each 'Sell Item On AH' action
       
    17. specialkey

      specialkey New Member

      Joined:
      Mar 15, 2014
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Is there any way for me to integrate this with the

      AH bot?

      Can i just go along and select it?
       
    18. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      How can you load a profile from a specific folder (e.g. c:\Profiles), where the name of the profile is set in the settings, e.g. you have a setting called "Name" and the value is "test", so it will load a profile called test.xml?
       
    19. Kiyumi

      Kiyumi New Member

      Joined:
      May 10, 2010
      Messages:
      693
      Likes Received:
      2
      Trophy Points:
      0
      What is the code for pb to repeat a task?
       
    20. mugenji77

      mugenji77 New Member

      Joined:
      Dec 21, 2013
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Can some1 give me a simple example for use command "<If Condition=OnAhCount (ItemID, CharacterName, Server)> " ?? I try with this(ofc I replace charactername and Server and write true nickname+realm) but dosen't work. I have datastore.
       
      Last edited: Mar 21, 2014

    Share This Page