Hello. My Ahbot profile sometimes works fine, but sometimes sells at max buyout price, while there are items at ah below that price. Anyone got the solution for this problem? String from profile for fjarnskaggl for example: <SellItemOnAH Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_12_Hours" AmountType="Everything" ItemID="124104" MinBuyout="20g0s0c" MaxBuyout="100g0s0c" StackSize="200" IgnoreStackSizeBelow="200" Amount="100" BidPrecent="95" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="False" Location="0, 0, 0" /> <!--Fjarnskaggl--> And what is "Amount" field? It says in log: [10:36:44.835 V] PB Debug - Sell Item To AH @line:25: Lowest Buyout on AH: 429496g72s95c, My Minimum Buyout: 50g0s0c This amount 429496g72s95c is the same for all auctions he posted at max price. Btw 4294967296=2^32
Maybe it's the " IgnoreStackSizeBelow="200"", it tells PB to ignore all stacks that are below the given number while calculating the price. If there are no stacks with 200 posted on AH, PB assumes there is nothing on AH and uses the highest price possible. Amount tells PB how many stacks to post.
If there lags happen, bot cant check proper whole items list, and think there none posted at all, so its posting at max price. Had this issue few times.
Good news! Found another bug in sellitemtoah: if you look for item at AH and find something that cost more than int32 (249k gold), it will refresh that AH page forever. Full log (search for "int32" to find that error):
Hello sorry for hijacking this thread, I seem to still have the same issue as OP. Lmk if you would like me to make another thread + log, but I was wondering if Highvoltz did fix it? I have added a zip with logs if you are interested: Search for "We have at least something to put on AH, kicking in AH routine" for the start of the PB profile or "AHBot: Made by HighVoltz"
Hello, thanks for checking. What am I doing wrong? This is new PC btw, after seeing your post, I literally tried it again and got the same problem. Profile I use I have attached, picture of AH with addon showing item at price (addon disabled when running HB of course!) and logs of profile running at ignore stacksize below [number] I can recreate problem on any account/char. PB seems to ignore/overflow error when items on AH are above a certain stack size (I think 100, but there wasn't a 100 stack on AH) for me? Search "Searching AH for Starlight Rose" for start of profile please. Thank you.
A bug was found that prevented last page in AH query from getting scanned when there are multiple pages. This bug will be fixed in next HB release.