Chicken_Nugget

Chicken Nugget's PoE Item Filter

Jul 13th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. # CHICKEN NUGGET'S PoE ITEM FILTER
  2.  
  3. Show
  4. Class "Fishing Rods"
  5. SetTextColor 0 0 0
  6. SetBackgroundColor 255 255 255
  7. SetFontSize 45
  8. PlayAlertSound 5 300
  9.  
  10. Show
  11. BaseType "Albino Rhoa Feather"
  12. SetTextColor 0 0 0
  13. SetBackgroundColor 255 255 255
  14. SetFontSize 45
  15. PlayAlertSound 5 300
  16.  
  17. Show
  18. Class "Currency"
  19. BaseType "Scroll of Wisdom" "Portal Scroll"
  20.  
  21. Show
  22. Class "Currency"
  23. BaseType "Armourer's Scrap" "Blacksmith's Whetstone" "Glassblower's Bauble" "Chromatic Orb" "Jeweller's Orb" "Orb of Alteration" "Orb of Transmutation" "Orb of Chance" "Orb of Augmentation"
  24. SetBorderColor 170 158 130
  25.  
  26. Show
  27. Class "Currency"
  28. BaseType "Cartographer's Chisel" "Gemcutter's Prism" "Orb of Fusing" "Orb of Alchemy" "Regal Orb" "Chaos Orb" "Blessed Orb" "Orb of Scouring" "Orb of Regret" "Vaal Orb"
  29. SetTextColor 0 0 0
  30. SetBackgroundColor 170 158 130
  31. SetBorderColor 0 0 0
  32.  
  33. Show
  34. Class "Currency"
  35. BaseType "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb"
  36. SetTextColor 0 0 0
  37. SetBackgroundColor 210 0 220
  38. SetBorderColor 0 0 0
  39. SetFontSize 45
  40. PlayAlertSound 5 300
  41.  
  42. Show
  43. Class "Currency"
  44. SetTextColor 0 0 0
  45. SetBackgroundColor 255 0 0
  46. SetBorderColor 0 0 0
  47.  
  48. Show
  49. Rarity = Unique
  50. SetFontSize 40
  51.  
  52. Show
  53. Class "Maps" "Map Fragments"
  54.  
  55. Show
  56. Class "Quest Items"
  57.  
  58. Show
  59. Class "Jewel"
  60. SetBorderColor 50 230 100
  61.  
  62. Show
  63. Class "Divination Card"
  64. SetTextColor 184 218 242
  65. SetBorderColor 184 218 242
  66.  
  67. Show
  68. LinkedSockets = 6
  69. SetTextColor 0 0 0
  70. SetBackgroundColor 255 215 0
  71. SetFontSize 45
  72. PlayAlertSound 5 300
  73.  
  74. Show
  75. LinkedSockets = 5
  76. SetTextColor 0 0 0
  77. SetBackgroundColor 136 136 255
  78. SetFontSize 40
  79.  
  80. Show
  81. Sockets = 6
  82. SetTextColor 255 255 255
  83. SetBackgroundColor 128 128 128
  84.  
  85. Show
  86. SocketGroup "RGB"
  87. SetBorderColor 208 32 144
  88.  
  89. Show
  90. ItemLevel >= 75
  91. Rarity = Rare
  92. SetBorderColor 255 255 119 175
  93.  
  94. Show
  95. ItemLevel >= 60
  96. Rarity = Rare
  97. SetBorderColor 255 255 119 75
  98.  
  99. Show
  100. Class "Life Flasks"
  101. SetTextColor 255 192 203 125
  102. SetBackgroundColor 0 0 0 125
  103. SetBorderColor 255 0 3 100
  104. SetFontSize 22
  105.  
  106. Show
  107. Class "Mana Flasks"
  108. SetTextColor 255 192 203 125
  109. SetBackgroundColor 0 0 0 125
  110. SetBorderColor 0 0 255 100
  111. SetFontSize 22
  112.  
  113. Show
  114. Class "Hybrid Flasks"
  115. SetTextColor 255 192 203 125
  116. SetBackgroundColor 0 0 0 125
  117. SetBorderColor 255 0 255 100
  118. SetFontSize 22
  119.  
  120. Show
  121. Class "Utility Flasks"
  122. SetTextColor 255 192 203 125
  123. SetBackgroundColor 0 0 0 125
  124. SetBorderColor 0 255 0 100
  125. SetFontSize 22
  126.  
  127. Show
  128. Class "Gem"
  129. BaseType "Enlighten" "Empower" "Enhance" "Detonate Mines" "Portal"
  130. SetTextColor 0 0 0
  131. SetBackgroundColor 27 162 155
  132. SetBorderColor 0 0 0
  133. SetFontSize 40
  134.  
  135. Show
  136. Quality > 0
  137. Class "Gem"
  138. SetBorderColor 27 162 155
  139.  
  140. Show
  141. Class "Gem"
  142. BaseType "Vaal"
  143. SetBorderColor 210 0 0
  144.  
  145. Show
  146. Class "Gem"
  147. SetFontSize 22
  148.  
  149. Show
  150. Quality = 20
  151. Rarity = Normal
  152. SetBorderColor 170 158 130
  153.  
  154. Show
  155. Rarity = Normal
  156. Class "Amulets"
  157. BaseType "Agate Amulet"
  158.  
  159. Show
  160. Rarity = Rare
  161.  
  162. Show
  163. Rarity = Magic
  164. SetTextColor 136 136 255 125
  165. SetBackgroundColor 0 0 0 125
  166. SetFontSize 22
  167.  
  168. Show
  169. Rarity = Normal
  170. SetTextColor 200 200 200 125
  171. SetBackgroundColor 0 0 0 125
  172. SetFontSize 22
Advertisement
Add Comment
Please, Sign In to add comment