I've been trying out this profile because I'd love to automate my AH work but I'm having some issues. I've set my AHBuddy.xml to the following:
<!--Ore/Stone-->
<!--Kyparite-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72093" MinBuyout="3g0s0c" MaxBuyout="5g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--Black Trillium Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72094" MinBuyout="13g50s0c" MaxBuyout="25g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--White Trillium Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72103" MinBuyout="13g0s0c" MaxBuyout="25g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
<!--Ghost Iron Ore-->
<SellItemOnAhAction UseCategory="True" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="3g25s0c" MaxBuyout="5g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="30" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" />
When I run the bot it posts Ghost Iron Ore, and Kyparite just fine but it post the black and white trillium way too low. This is the copied version of what is says in log:
AHBuddy: Checking for new mail.
PB 1.617: Mail retrieval of items:AllItems finished
AHBuddy: Checking for undercut auctions.
AHBuddy: Posting items to the AH.
PB 1.617: Selling White Trillium Ore for 5g0s0c. Competition is at 14g0s0c
PB 1.617: Selling Blood Spirit for 3g0s0c. Competition is at 2g0s0c
PB 1.617: Selling Black Trillium Ore for 5g0s0c. Competition is at 13g0s0c
PB 1.617: Selling Kyparite for 3g0s0c. Competition is at 2g99s98c
Why is it selling the trillium for such a low price when the lowest competitor is so much higher? I have screen shots if it helps but any thoughts on what I'm doing wrong?