Chicken_Nugget

Chicken Nugget's PoE Item Filter Hiding

Aug 21st, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. # CHICKEN NUGGET'S PoE ITEM FILTER HIDING
  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 "Gem"
  101. BaseType "Enlighten" "Empower" "Enhance" "Detonate Mines" "Portal"
  102. SetTextColor 0 0 0
  103. SetBackgroundColor 27 162 155
  104. SetBorderColor 0 0 0
  105. SetFontSize 40
  106.  
  107. Show
  108. Quality > 0
  109. Class "Gem"
  110. SetBorderColor 27 162 155
  111.  
  112. Show
  113. Class "Gem"
  114. BaseType "Vaal"
  115. SetBorderColor 210 0 0
  116.  
  117. Hide
  118. Class "Gem"
  119.  
  120. Show
  121. Quality = 20
  122. Rarity = Normal
  123. SetBorderColor 170 158 130
  124.  
  125. Show
  126. Rarity = Normal
  127. Class "Amulets"
  128. BaseType "Agate Amulet"
  129.  
  130. Show
  131. Rarity = Rare
  132.  
  133. Hide
  134. Rarity = Magic
  135.  
  136. Hide
  137. Rarity = Normal
Advertisement
Add Comment
Please, Sign In to add comment