Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <ItemRules name="Gold Farm" useRoundedValues="true">
- <!-- Pure gold and legendary+ pickup -->
- <Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
- <Categories>
- <Category ruleType="PickUp">
- <!-- Pick up all Legendary+ items -->
- <ItemRule>
- <StatRules>
- <Rule quality="Legendary+" />
- </StatRules>
- </ItemRule>
- <!-- Pick up gold, at least in stacks of 10 -->
- <ItemRule itemName="Gold" stack="10" />
- <!-- Note: picks up NO pages and tomes, blacksmithing/jewelcrafting, NO Gems and NO Health potions -->
- </Category>
- <Category ruleType="Keep">
- <ItemRule ruleType="Keep" description="Legendary and better (Set)">
- <StatRules>
- <Rule quality="Legendary+" />
- </StatRules>
- </ItemRule>
- </Category>
- <Category ruleType="Sell">
- <ItemRule description="Sell Everything">
- <StatRules>
- <Rule quality="Magic1" />
- </StatRules>
- </ItemRule>
- </Category>
- </Categories>
- </ItemRules>
Advertisement
Add Comment
Please, Sign In to add comment