Advertisement
Guest User

Serleth's Modified PA MF Loot Filter (Based off Thiole's)

a guest
Aug 12th, 2015
7,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. #------------------------------------------------------------------
  2. #Fishing Rods First OFC
  3. Show
  4. Class Fishing
  5. SetTextColor 0 0 0
  6. SetBorderColor 0 0 0
  7. SetBackgroundColor 255 102 102
  8.  
  9. #Shows better currency differently from lower currency for efficiency
  10. Show
  11. BaseType "Mirror of Kalandra" "Exalted Orb" "Orb of Regret" "Chaos Orb" "Eternal Orb" "Regal Orb" "Orb of Fusing" "Gemcutter's Prism" "Divine Orb" "Orb of Alchemy" "Vaal Orb" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb" "Orb of Scouring" "Orb of Chance" "Blessed Orb" "Cartographer's Chisel"
  12. SetTextColor 0 0 0
  13. SetBorderColor 0 0 0
  14. SetBackgroundColor 255 102 102
  15. PlayAlertSound 1 200
  16.  
  17. #Shows Lower CUrrency as Normal, Making sure currency is still shown so its not hidden by a Hide All
  18.  
  19. Show
  20. BaseType "Scroll of Wisdom" "Portal Scroll" "Blacksmith's Whetstone" "Armourer's Scrap" "Orb of Augmentation" "Orb of Transmutation"
  21.  
  22. Show
  23. Class Currency
  24.  
  25. Show
  26. Rarity Unique
  27. SetTextColor 0 0 0
  28. SetBorderColor 0 0 0
  29. SetBackgroundColor 175 100 40
  30.  
  31. Show
  32. Class "Divination Card"
  33. SetTextColor 0 0 0
  34. SetBorderColor 0 0 0
  35. SetBackgroundColor 255 102 102
  36. PlayAlertSound 1 200
  37.  
  38. ################RARES######################
  39.  
  40.  
  41. #Rares
  42.  
  43. Show
  44. Rarity Rare
  45. SetTextColor 0 0 0
  46. SetBorderColor 0 0 0
  47. SetBackgroundColor 153 153 0
  48.  
  49. Show
  50. LinkedSockets >= 5
  51. SetBorderColor 255 0 0
  52.  
  53. Show
  54. Sockets 6
  55. SetBorderColor 255 255 255
  56.  
  57. Show
  58. SocketGroup RGB
  59. SetTextColor 0 255 0
  60. SetBorderColor 0 255 0
  61.  
  62. Show
  63. LinkedSockets <= 3
  64. ItemLevel < 20
  65.  
  66. Show
  67. Class Gem
  68. Quality >= 1
  69. SetBorderColor 0 255 0
  70.  
  71. Show
  72. Class Gem
  73.  
  74. Show
  75. BaseType "Varnished Coat"
  76. Rarity Normal
  77. SetBorderColor 255 0 255
  78.  
  79. Show
  80. BaseType "Vaal Regalia" "Saintly Chainmail" "Murder Boots" "Titan Greaves" "Slink Boots" "Slink Gloves" "Titan Gauntlets" "Sorcerer Gloves" "Lion Pelt" "Hubris Circlet" "Carnal Armour" "Judgement Staff" "Harbinger Bow" "Imperial Claw" "Gemini Claw"
  81. Rarity >= Normal
  82.  
  83. #---------------------------------------Basetypes/Blah---------------------------------
  84.  
  85. Show
  86. Class Ring Amulet Belt
  87. ItemLevel >= 75
  88. Rarity Normal
  89. SetBorderColor 255 255 255
  90. SetBackgroundColor 10 14 255
  91. SetTextColor 207 207 25
  92.  
  93. Show
  94. Class Ring Amulet Belt
  95. ItemLevel >= 72
  96. Rarity Normal
  97. SetBorderColor 201 209 38
  98.  
  99. Show
  100. Class Jewel
  101. Rarity Magic
  102. SetBorderColor 255 255 255
  103.  
  104. Show
  105. Class Ring Amulet Belt Jewel
  106.  
  107. Show
  108. Class "Map Fragments" "Maps"
  109. SetTextColor 0 0 0
  110. SetBorderColor 0 0 0
  111. SetBackgroundColor 255 255 255
  112. PlayAlertSound 5 250
  113.  
  114. Show
  115. BaseType "Small Life Flask"
  116. ItemLevel < 12
  117.  
  118. Show
  119. BaseType "Medium Life Flask"
  120. ItemLevel < 19
  121.  
  122. Show
  123. BaseType "Large Life Flask"
  124. ItemLevel < 20
  125.  
  126. Show
  127. BaseType "Greater Life Flask"
  128. ItemLevel < 24
  129.  
  130. Show
  131. BaseType "Grand Life Flask"
  132. ItemLevel < 30
  133.  
  134. Show
  135. BaseType "Giant Life Flask"
  136. ItemLevel < 38
  137.  
  138. Show
  139. BaseType "Colossal Life Flask"
  140. ItemLevel < 41
  141.  
  142. Show
  143. BaseType "Sacred Life Flask"
  144. ItemLevel < 49
  145.  
  146. Show
  147. Class Flask
  148. Quality > 10
  149.  
  150. Show
  151. BaseType "Hallowed Life Flask" "Sanctified Life Flask" "Divine Life Flask" "Eternal Life Flask"
  152. Quality > 10
  153.  
  154. Show
  155. Class Utility Flask
  156.  
  157. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement