EclipseTech

Eclipse.filter.2.0

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