Hello @ All,
today i started to make a Profile to Buy Mats for my Profession. But the Profile won't work - can you tell me why?
Here it is:
today i started to make a Profile to Buy Mats for my Profession. But the Profile won't work - can you tell me why?
Here it is:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<Professionbuddy>
<If Condition="Me.FreeNormalBagSlots <= 2" IgnoreCanRun="True">
<SellItemOnAhAction Category="Consumable" SubCategoryType="SubCategoryType" SubCategory="None" UseCategory="True" RunTime="_24_Hours" AmountType="Everything" ItemID="0" MinBuyout="0g10s0c" MaxBuyout="100g0s0c" StackSize="20" IgnoreStackSizeBelow="1" Amount="10" BidPrecent="95" UndercutPrecent="0.0001" AutoFindAh="True" PostIfBelowMinBuyout="True" Location="0, 0, 0" />
</If>
<If Condition="InbagCount(39502) < 20" IgnoreCanRun="True">
<BuyItemAction NpcEntry="28723" Location="5863.787,709.321,643.248" ItemID="39502" BuyItemType="SpecificItem" Count="120" BuyAdditively="True" />
<WaitAction Condition="false" Timeout="2000" />
</If>
<If Condition="InbagCount(30817) < 20" IgnoreCanRun="True">
<BuyItemAction NpcEntry="31031" Location="5,854.18,472.54,639.79" ItemID="30817" BuyItemType="SpecificItem" Count="120" BuyAdditively="True" />
</If>
<If Condition="HasNewMail || MailCount > 0" IgnoreCanRun="True">
<GetMailAction GetMailType="AllItems" ItemID="0" CheckNewMail="True" MinFreeBagSlots="2" AutoFindMailBox="True" Location="0, 0, 0" />
<WaitAction Condition="false" Timeout="2000" />
</If>
</Professionbuddy>