stillill666
New Member
- Joined
- Jan 20, 2013
- Messages
- 31
it just keeps buying all my stuff back 

Please help it just keeps posting to AH then it buys right back spending all my gold.
And you only had 23g or something?AHBuddy: Requires atleast 1000 Gold to buy from the auction house.
<!--Cobalt Ore-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="36909" MinBuyout="0g0s0c" MaxBuyout="0g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="20" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="False" />
<!--Ore-->
<If Condition="(bool)Settings["BuyOre"] && (int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<CustomAction Code="Log(Colors.Crimson,"AHBuddy: ",Colors.BlanchedAlmond,"Scanning auctions for Ore to buy.");" />
<!--Ghost Iron Ore-->
<If Condition="(int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72092" MaxBuyout="0g0s0c" Amount="600" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</If>
<!--Kyparite-->
<If Condition="(int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72093" MaxBuyout="0g0s0c" Amount="2000" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</If>
<!--Black Trillium Ore-->
<If Condition="(int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72094" MaxBuyout="0g0s0c" Amount="600" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</If>
<!--White Trillium Ore-->
<If Condition="(int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72103" MaxBuyout="0g0s0c" Amount="600" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</If>
</If>
<!--Cobalt Ore-->
<If Condition="(int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="36909" MaxBuyout="0g0s0c" Amount="600" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
</If>
What 'bot' do I start this as? I've tried Quest and Gatherbuddy and neither work.
Yeah... I feel like an idiot but completely overlooked that. I got it now though - thanks.I believe you'll want ProfessionBuddy.
Its not posting the ore now...
PB 1.540: Skipping Cobalt Ore since lowest buyout:2g45s0c is below my MinBuyout:3g0s0c
So should I set my min to 2g45s0c?
I Dont get this it just keeps posting then canceling. this is what I have it set to..
these are items that I farmed so I wont be losing anything. can you just use my example and put what you would put the min and max?
SO I basically need to set the min to slightly under the min of what other people are selling it for?
but if I set it wrong it just cancels the auctions and restarts them wasting even more gold.