MJag

Goldfarm Settings

Jun 12th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <ItemRules name="Gold Farm" useRoundedValues="true">
  4. <!-- Pure gold and legendary+ pickup -->
  5. <Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
  6.  
  7. <Categories>
  8.  
  9. <Category ruleType="PickUp">
  10. <!-- Pick up all Legendary+ items -->
  11. <ItemRule>
  12. <StatRules>
  13. <Rule quality="Legendary+" />
  14. </StatRules>
  15. </ItemRule>
  16.  
  17. <!-- Pick up gold, at least in stacks of 10 -->
  18. <ItemRule itemName="Gold" stack="10" />
  19.  
  20. <!-- Note: picks up NO pages and tomes, blacksmithing/jewelcrafting, NO Gems and NO Health potions -->
  21. </Category>
  22.  
  23.  
  24. <Category ruleType="Keep">
  25. <ItemRule ruleType="Keep" description="Legendary and better (Set)">
  26. <StatRules>
  27. <Rule quality="Legendary+" />
  28. </StatRules>
  29. </ItemRule>
  30. </Category>
  31.  
  32.  
  33. <Category ruleType="Sell">
  34. <ItemRule description="Sell Everything">
  35. <StatRules>
  36. <Rule quality="Magic1" />
  37. </StatRules>
  38. </ItemRule>
  39. </Category>
  40.  
  41. </Categories>
  42. </ItemRules>
Advertisement
Add Comment
Please, Sign In to add comment