Advertisement
Guest User

dad_does_lootfilter

a guest
Jul 29th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. #Jewels
  2. Show
  3. BaseType "Crimson Jewel" "Cobalt Jewel" "Viridian Jewel"
  4. SetBorderColor 74 0 160 200
  5. SetFontSize 50
  6.  
  7. Show
  8. Class "Maps" "Map Fragments"
  9.  
  10. #Divination Cards
  11. Show
  12. Class "Card"
  13. SetBorderColor 153 255 255
  14. SetFontSize 50
  15.  
  16. #Currency
  17. Show
  18. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  19. SetTextColor 196 182 149
  20. SetBorderColor 196 182 149
  21. SetFontSize 39
  22. PlayAlertSound 7 79
  23.  
  24. Show
  25. BaseType "Glassblower's Bauble" "Jeweller's Orb" "Chromatic Orb" "Orb of Transmutation" "Orb of Chance" "Orb of Alchemy" "Orb of Augmentation" "Orb of Alteration" "Chaos Orb" "Gemcutter's Prism" "Regal Orb" "Alchemy" "Vaal Orb" "Orb of Fusing" "Orb of Scouring" "Blessed Orb" "Cartographer's Chisel" "Orb of Regret" "Orb" "Scrap" "Whetstone"
  26. SetTextColor 201 174 135
  27. SetFontSize 36
  28. SetBorderColor 255 0 0
  29.  
  30. Show
  31. BaseType "Mirror of Kalandra"
  32. SetTextColor 0 0 0
  33. SetBackgroundColor 255 128 255
  34. SetBorderColor 0 0 0
  35. SetFontSize 42
  36. PlayAlertSound 8 79
  37.  
  38. #Quality Gems
  39. Show
  40. Quality >= 1
  41. Class "Gem"
  42. SetBackgroundColor 0 0 0
  43. SetBorderColor 0 128 128
  44.  
  45. Show
  46. BaseType "Empower" "Enlighten" "Enhance"
  47.  
  48. Show
  49. Class "Quest Items" "Map" "Currency" "Gems"
  50. BaseType "Sacrifice at"
  51.  
  52. Show
  53. Class "Fishing Rods"
  54. SetTextColor 255 128 255
  55. SetBorderColor 255 128 255
  56. SetFontSize 45
  57.  
  58. #6L
  59. Show
  60. LinkedSockets = 6
  61.  
  62. #Uniques
  63. Show
  64. Rarity = Unique
  65. SetFontSize 36
  66.  
  67. #Chromatic
  68. Show
  69. LinkedSockets >= 3
  70. SocketGroup "RGB"
  71. SetBackgroundColor 33 30 26
  72. SetBorderColor 128 119 99
  73.  
  74. #6s
  75. Show
  76. Sockets = 6
  77. LinkedSockets < 6
  78. SetBackgroundColor 33 30 26
  79. SetBorderColor 128 119 99
  80.  
  81. # Hide everything but rares
  82. Show
  83. Rarity >= Rare
  84. Hide
  85. Rarity < Rare
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement