EclipseTech

Eclipse2.4.filter

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