Advertisement
Guest User

Mapping Filter

a guest
Jul 20th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. ########## MYSTERIOUS ##########
  2. Show
  3. BaseType "Fishing Rod" "Albino Rhoa Feather"
  4. SetTextColor 0 0 0
  5. SetBackgroundColor 224 224 224
  6.  
  7. ########## CURRENCY ##########
  8. Show
  9. BaseType "Scroll of Wisdom" "Portal Scroll" "Armourer's Scrap"
  10. SetFontSize 30
  11. SetTextColor 128 128 128
  12. SetBackgroundColor 0 0 0 192
  13. Show
  14. BaseType "Blacksmith's Whetstone"
  15. SetTextColor 224 224 224
  16. Show
  17. BaseType "Glassblower's Bauble" "Orb of Transmutation" "Orb of Augmentation" "Orb of Alteration" "Chromatic Orb" "Jeweller's" "Orb of Chance"
  18. SetTextColor 192 0 255
  19. Show
  20. BaseType "Cartographer's Chisel" "Orb of Fusing" "Orb of Alchemy" "Orb of Scouring" "Blessed Orb" "Vaal Orb" "Orb of Regret"
  21. SetTextColor 192 0 255
  22. PlayAlertSound 5 100
  23. Show
  24. Class "Currency"
  25. SetFontSize 50
  26. SetTextColor 192 0 255
  27. SetBorderColor 192 0 255
  28. PlayAlertSound 7 100
  29.  
  30. ########## GEM ##########
  31. Show
  32. Class "Gem"
  33. Quality > 0
  34. SetTextColor 0 224 224
  35. SetBorderColor 0 224 224
  36. Show
  37. Class "Gem"
  38. SetTextColor 0 160 160
  39. SetBackgroundColor 0 0 0 224
  40.  
  41. ########## MAP ##########
  42. Show
  43. Class "Map"
  44. Rarity = Rare
  45. SetTextColor 224 224 0
  46. SetBorderColor 224 224 0
  47. PlayAlertSound 2 100
  48. Show
  49. Class "Map"
  50. Rarity = Magic
  51. SetTextColor 0 96 224
  52. SetBorderColor 0 96 224
  53. PlayAlertSound 2 100
  54. Show
  55. Class "Map" "Map Fragment"
  56. Rarity = Normal
  57. SetTextColor 224 224 224
  58. SetBorderColor 224 224 224
  59. PlayAlertSound 2 100
  60.  
  61. ########## VALUABLE ##########
  62. Show
  63. Rarity = Unique
  64. SetTextColor 255 128 0
  65. SetBorderColor 0 0 0
  66. PlayAlertSound 1 100
  67. Show
  68. Class "Card"
  69. SetTextColor 224 0 0
  70. PlayAlertSound 1 100
  71. Show
  72. LinkedSockets >= 5
  73. SetTextColor 255 0 128
  74. SetFontSize 50
  75. PlayAlertSound 1 100
  76.  
  77. ########## VENDOR RECIPE ##########
  78. Show
  79. Sockets = 6
  80. SetTextColor 0 224 0
  81. PlayAlertSound 6 100
  82. Show
  83. SocketGroup "RGB"
  84. SetTextColor 0 224 0
  85. PlayAlertSound 6 100
  86. Show
  87. Class "Flask"
  88. Quality >= 10
  89. SetTextColor 0 224 0
  90. Show
  91. BaseType "Stone Hammer" "Rock Breaker" "Gavel"
  92. Rarity = Normal
  93. SetTextColor 0 224 0
  94.  
  95. ########## RARE ##########
  96. # Maraketh Weapons
  97. Show
  98. BaseType "Maraketh Bow" "Gemini Claw" "Sai" "Runic Hatchet" "Behemoth Mace" "Tiger Hook" "Sambar Sceptre" "Eclipse Staff" "Dragoon Sword" "Fleshripper" "Coronal Maul" "Exquisite Blade" "Profane Wand"
  99. Rarity = Rare
  100. ItemLevel >= 73
  101. SetTextColor 224 224 0
  102.  
  103. # Chest
  104. Show
  105. BaseType "Astral Plate" "Glorious Plate" "Assassin's Garb" "Zodiac Leather" "Vaal Regalia" "Triumphant Lamellar" "Saintly Chainmail" "Sadist Garb" "Carnal Armour" "Sacrificial Garb"
  106. ItemLevel >= 73
  107. Rarity = Rare
  108. SetTextColor 224 224 0
  109.  
  110. # Helm
  111. Show
  112. BaseType "Eternal Burgonet" "Royal Burgonet" "Lion Pelt" "Hubris Circlet" "Nightmare Bascinet" "Praetor Crown" "Deicide Mask"
  113. ItemLevel >= 72
  114. Rarity = Rare
  115. SetTextColor 224 224 0
  116.  
  117. # Gloves
  118. Show
  119. BaseType "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts"
  120. ItemLevel >= 72
  121. Rarity = Rare
  122. SetTextColor 224 224 0
  123.  
  124. # Boots
  125. Show
  126. BaseType "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots"
  127. ItemLevel >= 72
  128. Rarity = Rare
  129. SetTextColor 224 224 0
  130.  
  131. # Belts
  132. Show
  133. BaseType "Rustic Sash" "Chain Belt" "Leather Belt"
  134. ItemLevel >= 72
  135. Rarity = Rare
  136. SetTextColor 224 224 0
  137.  
  138. # Shields
  139. Show
  140. BaseType "Fossilized Spirit Shield" "Titanium Spirit Shield" "Archon Kite Shield"
  141. ItemLevel >= 73
  142. Rarity = Rare
  143. SetTextColor 224 224 0
  144.  
  145. # Quivers
  146. Show
  147. BaseType "Spike-Point Arrow Quiver"
  148. ItemLevel >= 72
  149. Rarity = Rare
  150. SetTextColor 224 224 0
  151.  
  152. # Jewels OP
  153. Show
  154. Class "Jewel"
  155. Rarity = Rare
  156. SetTextColor 224 224 0
  157. SetBorderColor 160 0 0
  158.  
  159. # Bad Jewelry Bases
  160. Show
  161. BaseType "Coral Amulet" "Paua Ring" "Iron Ring" "Paua Amulet"
  162. Rarity = Rare
  163. SetTextColor 128 128 0
  164. SetBackgroundColor 0 0 0 192
  165.  
  166. # Good Jewelry Bases
  167. Show
  168. Class "Ring" "Amulet"
  169. Rarity = Rare
  170. SetTextColor 224 224 0
  171.  
  172. # The rest of the rares
  173. Show
  174. Rarity = Rare
  175. SetTextColor 128 128 0
  176. SetBackgroundColor 0 0 0 224
  177.  
  178. ########## MAGIC ##########
  179. Show
  180. Class "Jewel"
  181. Rarity = Magic
  182. SetTextColor 0 96 224
  183. SetBorderColor 160 0 0
  184.  
  185. ########## MISC ##########
  186. Show
  187. Class "Quest Item"
  188. SetTextColor 0 224 0
  189.  
  190. # Chance Orb Bait
  191. Show
  192. Rarity = Normal
  193. BaseType "Occultist's Vestment" "Imperial Bow" "Prophecy Wand" "Judgement Staff" "Gold Ring" "Gavel"
  194. ItemLevel >= 73
  195. SetTextColor 192 192 192
  196. SetBorderColor 160 0 0
  197.  
  198. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement