EclipseTech

Eclipse2.2b.filter

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