Advertisement
Krosa

Krosa's Dark Filter

Mar 14th, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. # # Updated 07/06/18
  2.  
  3. # # GG
  4.  
  5. Show
  6. LinkedSockets = 6
  7. SetFontSize 45
  8. SetTextColor 255 255 255
  9. SetBackgroundColor 0 0 0
  10. SetBorderColor 255 255 255
  11. PlayAlertSound 6 300
  12.  
  13. Show
  14. LinkedSockets = 5
  15. SetFontSize 45
  16. SetTextColor 255 255 255
  17. SetBackgroundColor 0 0 0
  18. SetBorderColor 255 255 255
  19. PlayAlertSound 6 300
  20.  
  21. Show
  22. BaseType "Divine Orb" "Exalted Orb" "Albino Rhoa Feather" "Mirror of Kalandra" "Fishing Rod" "The Doctor" "Mirror Shard" "Exalted Shard" "Rot Head Talisman"
  23. SetFontSize 45
  24. SetTextColor 255 255 255
  25. SetBackgroundColor 0 0 0
  26. SetBorderColor 255 255 255
  27. PlayAlertSound 6 300
  28.  
  29. # # Uniques
  30.  
  31. Show
  32. Rarity = Unique
  33. SetFontSize 45
  34. SetTextColor 215 75 25
  35. SetBackgroundColor 0 0 0
  36. SetBorderColor 215 75 25
  37. PlayAlertSound 3 300
  38.  
  39. # # Incursion Affixes
  40.  
  41. Show
  42. HasExplicitMod "Tacati's" "Citaqualotl's" "Matatl's" "Topotante's" "Xopec's" "Guatelitzi's" "of Tacati" "of Citaqualotl" "of Matatl" "of Puhuarte" "of Guatelitzi" "Brinerot" "Mutewind" "Redblade" "Betrayer's" "Deceiver's" "Turncoat's"
  43. SetFontSize 40
  44. SetTextColor 255 255 255
  45. SetBorderColor 0 255 0
  46. SetBackgroundColor 0 0 0
  47. PlayAlertSound 8 300
  48.  
  49. # # Bases 84+
  50.  
  51. Show
  52. BaseType "Royal Burgonet" "Lion Pelt" "Jewelled Foil"
  53. ItemLevel >= 84
  54. SetFontSize 40
  55. SetTextColor 255 255 255
  56. SetBorderColor 0 255 0
  57. SetBackgroundColor 0 0 0
  58.  
  59. # # 6 Sockets
  60.  
  61. Show
  62. Sockets = 6
  63. SetFontSize 45
  64. SetTextColor 200 200 200
  65. SetBackgroundColor 0 0 0
  66. SetBorderColor 200 200 200
  67. PlayAlertSound 2 300
  68.  
  69. # # Shaper & Elder items
  70.  
  71. Show
  72. ShaperItem True
  73. Rarity >= Normal
  74. SetFontSize 45
  75. SetTextColor 175 0 255
  76. SetBackgroundColor 0 0 0
  77. SetBorderColor 175 0 255
  78. PlayAlertSound 8 300
  79.  
  80. Show
  81. ElderItem True
  82. Rarity >= Normal
  83. SetFontSize 45
  84. SetTextColor 175 0 255
  85. SetBackgroundColor 0 0 0
  86. SetBorderColor 175 0 255
  87. PlayAlertSound 8 300
  88.  
  89. # # Uncommon Jewellery
  90.  
  91. Show
  92. BaseType "Steel Ring" "Opal Ring"
  93. Rarity >= Normal
  94. SetFontSize 45
  95. SetTextColor 255 255 255
  96. SetBackgroundColor 0 0 0
  97. SetBorderColor 255 255 255
  98. PlayAlertSound 6 300
  99.  
  100. Show
  101. BaseType "Stygian Vise"
  102. Rarity >= Normal
  103. SetFontSize 45
  104. SetBorderColor 255 225 0
  105. SetBackgroundColor 0 0 0
  106. PlayAlertSound 2 300
  107.  
  108. Show
  109. Class "Jewel"
  110. Rarity = Rare
  111. SetFontSize 45
  112. SetTextColor 255 225 0
  113. SetBackgroundColor 0 0 0
  114. SetBorderColor 255 225 0
  115. PlayAlertSound 2 300
  116.  
  117. Show
  118. Class "Abyss Jewel"
  119. Rarity >= Normal
  120. SetFontSize 45
  121. SetTextColor 255 225 0
  122. SetBackgroundColor 0 0 0
  123. SetBorderColor 255 225 0
  124. PlayAlertSound 2 300
  125.  
  126. Show
  127. BaseType "Talisman"
  128. Rarity = Rare
  129. SetFontSize 45
  130. SetBorderColor 255 225 0
  131. SetBackgroundColor 0 0 0
  132. PlayAlertSound 2 300
  133.  
  134. # # High Currency
  135.  
  136. Show
  137. Class "Currency"
  138. BaseType "Silver Coin" "Regal Orb" "Orb of Regret" "Chaos Orb" "Blessed Orb" "Gemcutter's Prism" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Vaal Orb" "Cartographer's Chisel" "Cartographer's Sextant" "Orb of Annulment" "Ancient Shard" "Harbinger's Shard" "Stacked Deck" "Orb of Binding" "Engineer's Orb" "Ancient Orb" "Orb of Horizons" "Harbinger's Orb"
  139. SetFontSize 45
  140. SetTextColor 215 155 25
  141. SetBackgroundColor 0 0 0
  142. SetBorderColor 215 155 25
  143. PlayAlertSound 2 300
  144.  
  145. # # Low Currency
  146.  
  147. Show
  148. Class "Currency"
  149. BaseType "Glassblower's Bauble" "Jeweller's Orb" "Orb of Chance" "Perandus" "Binding Shard" "Horizon Shard" "Engineer's Shard" "Annulment Shard"
  150. SetFontSize 45
  151. SetTextColor 215 155 25
  152. SetBackgroundColor 0 0 0
  153. SetBorderColor 215 155 25
  154.  
  155. Show
  156. Class "Currency"
  157. BaseType "Orb of Augmentation" "Orb of Transmutation" "Orb of Alteration" "Chromatic Orb" "Perandus"
  158. SetFontSize 40
  159. SetTextColor 175 155 125
  160. SetBackgroundColor 0 0 0
  161. SetBorderColor 175 155 125
  162.  
  163. Show
  164. Class "Currency"
  165. BaseType "Portal Scroll" "Scroll of Wisdom" "Armourer's" "Blacksmith's"
  166. SetFontSize 35
  167. SetTextColor 175 155 125
  168. SetBackgroundColor 0 0 0
  169. SetBorderColor 175 155 125
  170.  
  171. # # Quests and Lab
  172.  
  173. Show
  174. Class "Quest Items" "Labyrinth Item" "Labyrinth Trinket" "Labyrinth Map Item" "Incursion Item"
  175. SetFontSize 45
  176. SetTextColor 0 255 0
  177. SetBackgroundColor 0 0 0
  178. SetBorderColor 0 255 0
  179. PlayAlertSound 2 300
  180.  
  181. # # Maps
  182.  
  183. Show
  184. Class "Map Fragments"
  185. SetFontSize 45
  186. SetTextColor 255 0 125
  187. SetBackgroundColor 0 0 0
  188. SetBorderColor 255 0 125
  189. PlayAlertSound 4 300
  190.  
  191. Show
  192. Class "Map"
  193. ElderMap True
  194. SetFontSize 45
  195. SetTextColor 255 0 0
  196. SetBackgroundColor 0 0 0
  197. SetBorderColor 255 0 0
  198. PlayAlertSound 4 300
  199.  
  200. Show
  201. ShapedMap True
  202. DropLevel >= 73
  203. Class Maps
  204. SetFontSize 45
  205. SetTextColor 255 0 0
  206. SetBackgroundColor 0 0 0
  207. SetBorderColor 255 0 0
  208. PlayAlertSound 4 300
  209.  
  210. Show
  211. ShapedMap True
  212. Class Maps
  213. SetFontSize 40
  214. SetTextColor 255 255 0
  215. SetBackgroundColor 0 0 0
  216. SetBorderColor 255 255 0
  217. PlayAlertSound 4 200
  218.  
  219. Show
  220. DropLevel >= 78
  221. Class "Map"
  222. SetFontSize 45
  223. SetTextColor 255 0 0
  224. SetBackgroundColor 0 0 0
  225. SetBorderColor 255 0 0
  226. PlayAlertSound 4 300
  227.  
  228. Show
  229. DropLevel <= 72
  230. Class "Map"
  231. SetFontSize 35
  232. SetTextColor 255 255 255
  233. SetBackgroundColor 0 0 0
  234. SetBorderColor 255 255 255
  235. PlayAlertSound 4 100
  236.  
  237. Show
  238. Class "Map"
  239. SetFontSize 40
  240. SetTextColor 255 255 0
  241. SetBackgroundColor 0 0 0
  242. SetBorderColor 255 255 0
  243. PlayAlertSound 4 200
  244.  
  245. # # Divinations
  246.  
  247. Show
  248. Class "Divination"
  249. SetFontSize 45
  250. SetTextColor 75 225 255
  251. SetBackgroundColor 0 0 0
  252. SetBorderColor 75 225 255
  253. PlayAlertSound 7 300
  254.  
  255. # # Chaos Recipe
  256.  
  257. Show
  258. Class "Ring" "Amulet" "Belt"
  259. Rarity = Rare
  260. SetFontSize 45
  261. SetBorderColor 255 225 0
  262. SetBackgroundColor 0 0 0
  263. PlayAlertSound 2 300
  264.  
  265. Show
  266. Width = 1
  267. Height = 3
  268. Rarity = Rare
  269. SetFontSize 35
  270. SetBorderColor 75 255 75
  271. SetBackgroundColor 0 0 0
  272.  
  273. Show
  274. Class "Gloves" "Boots" "Helmets"
  275. Rarity = Rare
  276. SetFontSize 35
  277. SetBorderColor 0 125 225
  278. SetBackgroundColor 0 0 0
  279.  
  280. Show
  281. Class "Body Armour"
  282. Rarity = Rare
  283. SetFontSize 35
  284. SetBorderColor 255 0 0
  285. SetBackgroundColor 0 0 0
  286.  
  287. # # Gems
  288.  
  289. Show
  290. Class Gem
  291. BaseType "Empower" "Enlighten" "Portal" "Vaal"
  292. SetFontSize 45
  293. SetTextColor 50 175 200
  294. SetBackgroundColor 0 0 0
  295. SetBorderColor 50 175 200
  296. PlayAlertSound 2 300
  297.  
  298. Show
  299. Quality > 1
  300. Class Gem
  301. SetFontSize 45
  302. SetTextColor 50 175 200
  303. SetBackgroundColor 0 0 0
  304. SetBorderColor 50 175 200
  305. PlayAlertSound 2 300
  306.  
  307. # # Chances
  308.  
  309. Show
  310. BaseType "Sorcerer Boots"
  311. Rarity Normal
  312. SetFontSize 40
  313. SetTextColor 255 255 255
  314. SetBackgroundColor 0 0 0
  315. SetBorderColor 255 255 255
  316.  
  317. # # Splinter/Remnant/Essence/Blessing
  318.  
  319. Show
  320. BaseType "Splinter of" "Remnant of Corruption" "Essence of" "Blessing of" "Vial of" "Breachstone"
  321. SetFontSize 45
  322. SetTextColor 225 55 225
  323. SetBackgroundColor 0 0 0
  324. SetBorderColor 225 55 225
  325. PlayAlertSound 2 300
  326.  
  327. # # Hide Rest
  328.  
  329. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement