Guest User

Best Filter for Path of Exile

a guest
Jan 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. #================================================================
  2.  
  3. #Topoviy Filter Dlya Path of Exile /poeg/ only
  4. #Version 0.4
  5.  
  6. #================================================================
  7. #Currency
  8.  
  9. Show
  10. BaseType "Mirror of Kalandra" "Eternal Orb"
  11. SetTextColor 175 96 37
  12. SetBorderColor 175 96 37
  13. SetFontSize 42
  14. PlayAlertSound 7 300
  15.  
  16. Show
  17. BaseType "Exalted Orb" "Divine Orb"
  18. SetTextColor 255 215 0
  19. SetBorderColor 255 215 0
  20. SetFontSize 40
  21. PlayAlertSound 7 200
  22.  
  23. Show
  24. BaseType "Orb of Regret" "Orb of Scouring"
  25. SetTextColor 255 255 255
  26. SetBorderColor 255 255 255
  27. SetFontSize 35
  28.  
  29. Show
  30. BaseType "Vaal Orb" "Chaos Orb" "Regal Orb" "Blessed Orb" "Orb of Alchemy"
  31. SetTextColor 255 215 0
  32. SetBorderColor 255 215 0
  33. SetFontSize 35
  34.  
  35. Show
  36. BaseType "Jeweller's Orb" "Orb of Fusing"
  37. SetFontSize 32
  38. SetTextColor 208 32 144
  39. SetBorderColor 208 32 144
  40.  
  41. Show
  42. BaseType "Chromatic Orb"
  43. SetFontSize 32
  44. SetTextColor 255 192 203
  45. SetBorderColor 255 192 203
  46.  
  47. Show
  48. BaseType "Glassblower's Bauble" "Cartographer's Chisel" "Gemcutter's Prism"
  49. SetTextColor 210 0 0
  50. SetBorderColor 210 0 0
  51. SetFontSize 35
  52.  
  53. Show
  54. BaseType "Armourer's Scrap" "Blacksmith's Whetstone"
  55. SetFontSize 32
  56. SetTextColor 210 0 0
  57.  
  58. Show
  59. BaseType "Orb of Alteration" "Orb of Transmutation" "Orb of Augmentation" "Orb of Chance"
  60. SetFontSize 32
  61.  
  62. Show
  63. BaseType "Portal Scroll" "Scroll of Wisdom"
  64. SetFontSize 30
  65.  
  66. Show
  67. BaseType "Scroll Fragment" "Alteration Shard" "Transmutation Shard" "Alchemy Shard"
  68. SetFontSize 26
  69.  
  70. #================================================================
  71. #Items
  72.  
  73. Show
  74. Rarity >= Rare
  75.  
  76. Show
  77. Rarity Unique
  78. SetBorderColor 175 96 37
  79. SetFontSize 38
  80.  
  81. Show
  82. Sockets 6
  83. SetBorderColor 255 255 119
  84. SetFontSize 35
  85.  
  86. Show
  87. LinkedSockets >= 5
  88. SetFontSize 40
  89. SetBorderColor 255 255 119
  90. PlayAlertSound 4 200
  91.  
  92. Show
  93. SocketGroup RGB
  94.  
  95. Show
  96. Class "Daggers" "Wands" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Staves" "Two Hand Swords" "Two Hand Axes" "Two Hand Maces" "Gloves" "Boots" "Body Armours" "Helmets" "Shields" "Sceptres"
  97. Quality = 20
  98.  
  99. #================================================================
  100. #Flasks
  101.  
  102. Show
  103. BaseType "Flask"
  104. Quality = 20
  105. SetFontSize 38
  106. SetTextColor 170 230 230
  107. SetBorderColor 170 230 230
  108.  
  109. Show
  110. BaseType "Flask"
  111. Quality >= 1
  112. SetFontSize 30
  113. SetTextColor 170 230 230
  114.  
  115. Show
  116. BaseType "Flask"
  117. Rarity Magic
  118. SetFontSize 26
  119. SetTextColor 170 230 230
  120.  
  121. #================================================================
  122. #Gems
  123.  
  124. Show
  125. Class "Gem"
  126. BaseType "Empower" "Enhance" "Enlighten" "Portal"
  127. SetFontSize 40
  128. SetTextColor 128 254 128
  129. SetBorderColor 128 254 128
  130. PlayAlertSound 4 300
  131.  
  132. Show
  133. Class "Gem"
  134. Quality = 0
  135. SetTextColor 128 254 128
  136. SetFontSize 30
  137.  
  138. Show
  139. Class "Gem"
  140. Quality >= 1
  141. SetTextColor 128 254 128
  142. SetBorderColor 128 254 128
  143. SetFontSize 38
  144.  
  145. #================================================================
  146. #Other
  147.  
  148. Show
  149. Class Jewel
  150.  
  151. Show
  152. Class Map
  153. SetFontSize 40
  154. SetTextColor 192 128 254
  155. SetBorderColor 192 128 254
  156. PlayAlertSound 4 300
  157.  
  158. Show
  159. Class Currency
  160.  
  161. Show
  162. Class Divination Card
  163. SetTextColor 128 254 128
  164. SetBorderColor 128 254 128
  165. SetFontSize 35
  166.  
  167. Show
  168. Class Fishing Rods
  169.  
  170. Show
  171. Class Quest Items
  172.  
  173. Hide
  174.  
  175. #================================================================
Advertisement
Add Comment
Please, Sign In to add comment