What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Professionbuddy] AHBuddy - Full Auction House Bot

Status
Not open for further replies.
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:

[03:16:32.239 D] [AHBUDDY DEBUG] Current Zone: Orgrimmar - Valley of Strength (1637)
[03:16:32.239 N] For automatic prices and web based profile editor PM me on the buddy forum
[03:16:32.239 N] http://www.thebuddyforum.com/private.php?do=newpm&u=122483
[03:16:33.492 N] AHBuddy: Posting items to the AH.
[03:16:34.970 N] AHBuddy: Posting items to the AH.
[03:16:36.489 N] AHBuddy: Posting items to the AH.
[03:16:37.962 N] AHBuddy: Posting items to the AH.
[03:16:39.460 N] AHBuddy: Posting items to the AH.
[03:16:41.004 N] AHBuddy: Posting items to the AH.
[03:16:42.500 N] AHBuddy: Posting items to the AH.
[03:16:43.972 N] AHBuddy: Posting items to the AH.
[03:16:45.552 N] AHBuddy: Posting items to the AH.
[03:16:47.092 N] AHBuddy: Posting items to the AH.
[03:16:48.598 N] AHBuddy: Posting items to the AH.
[03:16:50.080 N] AHBuddy: Posting items to the AH.
[03:16:51.622 N] AHBuddy: Posting items to the AH.
[03:16:53.173 N] AHBuddy: Posting items to the AH.
[03:16:54.749 N] AHBuddy: Posting items to the AH.
[03:16:56.221 N] AHBuddy: Posting items to the AH.
[03:16:57.708 N] AHBuddy: Posting items to the AH.
[03:16:59.324 N] AHBuddy: Posting items to the AH.
[03:17:00.844 N] AHBuddy: Posting items to the AH.
[03:17:02.403 N] AHBuddy: Posting items to the AH.
[03:17:03.970 N] AHBuddy: Posting items to the AH.
[03:17:05.427 N] AHBuddy: Posting items to the AH.
[03:17:06.984 N] AHBuddy: Posting items to the AH.
[03:17:07.346 N] Stopping the bot!
[03:17:07.346 Q] Bot stopping! Reason: User pressed the stop button
[03:17:07.614 D] PB: Stop Called
[03:17:07.651 N] AHBuddy: Gold earnt this session: 0c
 
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.
 
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.

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:
ref: [post=529316] How to manually setup AHBuddy[/post]

Kind Regards,

Police
 
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:
ref: [post=529316] How to manually setup AHBuddy[/post]

Kind Regards,

Police

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?
 
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["Cancel Undercut Auctions"]" IgnoreCanRun="True">
      <Custom Code="AHBuddyLog("Checking for undercut auctions.");" />
      <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?

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

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
 
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.
 
Is this a viable way to make money botting, playing the market? Or is it more for managing pr-existing auctions?
 
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:
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
 
Status
Not open for further replies.
Back
Top