I have a question.. i want to know if the AHBuddy can buy all auctions under my price and resell it with my price.. e.g. i want to sell my ghost iron ores for 2g and the AHBuddy buys all under 2g -> go to mail -> sell for 2g in AH. and this like all 10 mins. Sorry i can't good explain what i mean
Short answer: Yes.
Long answer: Yes, but if you constantly buy all the listings and re-list at a higher price you'll likely be hit with a market abuse ban.
Note:
This will buy up to 1000 (
Amount) for a maximum of 1g99s99c (
MaxBuyout) each.
<!--Ghost Iron Ore-->
<BuyItemFromAhAction ItemListType="Item" ItemID="72092" MaxBuyout="1g99s99c" Amount="1000" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" />
Note:
This will sell 100 (
Amount) stacks of 20 (
StackSize) for a minimum of 2g0s0c (
MinBuyout)and a maximum of 3g0s0c (
MaxBuyout).
<!--Ghost Iron Ore-->
<SellItemOnAhAction UseCategory="False" RunTime="_12_Hours" AmountType="Amount" ItemID="72092" MinBuyout="2g0s0c" MaxBuyout="3g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="100" BidPrecent="100" UndercutPrecent="0.0001" AutoFindAh="True" PostPartialStacks="True" PostIfBelowMinBuyout="True" />
The catch:
1. Each time you list something it costs you.
2. Each time you sell something the AH takes a cut, which I believe is 5%. So if you buy 10 stacks of 20 GIO for 1g90s0c each (380g total) and sell them for 2g0s0c each (400g total) the AH will take 20g of that 400g. Once you consider point one, you haven't even broken even. So you'll want to limit the
MaxBuyout of your buying line or increase the
MinBuyout of your selling mine to where there is a difference that will cover AH sale fees, several re-listing fees and also how much profit you want to make.
3. Ten minute cycles will have you player reported a lot. Which will lead to a ban.
4. You could also be auto-suspended/banned for abuse of economy.
5. And most importantly this has been covered many, many times throughout the life of this thread.
If you want to have success with AHBuddy I suggest you go to page one and start reading.