I have a problem with selling.
Even if it buys cloth for example and I have set the selling prices,
it never goes into posting OR skipping those items.
For example,
PB: Skipping Ghost Iron Ore since lowest buyout:1g5s0c is below my MinBuyout:1g45s0c
PB: Skipping Spirit Dust since lowest buyout:0g75s0c is below my MinBuyout:1g24s0c
AHBuddy: Checking for undercut auctions.
After those 2, it jumps to checking for undercuts... any ideas why?
The strings are like this, so unless I am blind, what is the problem?
PHP:
<!--Ghost Iron Ore-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="1g45s0c" MaxBuyout="9g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />
<!--Silk Cloth-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="4306" MinBuyout="1g70s0c" MaxBuyout="4g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="False" PostIfBelowMinBuyout="False" />
Also, another problem, it sells stacks of 1 and 3, instead of 5 with this string
PHP:
<!--Mysterious Essence-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="74250" MinBuyout="7g00s0c" MaxBuyout="20g0s0c" StackSize="5" IgnoreStackSizeBelow="5" Amount="10" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="False" />
Full confing maybe it helps
View attachment 141181