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

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

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

      Haxxtastic New Member

      Joined:
      Jan 31, 2012
      Messages:
      106
      Likes Received:
      1
      Trophy Points:
      0
      How do I make it post at a fallback price if the lowest buyout is lower than my min buyout rather than keeping stuff in my bags?
       
    2. karavan

      karavan New Member

      Joined:
      Jul 14, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      I dont get it how to enter shoulder enchants to sell and serpenths eye..... help me please :S
       
    3. fistycuffs

      fistycuffs New Member

      Joined:
      Jul 13, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      I've got a bank alt with TONNES of random mats etc in his bank and bags. Is there a way for this profile to just undercut automatically instead of individually setting a minimum/maximum price for each item which will take too much time lol.

      ~thanks
       
    4. Blindguard

      Blindguard New Member

      Joined:
      Jan 19, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      I've set prices for all the auction I use and it works perfect, but! It keeps posting some items for 0c bid, those items are Living steel and Trillium bar, their settings are exactly like the working ones except higher price, why? Tried clean install of HB as well, and the weird past is that everything else works.

      Edit: I agree with Fisty, if a price isn't set but there are still items on the AH, it will just put it at 0c bid, instead of undercutting 1copper.
       
    5. xboxfreak691

      xboxfreak691 New Member

      Joined:
      Feb 20, 2013
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys im willing to pay 40$ for someone to teach me how to use AH bot to make gold... i can only afford 1 account so i cannot farm on multiple accounts.. my offer is serious so someone please help me.
       
    6. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Where did you get the information for adding new xml tags like subcategory?
      what means location 0?
      why is there an item id, if this will sell all glyphs?
       
    7. mariola

      mariola Member

      Joined:
      Jul 25, 2012
      Messages:
      221
      Likes Received:
      2
      Trophy Points:
      18
      Would anybody give me a few tips on how to configure it to flip the AH?

      Like buying cheap and selling at market price...
       
    8. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Is anything false in this profile?

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Professionbuddy>
        <ChangeBotAction BotName="Combat Bot" />
        <While Condition="true" IgnoreCanRun="True">
          <SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_12_Hours" AmountType="Everything" ItemID="" MinBuyout="1g0s0c" MaxBuyout="400g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="1" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="1542.401, 225.1617, -56.87341" />
          <WaitAction Condition="false" Timeout="new Random().Next(600000, 1200000)" />
          <CancelAuctionAction UseCategory="True" Category="Glyph" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="" AutoFindAh="True" MinBuyout="0g0s0c" Location="1542.401, 225.1617, -56.87341" IgnoreStackSizeBelow="1" />
          <WaitAction Condition="false" Timeout="new Random().Next(600000, 1200000)" />
          <GetMailAction GetMailType="AllItems" ItemID="" CheckNewMail="True" MaxCODAmount="0g0s0c" MinFreeBagSlots="0" AutoFindMailBox="True" Location="1542.401, 225.1617, -56.87341" />
          <WaitAction Condition="false" Timeout="new Random().Next(600000, 1200000)" />
        </While>
      </Professionbuddy>
      
      I think WaitAction doesnt takes the random value correctly :(
       
    9. cjc0013

      cjc0013 New Member

      Joined:
      Sep 20, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0



      Example;


      Buy


      <!--Ghost Iron Ore-->
      <If Condition="(int)Me.Gold &gt;= (int)Settings[&quot;BuyOut Threshold&quot;]" IgnoreCanRun="True">
      <BuyItemFromAhAction ItemListType="Item" ItemID="72092" MaxBuyout="2g50s0c" Amount="100000" BuyAdditively="True" AutoFindAh="True" BidOnItem="True" />
      </If>


      Sell

      <!--Ghost Iron Ore-->
      <SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="2g75s0c" MaxBuyout="3g75s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />




      I can't test this right now because servers are down but I think this is what you are looking for.
       
    10. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Is the bot getting stuck, if i have not enough money to buy something, if i dont manuelly check how much money i have before buying? whats the reaction of the bot, if i dont have enough money to buy something? they dont just ignore then?
       
    11. joybird

      joybird New Member

      Joined:
      Oct 26, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Where is the function to withdraw items from personal and guild bank?
       
    12. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      In the action list, where all other actions also listed.
       
    13. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      New update on the svn;
      Cycle wait will now wait between 5 - 15 mins.
      Improved checking gold threshold for buying auction.
      Added glyphs, transmog set and other items.
       
    14. joybird

      joybird New Member

      Joined:
      Oct 26, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, but I cannot see this action list. Please point me in the right direction...
       
    15. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
    16. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Some upcoming features that will be looked at:
      -Accepting COD mail for specific items
      -Withdraw from guild bank
      -Trade chat advertising
      -And of course more items being added
       
    17. Jtroy

      Jtroy New Member

      Joined:
      Jun 29, 2013
      Messages:
      169
      Likes Received:
      0
      Trophy Points:
      0
      MY Bot isn't buying cheap Items! Pls help me.
       
    18. Sin702

      Sin702 New Member

      Joined:
      Jan 19, 2013
      Messages:
      234
      Likes Received:
      0
      Trophy Points:
      0
      When using in SW, after using the AH in the Trade District, it runs to the right (inside the building while facing npc's) and use the mailbox that is outside the building. so it is clicking through the wall to open the mail box. You should completly black list this mail box as it looks VERY bot-like when walking back and forth from the wall to the npc for the AH.
       
    19. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      It automatically uses the closest mailbox. I wouldn't recommend botting in stormwind. Those auction houses have a lot more traffic using them, otherwise use dwarven district auction house or if you position yourself in the correct spot you can use the auction house and mailbox without moving in the trade district.
       
    20. goteN

      goteN New Member

      Joined:
      Aug 3, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Hello, in first place, sorry for my english dudes.
      If I have 1 Bold primordial rubi, can the AH Bot put this on ah, 1 copper cheaper than the cheap enemy auction?
      I have a lot of Jewel mats and want to put it autimatically a bit more cheaper than the other people auctions.
      Can the bot do this?
      Thanks!
       
    Thread Status:
    Not open for further replies.

    Share This Page