Code:
<Categories>
<Category ruleType="PickUp">
<!-- Pick up all rare4+ ilvl60 items -->
<ItemRule>
<StatRules>
<Rule quality="Rare4" stat="level" minValue="61" />
</StatRules>
</ItemRule>
<!-- Pick up rare jewelry regardless of stats or level. -->
<ItemRule itemBaseType="Jewelry" description="Rare jewelry">
<StatRules>
<Rule quality="Rare4" />
</StatRules>
</ItemRule>
<!-- Pick up gold, at least in stacks of 50 -->
<ItemRule itemName="Gold" stack="50" />
using this atm for keeping my stuff
can somebody edit this part of my lootrules so it will still pick up every lvl 61+ rare and legendary but will ONLY pick up lvl 63 if its a weapon ? is that possible ?






