Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.52 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2.  
  3. # Section: 0100 # TOP TIER RARITY
  4.  
  5. Show
  6. Class "Fishing Rod"
  7. SetTextColor 255 0 0
  8. SetBackgroundColor 255 255 255
  9. SetBorderColor 255 0 0
  10. SetFontSize 45
  11. PlayAlertSound 6 300
  12.  
  13. Show
  14. Rarity = Unique
  15. SocketGroup "WWWWWW"
  16. BaseType "Simple Robe"
  17. SetTextColor 0 0 0
  18. SetBackgroundColor 175 96 37
  19. SetBorderColor 255 150 0
  20. SetFontSize 43
  21. PlayAlertSound 6 300
  22.  
  23. Show
  24. LinkedSockets = 6
  25. SetTextColor 255 0 0
  26. SetBackgroundColor 255 255 255
  27. SetBorderColor 255 0 0
  28. SetFontSize 45
  29. PlayAlertSound 6 300
  30.  
  31. Show
  32. BaseType "Mirror of Kalandra"
  33. SetTextColor 255 0 0
  34. SetBackgroundColor 255 255 255
  35. SetBorderColor 255 0 0
  36. SetFontSize 45
  37. PlayAlertSound 6 300
  38.  
  39. # Section: 0200 # UNIQUES AND MAPS
  40.  
  41. Show # T1 - These uniques are have a consistent price of ~0.5++ ex
  42. Rarity = Unique
  43. BaseType "Varnished Coat" "Gold Ring" "Ursine Pelt" "Champion Kite Shield" "Sapphire Flask" "Desert Brigandine" "Occultist" "Glorious" "Titanium" "Judgement Staff" "Siege Axe" "Spine Bow" "Prophecy Wand" "Sacrificial Garb" "Sorcerer Boots" "Topaz Flask" "Deicide Mask" "Imperial Skean" "Slaughter Knife" "Rawhide Boots" "Fiend Dagger" "Assassin's Garb" "Penetrating"
  44. SetTextColor 175 96 37
  45. SetBackgroundColor 255 255 255
  46. SetBorderColor 175 96 37
  47. SetFontSize 45
  48. PlayAlertSound 6 300
  49.  
  50. Show # T2 - These uniques usually are worth ~0.5 - 1 ex at the start of the league and drop to ~5c++ (sometimes ranging to an ex and up) over 1 - 2 month.
  51. Rarity = Unique
  52. BaseType "Golden Plate" "Nubuck Boots" "Serpentine Staff" "Vile Staff" "Terror Maul" "Full Wyrmscale" "Gavel" "Archon Kite Shield" "Reinforced Greaves" "Imperial Bow" "Conjurer Boots" "Steelscale Gauntlets" "Amethyst Ring" "Crusader Plate" "Ezomyte Burgonet" "Nightmare Bascinet" "Sharkskin Boots" "Two-Stone" "Granite Flask" "Imperial Staff" "Deerskin Gloves" "Sinner Tricorne" "Karui Sceptre" "Large Hybrid Flask" "Paua Ring" "Hubris" "Savant's Robe" "Vaal Regalia" "Reaver Sword" "Silver Flask" "Vaal Axe"
  53. SetTextColor 0 0 0
  54. SetBackgroundColor 200 96 37
  55. SetBorderColor 0 0 0
  56. SetFontSize 43
  57. PlayAlertSound 6 300
  58.  
  59. Show # T3 - Random uniques. In some cases, such as jewels some very valuable uniques may be still in here, but it's impossible to identify them.
  60. Rarity = Unique
  61. SetTextColor 175 96 37 254
  62. SetBackgroundColor 0 0 0 254
  63. SetBorderColor 175 96 37 254
  64. SetFontSize 39
  65. PlayAlertSound 6 300
  66.  
  67. Show # Maps:Unique
  68. Rarity = Unique
  69. Class "Maps"
  70. SetFontSize 40
  71. PlayAlertSound 6 300
  72.  
  73. Show # Maps:T1
  74. Class "Maps"
  75. BaseType "Crypt" "Desert" "Dunes" "Dungeon" "Grotto" "Pit Map" "Tropical Island"
  76. SetFontSize 34
  77. PlayAlertSound 4 200
  78.  
  79. Show # Maps:T2
  80. Class "Maps"
  81. BaseType "Arcade" "Cemetery" "Channel" "Mountain Ledge" "Sewer" "Thicket" "Wharf"
  82. SetFontSize 34
  83. PlayAlertSound 4 200
  84.  
  85. Show # Maps:T3
  86. Class "Maps"
  87. BaseType "Ghetto" "Mud Geyser" "Museum" "Quarry" "Reef" "Spider Lair" "Vaal Pyramid"
  88. SetFontSize 35
  89. PlayAlertSound 4 200
  90.  
  91. Show # Maps:T4
  92. Class "Maps"
  93. BaseType "Arena" "Overgrown Shrine" "Promenade" "Shore" "Spider Forest" "Tunnel" "Phantasmagoria"
  94. SetFontSize 35
  95. PlayAlertSound 4 200
  96.  
  97. Show # Maps:T5
  98. Class "Maps"
  99. BaseType "Bog Map" "Coves" "Graveyard" "Pier" "Underground Sea" "Villa Map"
  100. SetFontSize 36
  101. PlayAlertSound 4 200
  102.  
  103. Show # Maps:T6
  104. Class "Maps"
  105. BaseType "Arachnid" "Catacomb" "Colonnade" "Dry Woods" "Strand" "Temple"
  106. SetFontSize 38
  107. PlayAlertSound 4 200
  108.  
  109. Show # Maps:T7
  110. Class "Maps"
  111. BaseType "Jungle Valley" "Terrace" "Torture Chamber" "Waste Pool" "Abandoned Cavern"
  112. SetFontSize 40
  113. PlayAlertSound 4 300
  114.  
  115. Show # Maps:T8
  116. Class "Maps"
  117. BaseType "Canyon" "Cells" "Dark Forest" "Dry Peninsula" "Orchard"
  118. SetFontSize 41
  119. PlayAlertSound 4 300
  120.  
  121. Show # Maps:T9
  122. Class "Maps"
  123. BaseType "Arid Lake" "Gorge" "Residence" "Underground River" "Malformation"
  124. SetFontSize 41
  125. PlayAlertSound 4 300
  126.  
  127. Show # Maps:T10
  128. Class "Maps"
  129. BaseType "Bazaar" "Necropolis" "Plateau" "Volcano" "Chateau"
  130. SetFontSize 42
  131. PlayAlertSound 4 300
  132.  
  133. Show # Maps:T11
  134. Class "Maps"
  135. BaseType "Academy" "Crematorium" "Precinct" "Springs"
  136. SetFontSize 42
  137. PlayAlertSound 4 300
  138.  
  139. Show # Maps:T12
  140. Class "Maps"
  141. BaseType "Arsenal" "Overgrown Ruin" "Shipyard" "Village Ruin"
  142. SetTextColor 0 0 0
  143. SetBackgroundColor 200 200 200
  144. SetBorderColor 0 0 0
  145. SetFontSize 43
  146. PlayAlertSound 4 300
  147.  
  148. Show # Maps:T13
  149. Class "Maps"
  150. BaseType "Courtyard" "Excavation" "Wasteland" "Waterways"
  151. SetTextColor 0 0 0
  152. SetBackgroundColor 200 200 200
  153. SetBorderColor 0 0 0
  154. SetFontSize 44
  155. PlayAlertSound 4 300
  156.  
  157. Show # Maps:T14
  158. Class "Maps"
  159. BaseType "Shrine" "Conservatory" "Palace" "Vaal Temple"
  160. SetTextColor 0 0 0
  161. SetBackgroundColor 200 200 200
  162. SetBorderColor 0 0 0
  163. SetFontSize 45
  164. PlayAlertSound 4 300
  165.  
  166. Show # Maps:T15
  167. Class "Maps"
  168. BaseType "Abyss" "Colosseum" "Core"
  169. SetTextColor 0 0 0
  170. SetBackgroundColor 255 255 255
  171. SetBorderColor 0 0 0
  172. SetFontSize 45
  173. PlayAlertSound 6 300
  174.  
  175. Show
  176. Class "Maps"
  177. SetFontSize 44
  178. PlayAlertSound 4 300
  179.  
  180. Show
  181. Class "Map Fragments"
  182. BaseType "Mortal Hope"
  183. SetTextColor 0 0 0
  184. SetBackgroundColor 255 255 255
  185. SetBorderColor 0 0 0
  186. SetFontSize 45
  187. PlayAlertSound 6 300
  188.  
  189. Show
  190. Class "Map Fragments"
  191. SetFontSize 40
  192. PlayAlertSound 4 300
  193.  
  194. # Section: 0300 # CURRENCY
  195.  
  196. Show
  197. BaseType "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather"
  198. SetTextColor 255 0 0
  199. SetBackgroundColor 255 255 255
  200. SetBorderColor 255 0 0
  201. SetFontSize 45
  202. PlayAlertSound 6 300
  203.  
  204. Show
  205. BaseType "Regal Orb" "Orb of Regret" "Chaos Orb" "Blessed Orb" "Gemcutter's Prism" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Glassblower's Bauble" "Vaal Orb" "Cartographer's Chisel"
  206. SetTextColor 0 0 0
  207. SetBackgroundColor 190 178 135
  208. SetBorderColor 0 0 0
  209. SetFontSize 40
  210. PlayAlertSound 1 300
  211.  
  212. Show
  213. BaseType "Orb of Chance" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb"
  214. SetTextColor 190 178 135
  215. SetBorderColor 190 178 135 135
  216. SetFontSize 38
  217.  
  218. Show
  219. BaseType "Portal Scroll" "Scroll of Wisdom"
  220. SetTextColor 170 158 130 220
  221. SetBorderColor 0 0 0
  222.  
  223. Show
  224. BaseType "Scroll Fragment"
  225. SetTextColor 170 158 130 165
  226. SetFontSize 29
  227.  
  228. # TIER 1: 15C+++
  229. Show
  230. Class "Divination"
  231. BaseType "House of Mirrors" "Wealth and Power" "The Dragon's Heart" "The Brittle Emperor" "The Wind" "Celestial Justicar" "Dark Mage" "Doctor" "Fiend" "The Queen" "The Artist" "The Last One Standing" "The Artist" "Bowyer's Dream" "Hunter's Reward" "The Thaumaturgist" "The Warlord" "The Offering" "The Ethereal" "The Dapper Prodigy" "The Spoiled Prince" "Abandoned Wealth" "The Enlightened" "Last Hope"
  232. SetTextColor 0 0 255
  233. SetBackgroundColor 255 255 255
  234. SetBorderColor 0 0 255
  235. SetFontSize 45
  236. PlayAlertSound 6 300
  237.  
  238. # TIER 2: ~7C+
  239. Show
  240. Class "Divination"
  241. BaseType "The Aesthete" "The Risk" "Chains that Bind" "The Hunger" "The Incantation" "The Pact" "The Road to Power" "The Watcher" "The Betrayal" "The Pack Leader" "Merciless Armament" "Pride Before the Fall" "The King's Heart" "The Surveyor" "Rats" "Tranquillity" "The Vast" "Chaotic Disposition" "The Throne"
  242. SetTextColor 0 0 0
  243. SetBackgroundColor 0 210 255
  244. SetBorderColor 0 0 255
  245. SetFontSize 44
  246. PlayAlertSound 1 300
  247.  
  248. # TIER 3: ~2C+
  249. Show
  250. Class "Divination"
  251. BaseType "Glimmer" "The Demoness" "The Drunken Aristocrat" "The Fletcher" "Avenger" "Time-Lost Relic" "Earth Drinker" "The Arena Champion" "The Mercenary" "The Trial" "Grave Knowledge" "The Siren" "Encroaching Darkness" "Doedre's Madness" "Humility" "The Union" "Lucky Connections" "Jack in the Box" "The Inventor" "Hope" "The Hoarder" "Gemcutter's Promise" "The Explorer" "Anarchy's Price" "Blind Venture" "The Cartographer" "Scholar of the Seas" "Volatile Power" "Lost Worlds" "The Body" "Birth of the Three" "Vinia's Token" "The Sigil" "Boundless Realms"
  252. SetTextColor 0 0 0
  253. SetBackgroundColor 110 215 230 235
  254. SetBorderColor 0 110 255
  255. SetFontSize 40
  256. PlayAlertSound 1 300
  257.  
  258. Show
  259. Class "Divination"
  260. BaseType "Carrion Crow" "Other Cheek"
  261. SetTextColor 0 0 0
  262. SetBackgroundColor 175 215 230 200
  263. SetBorderColor 0 0 0
  264. SetFontSize 32
  265.  
  266. # TIER 4: Rest. <2c
  267. Show
  268. Class "Divination"
  269. SetTextColor 0 0 0
  270. SetBackgroundColor 145 215 230 225
  271. SetBorderColor 0 100 215
  272. SetFontSize 38
  273. PlayAlertSound 1 300
  274.  
  275. Show
  276. Class "Currency"
  277. SetBorderColor 0 0 0
  278.  
  279. Show
  280. Class "Stackable" "Currency"
  281. SetBorderColor 0 0 0
  282.  
  283. # Section: 0500 # ETUP
  284.  
  285. Show
  286. Sockets = 6
  287. SetBackgroundColor 75 75 75
  288. SetBorderColor 250 250 250
  289. SetFontSize 39
  290. PlayAlertSound 1 300
  291.  
  292. Show
  293. ItemLevel >= 84
  294. Rarity <= Rare
  295. BaseType "Platinum Kris"
  296. SetTextColor 200 200 200
  297. SetBorderColor 38 209 22 200
  298.  
  299. Show
  300. ItemLevel >= 74
  301. Rarity <= Magic
  302. BaseType "Platinum Kris"
  303. SetBorderColor 121 13 161
  304.  
  305. Show
  306. ItemLevel >= 83
  307. Rarity <= Rare
  308. BaseType "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Opal Sceptre"
  309. SetBorderColor 38 209 22 200
  310.  
  311. Show
  312. ItemLevel >= 77
  313. Rarity <= Magic
  314. BaseType "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Opal Sceptre"
  315. SetBorderColor 208 32 144
  316.  
  317. Show
  318. ItemLevel >= 73
  319. Rarity <= Magic
  320. BaseType "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Opal Sceptre"
  321. SetBorderColor 121 13 161
  322.  
  323. Show
  324. ItemLevel >= 84
  325. Rarity <= Rare
  326. BaseType "Astral Plate" "Titan Gauntlets" "Slink Boots" "Slink Gloves" "Titan Greaves" "Dragonscale Boots" "Dragonscale Gauntlets" "Royal Burgonet" "Lion Pelt" "Nightmare Bascinet" "Imperial Buckler" "Colossal Tower Shield"
  327. SetBorderColor 38 209 22 200
  328.  
  329. Show
  330. ItemLevel >= 74
  331. Rarity <= Magic
  332. BaseType "Astral Plate" "Titan Gauntlets" "Slink Boots" "Slink Gloves" "Titan Greaves" "Dragonscale Boots" "Dragonscale Gauntlets" "Royal Burgonet" "Lion Pelt" "Nightmare Bascinet" "Imperial Buckler" "Colossal Tower Shield" "Spike-Point Arrow Quiver"
  333. SetBorderColor 121 13 161
  334.  
  335. Show
  336. ItemLevel >= 84
  337. Rarity <= Rare
  338. BaseType "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Gloves" "Crusader Boots" "Archon Kite Shield"
  339. SetBorderColor 38 209 22 200
  340.  
  341. Show
  342. ItemLevel >= 78
  343. Rarity <= Magic
  344. BaseType "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Boots" "Crusader Gloves"
  345. SetBorderColor 208 32 144
  346.  
  347. Show
  348. ItemLevel >= 75
  349. Rarity <= Magic
  350. BaseType "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Gloves" "Crusader Boots" "Archon Kite Shield"
  351. SetBorderColor 121 13 161
  352.  
  353. Show
  354. ItemLevel >= 75
  355. Rarity <= Magic
  356. BaseType "Two-Stone Ring" "Topaz Ring" "Diamond Ring" "Ruby Ring" "Sapphire Ring" "Turquoise Amulet" "Citrine Amulet" "Lapis Amulet" "Amber Amulet" "Onyx Amulet" "Gold Amulet" "Prismatic Ring" "Rustic Sash" "Leather Belt" "Jade Amulet"
  357.  
  358. Show
  359. ItemLevel >= 75
  360. Rarity = Rare
  361. Class "Rings" "Amulets" "Belts"
  362. SetBorderColor 247 116 144
  363.  
  364. Show
  365. ItemLevel >= 75
  366. Rarity = Rare
  367. SetBorderColor 247 116 144
  368.  
  369. Show
  370. ItemLevel >= 67
  371. Rarity <= Magic
  372. BaseType "Astral Plate" "Titan Gauntlets" "Slink Boots" "Slink Gloves" "Titan Greaves" "Dragonscale Boots" "Dragonscale Gauntlets" "Royal Burgonet" "Lion Pelt" "Nightmare Bascinet" "Imperial Buckler" "Colossal Tower Shield" "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Platinum Kris" "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Gloves" "Crusader Boots" "Archon Kite Shield"
  373. SetBorderColor 0 0 0 0
  374.  
  375. Show
  376. ItemLevel >= 60
  377. Rarity <= Magic
  378. BaseType "Two-Stone Ring" "Topaz Ring" "Diamond Ring" "Ruby Ring" "Sapphire Ring" "Turquoise Amulet" "Citrine Amulet" "Lapis Amulet" "Amber Amulet" "Onyx Amulet" "Gold Amulet" "Prismatic Ring" "Rustic Sash" "Leather Belt"
  379.  
  380. Show
  381. ItemLevel = 1
  382. Rarity >= Rare
  383.  
  384. Show
  385. SocketGroup "RGB"
  386. SetBorderColor 208 179 245
  387.  
  388. Show
  389. Rarity = Normal
  390. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  391.  
  392. Hide
  393. ItemLevel >= 75
  394. BaseType "Divine Life Flask" "Eternal Life Flask" "Hallowed Life Flask" "Quicksilver Flask" "Granite Flask" "Jade Flask" "Topaz Flask" "Ruby Flask" "Sapphire Flask" "Basalt Flask" "Stibnite Flask" "Silver Flask"
  395.  
  396. Show
  397. BaseType "Divine Life Flask" "Eternal Life Flask" "Hallowed Life Flask" "Quicksilver Flask" "Granite Flask" "Jade Flask" "Topaz Flask" "Ruby Flask" "Sapphire Flask" "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask" "Bismuth Flask"
  398.  
  399. Hide
  400. ItemLevel >= 67
  401. Rarity <= Magic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement