Hi,
i just added this text in the xml file
<!--Leather-->
<If Condition="(bool)Settings["BuyLeather"] && (int)Me.Gold >= (int)Settings["MinimumBuyOutGold"]" IgnoreCanRun="True">
<CustomAction Code="Log(Color.Crimson,"AHBuddy: ",Color.BlanchedAlmond,"Scanning auctions for Leather to buy."
;" />
<!--Heavy Savage Leather-->
<If Condition="(int)Me.Gold >= (int)Settings["MinimumBuyOutGold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="56516" MaxBuyout="25g0s0c" Amount="300" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" Location="0, 0, 0" />
</If>
</If>
but the bot doesnt buy any heavy savage leather - can someone help me plz?
i just added this text in the xml file
<!--Leather-->
<If Condition="(bool)Settings["BuyLeather"] && (int)Me.Gold >= (int)Settings["MinimumBuyOutGold"]" IgnoreCanRun="True">
<CustomAction Code="Log(Color.Crimson,"AHBuddy: ",Color.BlanchedAlmond,"Scanning auctions for Leather to buy."

<!--Heavy Savage Leather-->
<If Condition="(int)Me.Gold >= (int)Settings["MinimumBuyOutGold"]" IgnoreCanRun="True">
<BuyItemFromAhAction ItemListType="Item" ItemID="56516" MaxBuyout="25g0s0c" Amount="300" BuyAdditively="False" AutoFindAh="True" BidOnItem="True" Location="0, 0, 0" />
</If>
</If>
but the bot doesnt buy any heavy savage leather - can someone help me plz?