nickwarior702
New Member
- Joined
- Feb 19, 2012
- Messages
- 15
Can someone please tell me how to when posting make it undercut the competition by a certain amount. All it does now is post everything for 0g 0s 0b? ty
<!--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="1g50s0c" Amount="2000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" />
</If>
<!--Kyparite-->
<If Condition="(int)Me.Gold >= (int)Settings["BuyOut Threshold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72093" MaxBuyout="1g50s0c" Amount="2000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" />
</If>
I must say im also interested in this. I used this script last summer, and all i needed to do is fire it up unmodified and i it would just undercut all the items that were on ah and post the others at crazy prices.Can someone please tell me how to when posting make it undercut the competition by a certain amount. All it does now is post everything for 0g 0s 0b? ty
my bot only place bid auctions, thats normal?