View attachment 150759Forwarded problem with professionbuddy auction :
Hello,
I was trying to ah bot and the bot really has serious issues with PB:
1) It bids on already bidded auctions overbidding itself;
2) It skipps lots of auctions that I've made it to buy using BuyItemFromAhAction function.
I was using ahbuddy with only my own item id's changed and my mentioned issues occurred then I've thought that It was profile issues and tried to run only those parts that didn't work:
<?xml version="1.0" encoding="utf-8"?>
<Professionbuddy>
<!--Medium leather-->
<BuyItemFromAhAction ItemListType="Item" ItemID="2319" MaxBuyout="0g50s0c" Amount="40" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</Professionbuddy>
So as you see maxbuyout is 50 silver and yesterday I saw a stack of 20x for 1 gold to bid on and 100g to buyout but it skipped it without bidding then I've changed the maxbuyout to 1g20s0c and it still skipped it. This happens with more then half of the auctions as I was sitting and looking the bot scan ah. It also happened with:
<!--Volatile air-->
<BuyItemFromAhAction ItemListType="Item" ItemID="52328" MaxBuyout="0g50s0c" Amount="20" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
I remember there was 4x of volatile air with no buyout only to bid on 52 silver and it skipped it also.
Another thing is that it Bid on itself over and over when I've rescanned or stopped and started the bot again it always bid on itself increasing bid price this was the auction:
<!--Greater Nether essence-->
<BuyItemFromAhAction ItemListType="Item" ItemID="11175" MaxBuyout="3g0s0c" Amount="20" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
and the bid price was starting 1s and buyout 17g for 1x it always overbid itself despite the fact that it was always aready the high bidder.
First I was trying to run it with my own conditions and same happened but some buyout auctions it did buy:
<!--Knothide leather-->
<If Condition="(InbagCount(21887) + OnAhCount(21887)) < 400" >
<BuyItemFromAhAction ItemListType="Item" ItemID="21887" MaxBuyout="0g50s0c" Amount="400 - (InbagCount(21887) + InGBankCount(21887))" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</If>
It bought this successful I was using same conditions on all of my auctions then Zakanator told that this could be because of those conditions that won't work then I've changed to original ahbuddy with no conditions same think happened meaning conditions are working fine.
I think this is a serious issues with PB because I've read all the ahbuddy forum pages and I've saw couple of people telling this happened to them a year or two ago. I'm using latest HB version, tried fresh install clearing chache's and everything + HB portable and installable also datastore addon from ahbuddy forum and from curseforge (latest) also tried disabling all the addons except datastore - same problem.