2days ago my bot is getting white items and i touched nothinh..
this is the itemrules
<?xml version="1.0" encoding="utf-8" ?>
<!--
Set your bot settings and allow at least one page to deposit looted items.
Otherwise bot will just stand front of stash and do nothing.
-->
<ItemRules name="Roscopower's Loot Rules" useRoundedValues="true">
<Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
<Categories>
<Category ruleType="PickUp">
<!-- Pick up rare4+ ilvl63 items -->
<ItemRule>
<StatRules>
<Rule quality="Rare4" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<!-- Pick up ?????, at least in stacks of 200 -->
<ItemRule itemName="?????" stack="250" />
<!-- Pick up designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="Plan:*" stack="1" />
<ItemRule itemName="Design:*" stack="1" />
</Category>
<Category ruleType="Keep">
<!-- Keep rare gear regardless of stats level 63+. -->
<ItemRule ruleType="Keep" description="Rare Gear">
<StatRules>
<Rule quality="Rare4" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<!-- Keep designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="Plan:*" />
<ItemRule itemName="Design:*" />
<!-- Keep legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Legendary">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
</Categories>
</ItemRules>
any idea?
this is the itemrules
<?xml version="1.0" encoding="utf-8" ?>
<!--
Set your bot settings and allow at least one page to deposit looted items.
Otherwise bot will just stand front of stash and do nothing.
-->
<ItemRules name="Roscopower's Loot Rules" useRoundedValues="true">
<Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
<Categories>
<Category ruleType="PickUp">
<!-- Pick up rare4+ ilvl63 items -->
<ItemRule>
<StatRules>
<Rule quality="Rare4" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<!-- Pick up ?????, at least in stacks of 200 -->
<ItemRule itemName="?????" stack="250" />
<!-- Pick up designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="Plan:*" stack="1" />
<ItemRule itemName="Design:*" stack="1" />
</Category>
<Category ruleType="Keep">
<!-- Keep rare gear regardless of stats level 63+. -->
<ItemRule ruleType="Keep" description="Rare Gear">
<StatRules>
<Rule quality="Rare4" stat="level" minValue="63" />
</StatRules>
</ItemRule>
<!-- Keep designs and plans, blacksmithing/jewelcrafting -->
<ItemRule itemName="Plan:*" />
<ItemRule itemName="Design:*" />
<!-- Keep legendaries, regardless of stats. -->
<ItemRule ruleType="Keep" description="Legendary">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
</Categories>
</ItemRules>
any idea?






