• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Professionbuddy] AHBuddy - Full Auction House Bot

    Discussion in 'Archives' started by zakanator, May 7, 2012.

    Thread Status:
    Not open for further replies.
    1. jonuts82

      jonuts82 New Member

      Joined:
      Jun 29, 2014
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      What am i supposed to put for amount/threshold/WAd (not sure what WAd is) for withdraw? Cuz I put 5 for amount for everything earlier and the exported xml said 1 for everything.
       
    2. majjer

      majjer New Member

      Joined:
      Apr 24, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      the bot is adding all my gems in one stack, i just want 1 gem/each stack., please help me, can't find the option for this? ty :confused:
       
    3. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Amount is the base amount for depositing/withdrawal.
      Threshold is the amount it checks for when you need to go to the guild bank e.g. if you have over the threshold it will deposit the amount for that item.
      WAd (Withdraw Additively) is for if it should take inbagcount and onahcount into a count e.g. False, will only withdrawing up to the amount column by checking how much you have in your bags and on the auction house first. True, will withdraw that amount exactly without any checks.

      I have no idea what you mean.
       
    4. majjer

      majjer New Member

      Joined:
      Apr 24, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      i want to set the stacksize to 1..
       
    5. majjer

      majjer New Member

      Joined:
      Apr 24, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      <!--Glinting Imperial Amethyst-->
      <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="76680" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="1" IgnoreStackSizeBelow="20" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="True" />


      when is posts to AH, it sets the stacksize to all i have, in this case 17 pieces of theese gems. I want it to post stacksizes of 1, by this 1 x 17 auctions.. please help <3
       
      Last edited: Nov 2, 2014
    6. sweandypandy

      sweandypandy New Member

      Joined:
      Apr 17, 2014
      Messages:
      299
      Likes Received:
      0
      Trophy Points:
      0
      I have your beta version what more than downloading the profile I want it to buy but what else should I do to start a profile? any setting?
       
    7. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Try changing IgnoreStackSizeBelow to 1 and PostPartialStacks to false.

      Just add/remove items from the sell/buy/bank tabs and adjust the setting in the settings tab.
       
    8. sweandypandy

      sweandypandy New Member

      Joined:
      Apr 17, 2014
      Messages:
      299
      Likes Received:
      0
      Trophy Points:
      0
      not work its it honor buddy bugs?
       
    9. mike911

      mike911 New Member

      Joined:
      Dec 18, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Hey Zak PM'ed you about 27 hours ago with my Paypal transaction ID. Please let me know how to get beta access. Thanks!
       
    10. hblover88

      hblover88 New Member

      Joined:
      Oct 24, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      If i want to withdraw 2 stacks of crafty vermilion onyx from personal bank which parameters do i need to change from the script. The itemID for Crafty vermilion Onyx is 76659

      </If>
      <If Condition="(InbagCount(76659) + OnAhCount(76659)) &lt; 5 &amp;&amp; InBankCount(76659) &gt; 0" >
      <GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="0" GetItemfromBankType="SpecificItem" ItemID="76659" Amount="5 - (InbagCount(76659) + OnAhCount(76659))" AutoFindBank="True" WithdrawAdditively="True" />


      Thanks in advance
       
    11. mike911

      mike911 New Member

      Joined:
      Dec 18, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      AHbuddy has been posting ALL of my items rather than "AMOUNT" can someone help me understand what i'm doing wrong.

      Edit: okay so I fixed it by changing the post line to the following. However I still don't understand WHY it fixed it.

      Edit 2: There seems to be some problem with the beta xml generator were its not correctly tagging some items.

       

      Attached Files:

      Last edited: Nov 4, 2014
    12. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Change it to this, which is using the new format that'll require updating the profile from the svn once i've made the update.
      PHP:
      <If Condition="(InBagItemCount(76659) + OnAhCount(76659)) &lt; 40 &amp;&amp; InBankCount(76659) &gt; 0" >     <GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="0" GetItemfromBankType="SpecificItem" ItemID="76659" Amount="40 - OnAhCount(76659)" AutoFindBank="True" WithdrawAdditively="False" /></If>
      I've never seen the generated profiles miss attributes like that, maybe you downloaded a profile while I was making some changes. Since those are all attributes that aren't directly affected by the editor, i'll make them fallback to the default hard coded values if they're missing.
       
    13. Kj3rgaard

      Kj3rgaard Member

      Joined:
      Aug 27, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      how do you add stuff on the "Sell to AH" list, need to add some gems? and can you make a custom list that is only for gems ect??
       
      Last edited: Nov 6, 2014
    14. ValkStorm

      ValkStorm New Member

      Joined:
      Oct 14, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      I open up AHBuddy.xml and I can't find buyore or any similar settings anywhere. Can you please help me out? Also where do I put myitems.xml from the beta program? I just renamed it to AHBuddy for now to see if it would work. All it does after checking mail for the first time is sit and say "Scanning for undercut items".
       
      Last edited: Nov 6, 2014
    15. Kj3rgaard

      Kj3rgaard Member

      Joined:
      Aug 27, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      yeah mine does the exact same.. well it does cancel auctions if its undercutted.. but yeah.. does not post anything again even tho i added the gems.. could be nice with some help!
       
    16. crash00100

      crash00100 New Member

      Joined:
      Jul 16, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      same thing here , only undercutting ONE item ^^ heres the log View attachment 11640 2014-11-07 01.36.txt
       
    17. dondedek

      dondedek New Member

      Joined:
      Aug 12, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      I can't upload anymore my file on the beta version to update it (i used to do it around a month ago when you still had a choice between alpha and beta).
      Should i name my xml file in a particular way?
       
    18. ltbaron

      ltbaron New Member

      Joined:
      Sep 18, 2013
      Messages:
      282
      Likes Received:
      1
      Trophy Points:
      0
      I've also bought beta and can't How to
      Do this?
       
    19. dondedek

      dondedek New Member

      Joined:
      Aug 12, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      Ok, i ve just figured it out.
      If you upload it via the Sell tab (not the Buy tab) it works.
       
    20. ltbaron

      ltbaron New Member

      Joined:
      Sep 18, 2013
      Messages:
      282
      Likes Received:
      1
      Trophy Points:
      0
      doesn't work for me
       
    Thread Status:
    Not open for further replies.

    Share This Page