<Category ruleType="PickUp">
<!-- Pick up all Legendyary items -->
<ItemRule>
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
<Category ruleType="Keep">
<ItemRule ruleType="Keep" description="Legendaries and better">
<StatRules>
<Rule quality="Legendary" />
</StatRules>
</ItemRule>
</Category>
<Category ruleType="Sell">
<ItemRule description="Sell Everything">
<StatRules>
<Rule quality="Magic1" />
</StatRules>
</ItemRule>
</Category>
I prefer to just not pickup any of the garbage if i'm just going to sell it:
PHP:<Category ruleType="PickUp"> <!-- Pick up all Legendyary items --> <ItemRule> <StatRules> <Rule quality="Legendary" /> </StatRules> </ItemRule> </Category> <Category ruleType="Keep"> <ItemRule ruleType="Keep" description="Legendaries and better"> <StatRules> <Rule quality="Legendary" /> </StatRules> </ItemRule> </Category> <Category ruleType="Sell"> <ItemRule description="Sell Everything"> <StatRules> <Rule quality="Magic1" /> </StatRules> </ItemRule> </Category>
Here you go. For clarification; this picks up everything and sells everything except legendaries. pots gems and books aren't sold.
Here you go. For clarification; this picks up everything and sells everything except legendaries. pots gems and books aren't sold.






