Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. #Darkee's Filter
  2.  
  3. ### Currency
  4. Show
  5. BaseType "Exalted Orb" "Mirror of Kalandra" "Divine Orb" "Orb of Annulment"
  6. SetTextColor 255 0 255
  7. SetBorderColor 255 0 255
  8. SetFontSize 45
  9. PlayAlertSoundPositional 5 150
  10. MinimapIcon 1 Red Circle
  11. Show
  12. BaseType "Chaos Orb" "Breachstone" "Emblem" "Incubator" "Orb of Fusing" "Vial" "Harbinger's Orb" "Regal Orb" "Prime Chaotic Resonator" "Prime Alchemical Resonator" "Orb of Horizons" "Orb of Alchemy" "Orb of Scouring" "Blessed Orb" "Apprentice Cartographer's Sextant" "Cartographer's Chisel" "Gemcutter's Prism" "Journeyman Cartographer's Sextant" "Master Cartographer's Sextant" "Orb of Regret" "Orb of Binding" "Vaal Orb" "Stone of Passage" "Stacked Deck" "Flashpowder Keg" "Remnant of Corruption"
  13. SetTextColor 0 255 0
  14. SetBorderColor 0 255 0
  15. SetFontSize 45
  16. PlayAlertSoundPositional 4 125
  17. MinimapIcon 1 Green Circle
  18. Show
  19. Class "Currency"
  20. BaseType "Prophecy"
  21. SetTextColor 0 255 0
  22. SetBorderColor 0 255 0
  23. SetFontSize 45
  24. PlayAlertSoundPositional 4 125
  25. MinimapIcon 1 Green Circle
  26. Show
  27. Class "Currency"
  28. BaseType "Oil"
  29. SetTextColor 0 255 0
  30. SetBorderColor 0 255 0
  31. SetFontSize 45
  32. PlayAlertSoundPositional 4 125
  33. MinimapIcon 1 Green Circle
  34.  
  35. Show
  36. BaseType "Resonator" "Orb of Transmutation" "Orb of Augmentation" "Portal Scroll" "Blacksmith's Whetstone" "Armourer's Scrap" "Scroll of Wisdom" "Silver Coin" "Orb of Alteration" "Jeweller's Orb" "Splinter" "Essence" "Glassblower's Bauble" "Chromatic Orb" "Orb of Chance" "Perandus Coin" "Ancient Shard" "Horizon Shard" "Chaos Shard" "Regal Shard" "Exalted Shard" "Mirror Shard" "Annulment Shard" "Harbinger's Shard"
  37. SetTextColor 0 255 255
  38. SetBorderColor 0 255 255
  39. SetFontSize 45
  40.  
  41. Show
  42. BaseType "Fossil"
  43. Height = 1
  44. Width = 1
  45. SetTextColor 0 255 0
  46. SetBorderColor 0 255 0
  47. SetFontSize 45
  48. PlayAlertSoundPositional 4 125
  49. MinimapIcon 1 Green Circle
  50.  
  51. Show
  52. Class Currency
  53.  
  54. Show
  55. Class "Divination Card"
  56. SetFontSize 40
  57. SetTextColor 0 255 0
  58. SetBorderColor 0 255 0
  59. PlayAlertSoundPositional 3 100
  60. MinimapIcon 1 Green Circle
  61.  
  62. Show
  63. Class "Map Fragments"
  64. SetFontSize 40
  65. SetTextColor 0 255 0
  66. SetBorderColor 0 255 0
  67. PlayAlertSoundPositional 4 125
  68. MinimapIcon 1 Green Circle
  69.  
  70. Show
  71. Rarity > Rare
  72. SetTextColor 255 69 0
  73. SetBorderColor 255 69 0
  74. SetFontSize 45
  75. PlayAlertSoundPositional 1 125
  76. MinimapIcon 1 Brown Circle
  77.  
  78. ### Maps
  79. Show
  80. Class Map
  81. ElderMap True
  82. SetTextColor 255 0 255
  83. SetBorderColor 255 0 255
  84. SetFontSize 45
  85. PlayAlertSoundPositional 7 125
  86. MinimapIcon 1 Red Circle
  87. Show
  88. Class Map
  89. MapTier > 10
  90. SetTextColor 255 0 255
  91. SetBorderColor 255 0 255
  92. SetFontSize 45
  93. PlayAlertSoundPositional 7 125
  94. MinimapIcon 1 Red Circle
  95.  
  96. Show
  97. Class Map
  98. MapTier >= 6
  99. MapTier <= 10
  100. SetTextColor 0 255 0
  101. SetBorderColor 0 255 0
  102. SetFontSize 45
  103. PlayAlertSoundPositional 11 60
  104. MinimapIcon 1 Green Circle
  105.  
  106. Show
  107. Class Map
  108.  
  109.  
  110. ### Items
  111.  
  112. Show
  113. LinkedSockets = 6
  114. SetTextColor 255 0 255
  115. SetBorderColor 255 0 255
  116. SetFontSize 45
  117. PlayAlertSoundPositional 5 125
  118. MinimapIcon 1 Red Circle
  119.  
  120. Show
  121. LinkedSockets = 5
  122. SetBorderColor 0 255 0
  123. SetFontSize 45
  124. PlayAlertSoundPositional 6 125
  125. MinimapIcon 1 Green Circle
  126.  
  127. Show
  128. Sockets = 6
  129. SetBorderColor 0 255 0
  130. SetFontSize 45
  131. PlayAlertSoundPositional 6 125
  132. MinimapIcon 1 Green Circle
  133. Show
  134. ElderItem True
  135. MinimapIcon 1 Green Circle
  136. Show
  137. ShaperItem True
  138. MinimapIcon 1 Green Circle
  139.  
  140. #LevelingStuff
  141. Show
  142. BaseType "Bone Spirit Shield" "Two-Stone Ring" "Topaz Ring" "Sapphire Ring" "Ruby Ring"
  143. ItemLevel < 40
  144. SetBorderColor 0 255 0
  145. SetFontSize 45
  146. MinimapIcon 1 Yellow Circle
  147.  
  148. Show
  149. Class "Glove" "Boots" "Helmet" "Body Armour"
  150. SocketGroup RBBB
  151. SetBorderColor 0 0 255
  152. SetFontSize 45
  153. PlayAlertSoundPositional 7 125
  154. MinimapIcon 1 Red Circle
  155. Show
  156. Class "Glove" "Boots" "Helmet" "Body Armour"
  157. SocketGroup BBBB
  158. SetBorderColor 0 0 255
  159. SetFontSize 45
  160. PlayAlertSoundPositional 7 125
  161. MinimapIcon 1 Red Circle
  162. Show
  163. Class "Glove" "Boots" "Helmet" "Body Armour"
  164. SocketGroup RRBB
  165. SetBorderColor 0 0 255
  166. SetFontSize 45
  167. PlayAlertSoundPositional 7 125
  168. MinimapIcon 1 Red Circle
  169. Show
  170. Class "Glove" "Boots" "Helmet" "Body Armour"
  171. LinkedSockets = 4
  172. SetBorderColor 0 0 255
  173. SetFontSize 45
  174. MinimapIcon 1 Red Circle
  175. Show
  176. Class "Glove" "Boots" "Helmet" "Wand"
  177. SocketGroup RBB
  178. SetBorderColor 0 0 255
  179. SetFontSize 45
  180. MinimapIcon 1 White Circle
  181. Show
  182. Class "Body Armour"
  183. ItemLevel < 15
  184. SocketGroup RBB
  185. SetBorderColor 0 0 255
  186. SetFontSize 45
  187. MinimapIcon 1 White Circle
  188. Show
  189. Class "Glove" "Boots" "Helmet" "Wand"
  190. SocketGroup BBB
  191. SetBorderColor 0 0 255
  192. SetFontSize 45
  193. MinimapIcon 1 White Circle
  194. Show
  195. Class "Body Armour"
  196. ItemLevel < 15
  197. SocketGroup BBB
  198. SetBorderColor 0 0 255
  199. SetFontSize 45
  200. MinimapIcon 1 White Circle
  201. Show
  202. Class "Flask"
  203. BaseType "Quicksilver" "Silver" "Granite" "Basalt Flask" "Stibnite Flask" "Sapphire Flask" "Ruby Flask" "Topaz Flask" "Bismuth Flask"
  204. SetFontSize 45
  205. PlayAlertSoundPositional 4 125
  206.  
  207. Show
  208. Class "Flask"
  209. BaseType "Small Life"
  210. ItemLevel < 6
  211. SetFontSize 45
  212. PlayAlertSoundPositional 3 55
  213. Show
  214. Class "Flask"
  215. BaseType "Medium"
  216. ItemLevel < 6
  217. SetFontSize 45
  218. PlayAlertSoundPositional 3 55
  219. Show
  220. Class "Flask"
  221. BaseType "Large"
  222. ItemLevel < 12
  223. SetFontSize 45
  224. PlayAlertSoundPositional 3 55
  225. Show
  226. Class "Flask"
  227. BaseType "Greater"
  228. ItemLevel < 18
  229. SetFontSize 45
  230. PlayAlertSoundPositional 3 55
  231. Show
  232. Class "Flask"
  233. BaseType "Grand Life"
  234. ItemLevel < 24
  235. SetFontSize 45
  236. PlayAlertSoundPositional 3 55
  237. Show
  238. Class "Flask"
  239. BaseType "Giant Life"
  240. ItemLevel < 30
  241. SetFontSize 45
  242. PlayAlertSoundPositional 3 55
  243. Show
  244. Class "Flask"
  245. BaseType "Colossal"
  246. ItemLevel < 36
  247. SetFontSize 45
  248. PlayAlertSoundPositional 3 55
  249. Show
  250. Class "Flask"
  251. BaseType "Sacred Life"
  252. ItemLevel < 42
  253. SetFontSize 45
  254. PlayAlertSoundPositional 3 55
  255. Show
  256. Class "Flask"
  257. BaseType "Hallowed Life"
  258. ItemLevel < 50
  259. SetFontSize 45
  260. PlayAlertSoundPositional 3 55
  261. Show
  262. Class "Flask"
  263. BaseType "Sanctified"
  264. ItemLevel < 60
  265. SetFontSize 45
  266. PlayAlertSoundPositional 3 55
  267. Show
  268. Class "Flask"
  269. BaseType "Divine Life"
  270. ItemLevel < 70
  271. SetFontSize 45
  272. PlayAlertSoundPositional 3 55
  273.  
  274.  
  275. # "Gripped Gloves" "Lion Pelt" "Titan Gauntlets" "Titan Greaves" "Eternal Burgonet" "Spiked Gloves" "Hubris Circlet" "Slink Boots" "Sorcerer Boots" "Slink Gloves" "Sorcerer Gloves"
  276.  
  277. Show
  278. BaseType "Vaal Regalia" "Titanium Spirit Shield"
  279. ItemLevel > 85
  280. SetTextColor 0 255 0
  281. SetBorderColor 0 255 0
  282. SetFontSize 45
  283. PlayAlertSoundPositional 4 125
  284. MinimapIcon 1 Green Circle
  285.  
  286. Show
  287. Identified True
  288. HasExplicitMod "Veiled"
  289.  
  290.  
  291.  
  292. Show
  293. Class "Ring" "Amulet" "Jewel" "Belt"
  294. Rarity = Rare
  295. SetFontSize 45
  296.  
  297. Show
  298. Class "Glove" "Boots" "Helmet" "Body Armour"
  299. Rarity = Rare
  300. SetFontSize 45
  301.  
  302. # "One Hand" "Dagger"
  303. Show
  304. Class "Wand"
  305. Rarity = Rare
  306. Height = 3
  307. Width = 1
  308. SetFontSize 45
  309.  
  310. Show
  311. BaseType "Opal Ring" "Steel Ring" "Stygian Vise" "Vanguard Belt" "Crystal Belt" "Marble Amulet" "Blue Pearl Amulet" "Portal" "Empower" "Enhance" "Enlighten" "Two-Toned Boots" "Bone Helmet" "Convoking Wand" "Vermillion Ring"
  312. SetTextColor 0 255 0
  313. SetBorderColor 0 255 0
  314. SetFontSize 45
  315. PlayAlertSoundPositional 4 125
  316. MinimapIcon 1 Green Circle
  317.  
  318.  
  319. Show
  320. AnyEnchantment True
  321. SetTextColor 0 255 255
  322. SetBorderColor 0 255 255
  323. SetFontSize 45
  324. MinimapIcon 1 Green Circle
  325. Show
  326. Class "Abyss Jewel"
  327. MinimapIcon 1 Green Circle
  328. Show
  329. SocketGroup RGB
  330. Height = 2
  331. Width = 2
  332. SetBorderColor 0 255 0
  333. SetFontSize 45
  334. Show
  335. SocketGroup RGB
  336. Height = 3
  337. Width = 1
  338. SetBorderColor 0 255 0
  339. SetFontSize 45
  340.  
  341. ### Quality
  342. Show
  343. Class "Gem"
  344. BaseType "Vaal"
  345. SetFontSize 45
  346. Show
  347. Class "Gem"
  348. Quality > 0
  349. SetBorderColor 0 255 255
  350. SetFontSize 45
  351. Show
  352. BaseType "Flask"
  353. ItemLevel > 60
  354. Quality > 10
  355. SetFontSize 45
  356. PlayAlertSoundPositional 4 80
  357.  
  358. Show
  359. Class "Boots"
  360. Rarity = Magic
  361. ItemLevel < 25
  362. SetBorderColor 0 255 255
  363. SetFontSize 45
  364.  
  365. Show
  366. Rarity > Normal
  367. Identified True
  368.  
  369. ### Hide
  370. Hide
  371. Rarity < Rare
  372. ItemLevel > 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement