Chicken_Nugget

Chicken Nugget's PoE Item Filter for Leveling

Jul 13th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. # CHICKEN NUGGET'S PoE ITEM FILTER FOR LEVELING
  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 1 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
  102. SetBorderColor 255 0 3 100
  103. SetFontSize 25
  104.  
  105. Show
  106. Class "Mana Flasks"
  107. SetTextColor 255 192 203
  108. SetBorderColor 0 0 255 100
  109. SetFontSize 25
  110.  
  111. Show
  112. Class "Hybrid Flasks"
  113. SetTextColor 255 192 203
  114. SetBorderColor 255 0 255 100
  115. SetFontSize 25
  116.  
  117. Show
  118. Class "Utility Flasks"
  119. SetTextColor 255 192 203
  120. SetBorderColor 0 255 0 100
  121. SetFontSize 25
  122.  
  123. Show
  124. Class "Gem"
  125. BaseType "Enlighten" "Empower" "Enhance" "Detonate Mines" "Portal"
  126. SetTextColor 0 0 0
  127. SetBackgroundColor 27 162 155
  128. SetBorderColor 0 0 0
  129. SetFontSize 40
  130.  
  131. Show
  132. Quality > 0
  133. Class "Gem"
  134. SetBorderColor 27 162 155
  135.  
  136. Show
  137. Class "Gem"
  138. BaseType "Vaal"
  139. SetBorderColor 210 0 0
  140.  
  141. Show
  142. Class "Gem"
  143.  
  144. Show
  145. Quality = 20
  146. Rarity = Normal
  147. SetBorderColor 170 158 130
  148.  
  149. Show
  150. Rarity = Normal
  151. Class "Amulets"
  152. BaseType "Agate Amulet"
  153.  
  154. Show
  155. Rarity = Rare
  156.  
  157. Show
  158. Rarity = Magic
  159. SetFontSize 25
  160.  
  161. Show
  162. Rarity = Normal
  163. SetFontSize 25
Advertisement
Add Comment
Please, Sign In to add comment