Advertisement
Guest User

EclipseFilter

a guest
Sep 4th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. # EclipseTech Filter v1.6 (9/2/2015) (Updated for PoE v2.0.3)
  2. # How to use:
  3. # 1) Download and save as <name>.filter where <name> is the name you want to give the filter
  4. # 2) Place it in your C:\Users\<username>\Documents\My Games\Path of Exile folder
  5. # 3) Boot up the game (Can already be on)
  6. # 4) Go to options > UI
  7. # 5) Scroll to bottom and specify the script you want
  8. #
  9. # Optional:
  10. # 1) Edit filter - Look up section "Chance items" and add or remove the items you like to chance
  11. # (You can use any text editor, I use Notepad++ if I'm on Windows)
  12. ###############################################################
  13. # => Currency
  14. ###############################################################
  15. Show
  16. BaseType "Mirror of Kalandra" "Exalted Orb" "Divine Orb" "Eternal Orb" "Albino Rhoa Feather"
  17. SetFontSize 42
  18. SetTextColor 0 0 0
  19. SetBorderColor 0 0 0
  20. SetBackgroundColor 170 158 100
  21. PlayAlertSound 6 300
  22.  
  23. Show
  24. BaseType "Gemcutter's Prism" "Chaos Orb" "Orb of Regret" "Regal Orb"
  25. SetFontSize 38
  26. SetTextColor 0 0 0
  27. SetBorderColor 0 0 0
  28. SetBackgroundColor 170 158 120
  29. PlayAlertSound 8 300
  30.  
  31. Show
  32. BaseType "Orb of Fusing" "Orb of Alchemy" "Vaal Orb"
  33. SetBorderColor 170 158 120
  34. PlayAlertSound 2 300
  35.  
  36. Show
  37. BaseType "Orb of Alteration" "Jeweller's Orb" "Cartographer's Chisel" "Chromatic Orb" "Blessed Orb" "Orb of Scouring" "Orb of Chance"
  38. SetBorderColor 170 158 120
  39.  
  40. Show
  41. Class "Card" "Divination Card"
  42. SetBorderColor 153 255 255
  43. SetFontSize 42
  44. PlayAlertSound 1 300
  45.  
  46. Show
  47. Class Currency
  48.  
  49.  
  50. ###############################################################
  51. # => Chance items and other white items to pick up
  52. ###############################################################
  53. # Edit this section to specify the normal rarity items you want to pick up and chance orb
  54. #"Spine Bow" "Prophecy Wand" "Judgement Staff" "Amethyst Ring" "Occultist's Vestment"
  55. Show
  56. BaseType "Sacrificial Garb" "Agate Amulet"
  57. ItemLevel > 55
  58. Rarity Normal
  59. SetBorderColor 175 96 37
  60.  
  61.  
  62. ###############################################################
  63. # => Fishing Rods
  64. ###############################################################
  65. Show
  66. Class "Fishing Rods"
  67. SetTextColor 0 255 0
  68. SetBorderColor 0 255 0
  69. SetFontSize 42
  70. PlayAlertSound 1 300
  71.  
  72.  
  73. ###############################################################
  74. # => Links/Sockets
  75. ###############################################################
  76. Show
  77. Sockets 6
  78. SetBorderColor 0 255 0
  79. PlayAlertSound 2 300
  80.  
  81. Show
  82. LinkedSockets 6
  83. SetBorderColor 0 255 0
  84. PlayAlertSound 7 300
  85.  
  86. Show
  87. LinkedSockets >= 5
  88. SetBorderColor 170 158 110
  89.  
  90. # Chromatic orb recipe 2x2 size
  91. Show
  92. SocketGroup RGB
  93. SetBorderColor 0 255 0
  94. Height 2
  95. Width 2
  96.  
  97. # Chromatic orb recipe 3x1 size
  98. Show
  99. SocketGroup RGB
  100. SetBorderColor 0 255 0
  101. Height 3
  102. Width 1
  103.  
  104. # Chromatic orb recipe of 3x2 and 4x2 large items
  105. #Show
  106. # SocketGroup RGB
  107. # SetBorderColor 0 255 0
  108.  
  109.  
  110. ###############################################################
  111. # => Gems
  112. ###############################################################
  113. Show
  114. Class Gem
  115. BaseType "Portal" "Empower" "Enlighten" "Enhance"
  116. SetBorderColor 0 255 0
  117. PlayAlertSound 6 300
  118. SetFontSize 40
  119.  
  120. Show
  121. Class Gem
  122. Quality >= 1
  123. SetBorderColor 0 255 0
  124. PlayAlertSound 2 300
  125. SetFontSize 38
  126.  
  127. Show
  128. Class Gem
  129.  
  130.  
  131. ###############################################################
  132. # => Jewels
  133. ###############################################################
  134. #Jewels - Unique
  135. Show
  136. Class "Jewel"
  137. Rarity Unique
  138. SetFontSize 40
  139. SetBorderColor 175 96 37
  140. PlayAlertSound 2 300
  141.  
  142. #Jewels - Rare
  143. Show
  144. Class "Jewel"
  145. Rarity Rare
  146. SetFontSize 40
  147. SetBorderColor 255 255 119
  148. PlayAlertSound 2 300
  149.  
  150. #Jewels - Normal/Magic
  151. Show
  152. Class "Jewel"
  153. SetBorderColor 0 0 255
  154. SetFontSize 40
  155. PlayAlertSound 2 300
  156.  
  157.  
  158. ###############################################################
  159. # => Maps
  160. ###############################################################
  161. Show
  162. Class "Maps"
  163. Rarity Unique
  164. SetFontSize 40
  165. PlayAlertSound 4 300
  166.  
  167. Show
  168. Class "Maps"
  169. Rarity Rare
  170. SetBackgroundColor 255 255 119
  171. SetBorderColor 0 0 0
  172. SetTextColor 0 0 0
  173. SetFontSize 40
  174. PlayAlertSound 4 300
  175.  
  176. Show
  177. Class "Maps"
  178. Rarity Magic
  179. SetBackgroundColor 136 136 255
  180. SetBorderColor 0 0 0
  181. SetTextColor 0 0 0
  182. SetFontSize 40
  183. PlayAlertSound 4 300
  184.  
  185. Show
  186. Class "Maps" "Map Fragments"
  187. SetBackgroundColor 255 255 255
  188. SetBorderColor 0 0 0
  189. SetTextColor 0 0 0
  190. PlayAlertSound 4 300
  191.  
  192.  
  193. ###############################################################
  194. # => Chaos/Regal Quality Recipe
  195. ###############################################################
  196. Show
  197. Rarity Rare
  198. Quality >= 15
  199. ItemLevel >= 75
  200. SetBorderColor 40 80 30
  201.  
  202. Show
  203. Class Ring Belt Amulet
  204. ItemLevel >= 75
  205. Rarity Rare
  206. SetBorderColor 40 80 30
  207.  
  208. Show
  209. Rarity Rare
  210. Quality >= 15
  211. ItemLevel >= 60
  212. SetBorderColor 70 20 50
  213.  
  214. Show
  215. Class Ring Belt Amulet
  216. ItemLevel >= 60
  217. Rarity Rare
  218. SetBorderColor 70 20 50
  219.  
  220.  
  221. ###############################################################
  222. # => Rares
  223. ###############################################################
  224. # Show all rares, add a border to top tier item types
  225. # Helms
  226. Show
  227. BaseType "Royal Burgonet" "Eternal Burgonet" "Lion Pelt" "Mind Cage" "Hubris Circlet" "Nightmare Bascinet" "Praetor Crown" "Deicide Mask" "Vaal Mask" "Prophet Crown" "Pig-Faced Bascinet"
  228. SetBorderColor 255 255 119
  229. Rarity Rare
  230.  
  231. # Body Armours
  232. Show
  233. BaseType "Astral Plate" "Glorious Plate" "Zodiac Leather" "Assassin's Gar" "Vaal Regalia" "Widowsilk Robe" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Saintly Chainmail" "Saint's Hauberk" "Elegant Ringmail" "Carnal Armour" "Sadist Garb" "Blood Raiment"
  234. SetBorderColor 255 255 119
  235. Rarity Rare
  236.  
  237. # Gloves
  238. Show
  239. BaseType "Titan Gauntlets" "Vaal Gauntlets" "Stealth Gloves" "Slink Gloves" "Arcanist Gloves" "Sorcerer Gloves" "Hydrascale Gauntlets" "Dragonscale Gauntlets" "Legion Gloves" "Crusader Gloves" "Assassin's Mitts" "Murder Mitts"
  240. SetBorderColor 255 255 119
  241. Rarity Rare
  242.  
  243. # Boots
  244. Show
  245. BaseType "Titan Greaves" "Slink Boots" "Arcanist Slippers" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Assassin's Boots"
  246. SetBorderColor 255 255 119
  247. Rarity Rare
  248.  
  249. # Shields
  250. Show
  251. Class "Shield"
  252. SetBorderColor 255 255 119
  253. BaseType "Ezomyte" "Colossal" "Pinnacle" "Lacquered" "Vaal" "Crusader" "Imperial" "Fossilised" "Harmonic" "Titanium" "Spiny" "Cardinal" "Elegant" "Archon" "Mosaic" "Champion" "Branded" "Supreme" "Mirrored"
  254. Rarity Rare
  255.  
  256. # Quivers
  257. Show
  258. BaseType "Broadhead Arrow Quiver" "Spike-Point Arrow Quiver"
  259. SetBorderColor 255 255 119
  260. Rarity Rare
  261.  
  262. # General Weapons (Can use some refinement)
  263. Show
  264. Class "Claw" "Dagger" "Wand" "Bow"
  265. DropLevel >= 59
  266. SetBorderColor 255 255 119
  267. Rarity Rare
  268.  
  269. # Bow not covered by general weapons
  270. Show
  271. BaseType "Thicket Bow"
  272. SetBorderColor 255 255 119
  273. Rarity Rare
  274.  
  275. Show
  276. Rarity Rare
  277.  
  278.  
  279. ###############################################################
  280. # => Uniques
  281. ###############################################################
  282. #Unique - Very Valuable
  283. Show
  284. Rarity Unique
  285. BaseType "Agate Amulet" "Occultist's Vestment" "Glorious Plate" "Vaal Gauntlets" "Siege Axe" "Spine Bow" "Prophecy Wand"
  286. SetFontSize 42
  287. PlayAlertSound 1 300
  288.  
  289. Show
  290. Rarity Unique
  291. PlayAlertSound 9 300
  292.  
  293.  
  294. ###############################################################
  295. # => Crafting / Good Bases (TODO: This needs updating)
  296. ###############################################################
  297. # Bows
  298. #Show
  299. # BaseType "Harbinger Bow"
  300. # ItemLevel >= 77
  301. # SetTextColor 100 32 144
  302.  
  303. # Daggers
  304. #Show
  305. # BaseType "Ambusher" "Ezomyte Dagger" "Platinum Kris" "Imperial Skean" "Demon Dagger"
  306. # ItemLevel >= 77
  307. # SetTextColor 100 32 144
  308.  
  309. # Staves
  310. #Show
  311. # "Maelström Staff"
  312. # Class "Staves"
  313. # DropLevel 64
  314. # ItemLevel >= 77
  315. # SetTextColor 100 32 144
  316.  
  317. # Wands
  318. #Show
  319. # BaseType "Imbued Wand" "Opal Wand" "Tornado Wand" "Prophecy Wand" "Profane Wand"
  320. # ItemLevel >= 77
  321. # SetTextColor 100 32 144
  322.  
  323. # Armors
  324. #Show
  325. # BaseType "Hubris Circlet" "Vaal Regalia" "Saintly Chainmail" "Carnal Armour" "Sorcerer Gloves" "Sorcerer Boots"
  326. # ItemLevel >= 77
  327. # SetTextColor 100 32 144
  328.  
  329.  
  330. ###############################################################
  331. # => Jewellery
  332. ###############################################################
  333. # Bad Jewellery Bases
  334. Hide
  335. BaseType "Paua Ring" "Paua Amulet" "Iron Ring" "Coral Amulet" "Studded Belt" "Cloth Belt" "Heavy Belt"
  336. Rarity <= Magic
  337. ItemLevel > 40
  338. SetFontSize 20
  339.  
  340. # Belts
  341. Show
  342. BaseType "Rustic Sash" "Chain Belt" "Leather Belt"
  343. ItemLevel >= 77
  344. Rarity Normal
  345. SetTextColor 100 32 144
  346.  
  347. # Rings and Amulets
  348. Show
  349. Class "Amulets" "Rings"
  350. ItemLevel >= 77
  351. Rarity Normal
  352. SetTextColor 100 32 144
  353.  
  354. Show
  355. Class "Ring" "Amulet" "Belt"
  356. ItemLevel >= 60
  357.  
  358.  
  359. ###############################################################
  360. # => Misc
  361. ###############################################################
  362. # Chisel Vendor recipe
  363. # add these if you need more chisil recipe "Rock Breaker" "Stone Hammer"
  364. #Show
  365. # BaseType "Gavel"
  366. # Rarity >= Magic
  367. # Quality >= 16
  368. # SetBorderColor 0 255 0
  369. Show
  370. BaseType "Gavel"
  371. ItemLevel >= 60
  372. LinkedSockets 3
  373. Rarity Normal
  374. SetBorderColor 0 255 0
  375. SetFontSize 22
  376.  
  377. Show
  378. Class "Quest" "Micro" "Hideout" "Hideout Doodads" "Microtransactions"
  379.  
  380.  
  381. ###############################################################
  382. # => Flasks
  383. ###############################################################
  384. Show
  385. Class Flask
  386. Quality >= 10
  387. SetBorderColor 0 255 0
  388.  
  389. Show
  390. Class "Utility Flasks"
  391.  
  392. Show
  393. Class Flask
  394. DropLevel >= 60
  395. Rarity Normal
  396. SetFontSize 22
  397.  
  398. Hide
  399. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  400. ItemLevel > 12
  401. DropLevel <= 6
  402.  
  403. Hide
  404. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  405. ItemLevel > 18
  406. DropLevel <= 12
  407.  
  408. Hide
  409. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  410. ItemLevel > 24
  411. DropLevel <= 18
  412.  
  413. Hide
  414. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  415. ItemLevel > 30
  416. DropLevel <= 24
  417.  
  418. Hide
  419. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  420. ItemLevel > 45
  421. DropLevel <= 40
  422.  
  423. Hide
  424. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  425. ItemLevel > 50
  426. DropLevel < 45
  427.  
  428. Hide
  429. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  430. ItemLevel 50
  431. DropLevel 50
  432.  
  433.  
  434. ###############################################################
  435. # => Warbands exceptions press alt to see hidden items
  436. ###############################################################
  437. Hide
  438. Class Helmet
  439. Rarity = Magic
  440. #ItemLevel >= 60
  441. SetBorderColor 255 000 000 255
  442.  
  443. Hide
  444. Class Gloves
  445. Rarity = Magic
  446. #ItemLevel >= 60
  447. SetBorderColor 255 255 000 255
  448.  
  449. Hide
  450. Class Boots
  451. Rarity = Magic
  452. #ItemLevel >= 60
  453. SetBorderColor 000 000 255 255
  454.  
  455.  
  456. ###############################################################
  457. # => Hide after leveling
  458. ###############################################################
  459. Hide
  460. ItemLevel >= 30
  461. DropLevel <= 10
  462.  
  463. Hide
  464. ItemLevel >= 40
  465. DropLevel <= 20
  466.  
  467. Hide
  468. ItemLevel >= 50
  469. DropLevel <= 30
  470.  
  471. Hide
  472. ItemLevel >= 60
  473. DropLevel <= 40
  474.  
  475. Hide
  476. DropLevel <= 60
  477. ItemLevel >= 60
  478.  
  479.  
  480. ###############################################################
  481. # => Leveling items (if not already "hidden")
  482. ###############################################################
  483. Show
  484. LinkedSockets >= 3
  485. ItemLevel < 60
  486.  
  487. Show
  488. ItemLevel < 45
  489.  
  490.  
  491. ###############################################################
  492. # => Everything else
  493. ###############################################################
  494. Hide
  495. Class "Claw" "Dagger" "Wand" "One Hand Sword" "Thrusting One Hand Sword" "One Hand Axe" "Quivers" "Belt" "Gloves" "Boots" "Body Armours" "Helmets" "Shields" "One Hand Mace" "Bow" "Staves" "Two Hand Swords" "Two Hand Axes" "Two Hand Maces" "Sceptres"
  496. Show
  497. SetFontSize 17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement