EclipseTech

Eclipse2.2c.filter

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