Advertisement
Guest User

Awakening Filter #1

a guest
Jul 4th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. Show
  2.  
  3. BaseType "Crimson Jewel" "Cobalt Jewel" "Viridian Jewel"
  4.  
  5. SetTextColor 255 0 255
  6.  
  7. SetBorderColor 153 0 153
  8.  
  9. SetBackgroundColor 153 0 153 50
  10.  
  11. PlayAlertSound 1
  12.  
  13.  
  14.  
  15.  
  16.  
  17. #Divination Cards
  18.  
  19. Show
  20.  
  21. Class "Card"
  22.  
  23. SetBorderColor 128 255 255
  24.  
  25. PlayAlertSound 2
  26.  
  27.  
  28.  
  29.  
  30.  
  31. #High End Currency
  32.  
  33. Show
  34.  
  35. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  36.  
  37. SetBackgroundColor 163 152 129 90
  38.  
  39. SetTextColor 250 230 200
  40.  
  41. SetFontSize 45
  42.  
  43. PlayAlertSound 3
  44.  
  45.  
  46.  
  47.  
  48.  
  49. Show
  50.  
  51. BaseType "Chaos Orb" "Gemcutter's Prism" "Regal Orb" "Orb of Alchemy" "Vaal Orb" "Orb of Fusing" "Orb of Scouring"
  52.  
  53. SetBackgroundColor 163 152 129 90
  54.  
  55. SetTextColor 250 230 200
  56.  
  57. SetFontSize 35
  58.  
  59.  
  60.  
  61. Show
  62.  
  63. BaseType "Mirror of Kalandra"
  64.  
  65. SetBackgroundColor 255 51 153 20
  66.  
  67. SetTextColor 255 100 200
  68.  
  69. SetBorderColor 255 100 200
  70.  
  71. SetFontSize 100
  72.  
  73. PlayAlertSound 8
  74.  
  75.  
  76.  
  77. #Essentials
  78.  
  79.  
  80.  
  81. Show
  82.  
  83. Rarity Unique
  84.  
  85. SetTextColor 255 150 0
  86.  
  87. SetBackgroundColor 255 140 0 40
  88.  
  89.  
  90. SetFontSize 50
  91.  
  92.  
  93.  
  94. Show
  95.  
  96. BaseType "Scroll of Wisdom" "Portal Scroll"
  97.  
  98. SetBackgroundColor 0 0 0
  99.  
  100. SetTextColor 250 230 200
  101.  
  102.  
  103. SetFontSize 23
  104.  
  105.  
  106. Show
  107.  
  108. Class Currency
  109.  
  110. SetBackgroundColor 0 0 0
  111.  
  112. SetTextColor 250 230 200
  113.  
  114.  
  115. SetFontSize 35
  116.  
  117.  
  118.  
  119. Show
  120.  
  121. Class Gems
  122.  
  123. Quality < 5
  124.  
  125. SetTextColor 0 255 255
  126.  
  127. SetBackgroundColor 0 255 255 20
  128.  
  129. SetFontSize 35
  130.  
  131.  
  132. Show
  133.  
  134. Class Gem
  135.  
  136. Quality >= 5
  137.  
  138. SetTextColor 0 255 255
  139.  
  140. SetBorderColor 0 255 255
  141.  
  142. SetBackgroundColor 0 255 255 50
  143.  
  144. SetFontSize 35
  145.  
  146.  
  147. Show
  148.  
  149. Class Map
  150.  
  151. SetBorderColor 0 250 0
  152.  
  153. SetBackgroundColor 0 250 0 40
  154.  
  155. SetFontSize 35
  156.  
  157. PlayAlertSound 7
  158.  
  159.  
  160.  
  161. Show
  162.  
  163. BaseType "Map Fragments"
  164.  
  165. SetBorderColor 170 158 130
  166.  
  167. SetFontSize 30
  168.  
  169.  
  170.  
  171.  
  172. Show
  173.  
  174. Class Gem
  175.  
  176. Quality >= 5
  177.  
  178. SetTextColor 0 255 255
  179.  
  180. SetBackgroundColor 0 255 255 50
  181.  
  182. SetBorderColor 0 255 255 50
  183.  
  184. SetFontSize 35
  185.  
  186.  
  187.  
  188. Show
  189.  
  190. Class "Quest Items" "Map Fragments"
  191.  
  192.  
  193.  
  194. Show
  195.  
  196. LinkedSockets = 6
  197.  
  198. SetBorderColor 255 255 255
  199.  
  200. SetBackgroundColor 240 240 240 60
  201.  
  202. SetFontSize 30
  203.  
  204.  
  205.  
  206. Show
  207.  
  208. LinkedSockets = 5
  209.  
  210. SetBorderColor 255 255 255
  211.  
  212. SetBackgroundColor 240 240 240 40
  213.  
  214. SetFontSize 30
  215.  
  216.  
  217.  
  218. Show
  219.  
  220. Class "Fishing Rods"
  221.  
  222. SetTextColor 255 128 255
  223.  
  224. SetBorderColor 255 128 255
  225.  
  226. SetBackgroundColor 255 128 255 30
  227.  
  228.  
  229.  
  230.  
  231.  
  232. #Vendor Recipes
  233.  
  234. #Quality Recipes all have same grey border
  235.  
  236. Show
  237.  
  238. SocketGroup RGB
  239.  
  240. LinkedSockets >= 3
  241.  
  242. SetBorderColor 255 255 255
  243.  
  244. SetFontSize 25
  245.  
  246.  
  247.  
  248. Show
  249.  
  250. Sockets = 6
  251.  
  252. LinkedSockets < 5
  253.  
  254. SetBorderColor 255 255 255
  255.  
  256. SetTextColor 255 255 255
  257.  
  258. SetBackgroundColor 10 10 10 50
  259.  
  260. SetFontSize 25
  261.  
  262.  
  263.  
  264. Show
  265.  
  266. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  267.  
  268. Rarity Normal
  269.  
  270. SetTextColor 159 159 159
  271.  
  272. SetBorderColor 170 158 130
  273.  
  274.  
  275. SetFontSize 25
  276.  
  277.  
  278.  
  279.  
  280. Show
  281.  
  282. Class "Gloves" "Helmets" "Boots" "Daggers" "Wands" "Claws" "One Hand Swords" "One Hand Maces"
  283.  
  284. Quality = 20
  285.  
  286. SetBorderColor 170 158 130
  287.  
  288.  
  289.  
  290. Show
  291.  
  292. BaseType "Spirit Shield" "Buckler" "Spiked Shield"
  293.  
  294. Quality = 20
  295.  
  296. SetBorderColor 170 158 130
  297.  
  298.  
  299.  
  300. Show
  301.  
  302. Class Flask
  303.  
  304. Quality >= 10
  305.  
  306. SetBorderColor 170 158 130
  307.  
  308.  
  309.  
  310.  
  311.  
  312. #Showing All Rares Above 45
  313.  
  314. Show
  315.  
  316. ItemLevel >= 30
  317.  
  318. Rarity Rare
  319.  
  320. SetFontSize 30
  321.  
  322. SetTextColor 255 255 0
  323.  
  324. SetBackgroundColor 255 255 0 30
  325.  
  326.  
  327.  
  328.  
  329. #Crafting Bases
  330.  
  331. Show
  332.  
  333. LinkedSockets >= 4
  334.  
  335.  
  336.  
  337. Show
  338.  
  339. BaseType "Sai" "Fleshripper" "Eclipse Staff"
  340. "Dragoon Sword" "Gemini Claw" "Exquisite Blade" "Behemoth Mace"
  341. "Maraketh Bow" "Tiger Hook" "Profane Wand" "Runic Hatchet" "Sambar
  342. Sceptre" "Coronal Maul" "Sacrificial Garb"
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350. #Chance Orb Bases
  351.  
  352. Show
  353.  
  354. BaseType "Occultist's Vestment" "Spine Bow" "Prophecy Wand" "Judgement Staff" "Amethyst Ring"
  355.  
  356. Rarity Normal
  357.  
  358. SetBorderColor 175 96 37
  359.  
  360.  
  361.  
  362.  
  363.  
  364. #USEFUL FLASKS
  365.  
  366. Show
  367.  
  368. Class "Utility Flasks"
  369.  
  370. SetBackgroundColor 255 50 50 80
  371.  
  372.  
  373.  
  374. Hide
  375.  
  376. BaseType "Eternal Life Flask" "Divine Life Flask"
  377.  
  378. ItemLevel >= 75
  379.  
  380.  
  381.  
  382. Show
  383.  
  384. BaseType "Eternal Life Flask" "Divine Life Flask"
  385.  
  386.  
  387.  
  388. Hide
  389.  
  390. BaseType "Hallowed Life Flask"
  391.  
  392. ItemLevel >= 61
  393.  
  394.  
  395.  
  396. Show
  397.  
  398. BaseType "Hallowed Life Flask"
  399.  
  400.  
  401.  
  402.  
  403.  
  404. #Leveling
  405.  
  406. #Basically disables filtering for new characters
  407.  
  408. Show
  409.  
  410. ItemLevel <= 45
  411.  
  412. SetFontSize 18
  413.  
  414.  
  415.  
  416.  
  417.  
  418. #Bad Jewellery Bases
  419.  
  420. Show
  421.  
  422. BaseType "Paua Ring" "Coral Amulet" "Studded Belt" "Cloth Belt"
  423.  
  424. Rarity Normal
  425.  
  426. SetBackgroundColor 17 17 17 100
  427.  
  428. SetFontSize 22
  429.  
  430.  
  431.  
  432. #Showing all other jewellery
  433.  
  434. Show
  435.  
  436. Class "Rings" "Amulets" "Belts"
  437.  
  438. SetFontSize 30
  439.  
  440.  
  441.  
  442. #Everything Else of No Value
  443.  
  444. Show
  445.  
  446. SetBackgroundColor 1 1 1 50
  447.  
  448. SetFontSize 18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement