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

      tylermilam New Member

      Joined:
      Jan 15, 2010
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I have a problem with the bot not posting auctions. It seems to think it's posting auctions, but it just has the auction window open with the auctioneer and seems to be clicking on my bags without actually posting anything. I can post the whole log if you want:

       
    2. Spectrometer

      Spectrometer New Member

      Joined:
      Dec 18, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Are there any plugins or something like that to make it spend cycle breaks logged out? Also I can't the line

      <CancelAuctionAction UseCategory="False" ItemID="72092" AutoFindAh="True" MinBuyout="0g0s0c" IgnoreStackSizeBelow="20" />

      or anything similar in the code. I can't get this to cancel auctions.
       
    3. Police

      Police New Member

      Joined:
      May 12, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hi, Spectrometer.

      If the above line is how u configured the profile, I'm afraid it wont work. Having a minimum buyout of 0g0s0c causes it to see every item as not undercut.

      You'll have to adjust the line to something like:

      < CancelAuctionAction UseCategory="False" ItemID="72092" AutoFindAh="True" MinBuyout="2g38s10c" IgnoreStackSizeBelow="20" />

      For more information please take a look at:
      Kind Regards,

      Police
       
    4. Spectrometer

      Spectrometer New Member

      Joined:
      Dec 18, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      That's the line I copy pasted from that guide how to manually set AHbuddy. However I found this line in my code under the subroutine CancelFromAH

      Code:
      <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="0" AutoFindAh="True" MinBuyout="0g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
      I tried editing correct Minbuyout and ItemID but it didn't cancel said items. This line also looks different than in the guide should I replace this with the one in guide and add correct values?

      This is what the subroutine section looks like:

      Code:
      </SubRoutine>
        <SubRoutine SubRoutineName="CancelFromAH">
          <If Condition="(bool)Settings[&quot;Cancel Undercut Auctions&quot;]" IgnoreCanRun="True">
            <Custom Code="AHBuddyLog(&quot;Checking for undercut auctions.&quot;);" />
            <CallSubRoutine SubRoutineName="GoToAH" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110640" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110654" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110647" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110653" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110641" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110652" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110638" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110646" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110645" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110655" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110639" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110648" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110642" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110656" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
            <CancelAuction UseCategory="False" Category="TradeGoods" SubCategory="None" SubCategoryType="WoWItemTradeGoodsClass" ItemID="110649" AutoFindAh="True" MinBuyout="500g0s0c" Location="0, 0, 0" IgnoreStackSizeBelow="1" />
          </If>
        </SubRoutine>
      Also what does the Minbuyout value represent? For example if it's se to 500g it cancels item if it's at or above 500g?
       
    5. Police

      Police New Member

      Joined:
      May 12, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hi, Spectrometer.

      It's best to take the structure from the file over the structure displayed at the guide on the first page, as it's more likely the code is more up to date than the opening post.
      MinBuyout in this context will be seen 'as cancel below this value'.

      Kind Regards,

      Police
       
    6. Spectrometer

      Spectrometer New Member

      Joined:
      Dec 18, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      I changed the line and it's now canceling thanks Police.
       
    7. Spectrometer

      Spectrometer New Member

      Joined:
      Dec 18, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Ok new problem. When I try to edit the Wait Timer with bot config it destroys the cancel fixes I made to AHBuddy.xml it simply removes all the previously edited lines.
       
    8. Police

      Police New Member

      Joined:
      May 12, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hi, Spectrometer.

      If you edit the .xml config file manually, while the bot is running it will override any changes u made the next time it tries too save.

      ref: You should edit the file while the bot is not running, so it will load ur values the next time u start the bot.

      Kind Regards,

      Police
       
    9. zahnen

      zahnen New Member

      Joined:
      Apr 2, 2014
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      How do I have it Buyout instead of Bid when the price is right? Here is a random item I have:

      <BuyItemFromAhAction ItemListType="Item" ItemID="999999" MaxBuyout="1g30s0c" Amount="1000" BuyAdditively="False" AutoFindAh="True" BidOnItem="True"/>

      It bids for all of them under 1g30s but I want it to buy them out right if they buyout is under that. I still want it to bid if it can't buyout for under that.
       
    10. shaggsdope

      shaggsdope New Member

      Joined:
      Jul 13, 2012
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      Is this a viable way to make money botting, playing the market? Or is it more for managing pr-existing auctions?
       
    11. HighlineTV

      HighlineTV New Member

      Joined:
      Jun 26, 2015
      Messages:
      27
      Likes Received:
      1
      Trophy Points:
      3
      Nice, I'll try it soon.
       
    12. nooblet

      nooblet Active Member

      Joined:
      May 4, 2012
      Messages:
      1,419
      Likes Received:
      12
      Trophy Points:
      38
      Try AHomation by Revir, it's epic.
       
    13. ianxdoty

      ianxdoty New Member

      Joined:
      Aug 19, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      i have searched everywhere and i cant find any info on it.
       
    14. Folidar

      Folidar New Member

      Joined:
      Feb 25, 2015
      Messages:
      153
      Likes Received:
      0
      Trophy Points:
      0
      Hum,
      canceling and mail works finde, but while trying to post items i get an internal auction error... only with bot, not by hand.
       

      Attached Files:

    15. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      how do you make it ignore the random enchants for transmog items so it will properly undercut ?

      I see you made a temporarily fix at page 154 but this is very outdated.
       
      Last edited: Aug 23, 2015
    16. Maxamar

      Maxamar New Member

      Joined:
      Jul 25, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      can someone for the love of god tell me how to get on to the AHbuddy site? as the youtube video is a bit pointless if no one knows the address or how to even get on the thing. AHBuddy Site Tutorial= no addresss
       
    17. 9540321

      9540321 Member

      Joined:
      Apr 15, 2015
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      http://ahbuddy.googlecode.com/svn/trunk/,I can't download, do you have a ZIP?
       
    18. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
    19. 9540321

      9540321 Member

      Joined:
      Apr 15, 2015
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
    20. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
    Thread Status:
    Not open for further replies.

    Share This Page