TreeK
New Member
- Joined
- Jul 10, 2012
- Messages
- 170
BuyItemFromAhAction Not Buying Item From AH
I've seen several PB related issues raised, but do not think I have seen anyone mention a problem with buying from the AH. So, here it goes...
Using code like the following - with inflated prices to assure that there are auctions that meet the criteria and should be bought - PB is not purchasing anything from the Auction House.
The Log:
View attachment AHBuyLog.txt
I've seen several PB related issues raised, but do not think I have seen anyone mention a problem with buying from the AH. So, here it goes...
Using code like the following - with inflated prices to assure that there are auctions that meet the criteria and should be bought - PB is not purchasing anything from the Auction House.
Code:
<While Condition="true" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="72092" MaxBuyout="40g50s0c" Amount="6000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0"/>
<BuyItemFromAhAction ItemListType="Item" ItemID="72234" MaxBuyout="40g50s0c" Amount="6000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0"/>
<BuyItemFromAhAction ItemListType="Item" ItemID="79010" MaxBuyout="40g50s0c" Amount="6000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0"/>
<BuyItemFromAhAction ItemListType="Item" ItemID="72235" MaxBuyout="40g50s0c" Amount="6000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0"/>
<BuyItemFromAhAction ItemListType="Item" ItemID="72238" MaxBuyout="125g00s0c" Amount="6000" BuyAdditively="False" AutoFindAh="True" BidOnItem="False" Location="0, 0, 0"/>
<CustomAction Code="Log (Colors.Orange," Waiting 1 minute ");" />
<WaitAction Condition="false" Timeout="60000" />
</While>
The Log:
View attachment AHBuyLog.txt