• 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. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      You'll have to set the prices for each item.
       
    2. goteN

      goteN New Member

      Joined:
      Aug 3, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Then I cant do this, ok, thanks :(
       
    3. SpaceNL

      SpaceNL New Member

      Joined:
      Aug 1, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      hey zakanator i would realy like it if you could keep us updated about the "automatic price thingy" so we dont have to put in the prices ourselfs. maybeeeee realy hard but maybeeee you could let your ahbuddy work with auctioneer to determine the price i dont know if thats possible but im just here for the ideas. anyway keep up the good work.
       
    4. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      can someone please help me to write a profile which will only buy infinite amount of Frostweave Cloth if it's under 1g0s? It doesn't matter if it's 1x-3x-5x-20x stacks. And it'll repeat itself for hours, and check AH every 5 minutes. I tried and couldn't make it work, lol. Ultimate noob here;

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Professionbuddy>
        <BuyItemFromAhAction ItemListType="Item" ItemID="Frostweave Cloth" MaxBuyout="1g0s0c" Amount="9999999" BuyAdditively="True" AutoFindAh="True" BidOnItem="False" Location="0,0,0" />
      </Professionbuddy>
      this is the whole .xml btw :)
       
    5. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      Is it possible to post battle pets because i cant post any :(
       
    6. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Battle pets are different, they don't use an item id to categorize them. Instead they use a battlepet string to determine the pet.
       
    7. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      So no chance to bot put them on ah ?
       
    8. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      You could try posting in the professionbuddy thread to ask highvoltz to add support for battletpet strings.
       
    9. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      I will, i tried put npc ids on your profile but no effect got, like 100 this scumbags in bank. I see every auction bot strugles with pets.
       
    10. ginuwine12

      ginuwine12 New Member

      Joined:
      Feb 12, 2013
      Messages:
      621
      Likes Received:
      6
      Trophy Points:
      0
      thank you for the updates ! like so much the new random wait times between cycles :eek:
       
    11. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      cancel scan and getmail takes so much time, dont need to wait additionally :)

      my problem is, i have so many different items multiple times, that not all items fits in the bags. for example, different cut and uncut gems, all glyphs, every one of the items 10 times :(

      actually i just do this cycle:

      Code:
      while true {
        sell
        cancel
        deposit private
        deposit guild
        getmail
        withdraw private
        withdraw guild
      }
      
      But even in this cycle, some items for example in guild tab 6 doenst touched ever again, if deposited one time :(

      its deposit and withdraw the same items again and again, just small changes caused by selled or cancelled items :(

      i need a first in first out que for items, to check if posting items is necessary or not :(

      [​IMG]

      PS: After writing this, i have a new idea, i deposit items in last guild tab first and withdraw from first guild tab first, maybe this will work, im testing it now

      PPS: I think this will not work, same problem as always :(

      PPPS: Another possible solution ideo is to withdraw a specific amount from every itemid. For example just one armor id in bag, and max 5 gems per gem id ....

      PPPPS: Need feature to select from which tab to withdraw :(
       
    12. SpaceNL

      SpaceNL New Member

      Joined:
      Aug 1, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      could someone make a everything buying and selling profile for the realm chambers of aspect?
      im horde btw
       
    13. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      everything buying? really?

      PS:

      here is a profile which posts all items in your bags to the ah
      stack size 1
      max buyout 900kg
      min buyout 1c
      bid percent 100%
      run time 48h

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Professionbuddy>
        <SellItemOnAhAction Category="Consumable" SubCategoryType="WoWItemContainerClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Container" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Weapon" SubCategoryType="WoWItemWeaponClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Armor" SubCategoryType="WoWItemArmorClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Reagent" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Projectile" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Recipe" SubCategoryType="WoWItemRecipeClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Money" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Quiver" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Quest" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Key" SubCategoryType="WoWItemKeyClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Miscellaneous" SubCategoryType="WoWItemMiscClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
        <SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_48_Hours" AmountType="Everything" ItemID="" MinBuyout="0g0s1c" MaxBuyout="900000g0s0c" StackSize="1" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
      </Professionbuddy>
      
      View attachment sell all.xml
       
    14. SpaceNL

      SpaceNL New Member

      Joined:
      Aug 1, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      with all buying and selling i ofcourse mean that i would buy in the cheapest and then undercut the most expensive of the item i bought. does your profile do that?
       
    15. Techz

      Techz Member

      Joined:
      Jan 15, 2010
      Messages:
      299
      Likes Received:
      1
      Trophy Points:
      18
      Can i ask once this is all set up and is it easy to set up does it make you a lot of gold?
       
    16. Overnaturlig

      Overnaturlig Member

      Joined:
      Feb 21, 2012
      Messages:
      178
      Likes Received:
      4
      Trophy Points:
      18
      If you take your time, setup it up properly, it will make you tons of gold.

      Im a hobby-botter. I bot when i play, almost never afk botting. max 18 hours a day botting, but only max 5 hours a day farming. Avg farming about 2 hours per day. :) I have this running 2x 1-2 hour a day. around morning hours and at 18.00 to 20.00 at prime time.

      I farm alot my mats and craft all my items on my different chars (i have all professions on my server, with most crafts/cuts). I make between 5k and 40k depending on day and storage.

      I've managed to stay under the radar, because i buy alot of mats from ah and i have a fairly high min. posting price on popular items such as gems. This also means higher profit in the end, but requires more patience.
       
    17. Eisenberg

      Eisenberg New Member

      Joined:
      Dec 24, 2011
      Messages:
      618
      Likes Received:
      1
      Trophy Points:
      0
      It sells my stuff for 0 g, any idea why is that happening ?
       
    18. SpaceNL

      SpaceNL New Member

      Joined:
      Aug 1, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      you have to set the prices yourself. zakanator told me he is working on it so the prices would be automaticly determined :D
       
    19. otterslovecheese

      otterslovecheese New Member

      Joined:
      Aug 6, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Anyone who has had success with this Glyph script could you post what yours looks like in the file?

      <!--Glyphs-->

      <SellItemOnAhAction Category="Glyph" SubCategoryType="WoWItemGlyphClass" SubCategory="None" UseCategory="True" RunTime="_24_Hours" AmountType="Amount" ItemID="72988" MinBuyout="6g0s0c" MaxBuyout="499g99s99c" StackSize="1" IgnoreStackSizeBelow="1" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" />


      I've tried pasting it in and it still tries to sell my Glyphs for 0g0s0c. Any help would be appreciated greatly :) Thanks in advance
       
    20. otterslovecheese

      otterslovecheese New Member

      Joined:
      Aug 6, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      So I actually got it to work through one posting cycle. It will check for mail, check undercuts, pick up the mail, successfully post one round of auctions. Then after it retrieves the mail a second time and goes for a post cycle it tries to post everything for 0g0s0c
       
    Thread Status:
    Not open for further replies.

    Share This Page