Advertisement
EclipseTech

Eclipse.filter.2.1

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