Advertisement
Guest User

Untitled

a guest
Jun 5th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.34 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2.  
  3. # Section: 0000 # INTRO
  4.  
  5. Show
  6. Class "Microtransactions"
  7.  
  8. Show
  9. Class "Quest" "Items"
  10. SetBorderColor 74 230 58
  11. SetFontSize 40
  12.  
  13. Show
  14. BaseType "Offering to the Goddess"
  15. SetTextColor 0 0 0
  16. SetBackgroundColor 180 0 0
  17. SetBorderColor 0 0 0
  18. SetFontSize 40
  19. PlayAlertSound 4 300
  20.  
  21. Show
  22. Class "Labyrinth"
  23. SetTextColor 74 230 58
  24. SetBorderColor 74 230 58
  25. SetFontSize 40
  26.  
  27. # Section: 0100 # TOP TIER RARITY
  28.  
  29. Show
  30. Class "Fishing Rod"
  31. SetTextColor 255 0 0
  32. SetBackgroundColor 255 255 255
  33. SetBorderColor 255 0 0
  34. SetFontSize 45
  35. PlayAlertSound 6 300
  36.  
  37. Show
  38. Rarity = Unique
  39. SocketGroup "WWWWWW"
  40. BaseType "Simple Robe"
  41. SetTextColor 0 0 0
  42. SetBackgroundColor 175 96 37
  43. SetBorderColor 255 150 0
  44. SetFontSize 43
  45. PlayAlertSound 6 300
  46.  
  47. Show
  48. LinkedSockets = 6
  49. SetTextColor 255 0 0
  50. SetBackgroundColor 255 255 255
  51. SetBorderColor 255 0 0
  52. SetFontSize 45
  53. PlayAlertSound 6 300
  54.  
  55. Show
  56. BaseType "Mirror of Kalandra"
  57. SetTextColor 255 0 0
  58. SetBackgroundColor 255 255 255
  59. SetBorderColor 255 0 0
  60. SetFontSize 45
  61. PlayAlertSound 6 300
  62.  
  63. # Section: 0200 # UNIQUES AND MAPS
  64.  
  65. Show # T1 - These uniques are have a consistent price of ~0.5++ ex
  66. Rarity = Unique
  67. 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"
  68. SetTextColor 175 96 37
  69. SetBackgroundColor 255 255 255
  70. SetBorderColor 175 96 37
  71. SetFontSize 45
  72. PlayAlertSound 6 300
  73.  
  74. 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.
  75. Rarity = Unique
  76. 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"
  77. SetTextColor 0 0 0
  78. SetBackgroundColor 200 96 37
  79. SetBorderColor 0 0 0
  80. SetFontSize 43
  81. PlayAlertSound 6 300
  82.  
  83. 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.
  84. Rarity = Unique
  85. SetTextColor 175 96 37 254
  86. SetBackgroundColor 0 0 0 254
  87. SetBorderColor 175 96 37 254
  88. SetFontSize 39
  89. PlayAlertSound 6 300
  90.  
  91. Show # Maps:Unique
  92. Rarity = Unique
  93. Class "Maps"
  94. SetFontSize 40
  95. PlayAlertSound 6 300
  96.  
  97. Show # Maps:T1
  98. Class "Maps"
  99. BaseType "Crypt" "Desert" "Dunes" "Dungeon" "Grotto" "Pit Map" "Tropical Island"
  100. SetFontSize 34
  101. PlayAlertSound 4 200
  102.  
  103. Show # Maps:T2
  104. Class "Maps"
  105. BaseType "Arcade" "Cemetery" "Channel" "Mountain Ledge" "Sewer" "Thicket" "Wharf"
  106. SetFontSize 34
  107. PlayAlertSound 4 200
  108.  
  109. Show # Maps:T3
  110. Class "Maps"
  111. BaseType "Ghetto" "Mud Geyser" "Museum" "Quarry" "Reef" "Spider Lair" "Vaal Pyramid"
  112. SetFontSize 35
  113. PlayAlertSound 4 200
  114.  
  115. Show # Maps:T4
  116. Class "Maps"
  117. BaseType "Arena" "Overgrown Shrine" "Promenade" "Shore" "Spider Forest" "Tunnel" "Phantasmagoria"
  118. SetFontSize 35
  119. PlayAlertSound 4 200
  120.  
  121. Show # Maps:T5
  122. Class "Maps"
  123. BaseType "Bog Map" "Coves" "Graveyard" "Pier" "Underground Sea" "Villa Map"
  124. SetFontSize 36
  125. PlayAlertSound 4 200
  126.  
  127. Show # Maps:T6
  128. Class "Maps"
  129. BaseType "Arachnid" "Catacomb" "Colonnade" "Dry Woods" "Strand" "Temple"
  130. SetFontSize 38
  131. PlayAlertSound 4 200
  132.  
  133. Show # Maps:T7
  134. Class "Maps"
  135. BaseType "Jungle Valley" "Terrace" "Torture Chamber" "Waste Pool" "Abandoned Cavern"
  136. SetFontSize 40
  137. PlayAlertSound 4 300
  138.  
  139. Show # Maps:T8
  140. Class "Maps"
  141. BaseType "Canyon" "Cells" "Dark Forest" "Dry Peninsula" "Orchard"
  142. SetFontSize 41
  143. PlayAlertSound 4 300
  144.  
  145. Show # Maps:T9
  146. Class "Maps"
  147. BaseType "Arid Lake" "Gorge" "Residence" "Underground River" "Malformation"
  148. SetFontSize 41
  149. PlayAlertSound 4 300
  150.  
  151. Show # Maps:T10
  152. Class "Maps"
  153. BaseType "Bazaar" "Necropolis" "Plateau" "Volcano" "Chateau"
  154. SetFontSize 42
  155. PlayAlertSound 4 300
  156.  
  157. Show # Maps:T11
  158. Class "Maps"
  159. BaseType "Academy" "Crematorium" "Precinct" "Springs"
  160. SetFontSize 42
  161. PlayAlertSound 4 300
  162.  
  163. Show # Maps:T12
  164. Class "Maps"
  165. BaseType "Arsenal" "Overgrown Ruin" "Shipyard" "Village Ruin"
  166. SetTextColor 0 0 0
  167. SetBackgroundColor 200 200 200
  168. SetBorderColor 0 0 0
  169. SetFontSize 43
  170. PlayAlertSound 4 300
  171.  
  172. Show # Maps:T13
  173. Class "Maps"
  174. BaseType "Courtyard" "Excavation" "Wasteland" "Waterways"
  175. SetTextColor 0 0 0
  176. SetBackgroundColor 200 200 200
  177. SetBorderColor 0 0 0
  178. SetFontSize 44
  179. PlayAlertSound 4 300
  180.  
  181. Show # Maps:T14
  182. Class "Maps"
  183. BaseType "Shrine" "Conservatory" "Palace" "Vaal Temple"
  184. SetTextColor 0 0 0
  185. SetBackgroundColor 200 200 200
  186. SetBorderColor 0 0 0
  187. SetFontSize 45
  188. PlayAlertSound 4 300
  189.  
  190. Show # Maps:T15
  191. Class "Maps"
  192. BaseType "Abyss" "Colosseum" "Core"
  193. SetTextColor 0 0 0
  194. SetBackgroundColor 255 255 255
  195. SetBorderColor 0 0 0
  196. SetFontSize 45
  197. PlayAlertSound 6 300
  198.  
  199. Show
  200. Class "Maps"
  201. SetFontSize 44
  202. PlayAlertSound 4 300
  203.  
  204. Show
  205. Class "Map Fragments"
  206. BaseType "Mortal Hope"
  207. SetTextColor 0 0 0
  208. SetBackgroundColor 255 255 255
  209. SetBorderColor 0 0 0
  210. SetFontSize 45
  211. PlayAlertSound 6 300
  212.  
  213. Show
  214. Class "Map Fragments"
  215. SetFontSize 40
  216. PlayAlertSound 4 300
  217.  
  218. # Section: 0300 # CURRENCY
  219.  
  220. Show
  221. BaseType "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather"
  222. SetTextColor 255 0 0
  223. SetBackgroundColor 255 255 255
  224. SetBorderColor 255 0 0
  225. SetFontSize 45
  226. PlayAlertSound 6 300
  227.  
  228. Show
  229. 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"
  230. SetTextColor 0 0 0
  231. SetBackgroundColor 190 178 135
  232. SetBorderColor 0 0 0
  233. SetFontSize 40
  234. PlayAlertSound 1 300
  235.  
  236. Show
  237. BaseType "Orb of Chance" "Orb of Alteration" "Chromatic Orb" "Jeweller's Orb"
  238. SetTextColor 190 178 135
  239. SetBorderColor 190 178 135 135
  240. SetFontSize 38
  241.  
  242. Show
  243. BaseType "Portal Scroll" "Scroll of Wisdom"
  244. SetTextColor 170 158 130 220
  245. SetBorderColor 0 0 0
  246.  
  247. Show
  248. BaseType "Scroll Fragment"
  249. SetTextColor 170 158 130 165
  250. SetFontSize 29
  251.  
  252. # TIER 1: 15C+++
  253. Show
  254. Class "Divination"
  255. 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"
  256. SetTextColor 0 0 255
  257. SetBackgroundColor 255 255 255
  258. SetBorderColor 0 0 255
  259. SetFontSize 45
  260. PlayAlertSound 6 300
  261.  
  262. # TIER 2: ~7C+
  263. Show
  264. Class "Divination"
  265. 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"
  266. SetTextColor 0 0 0
  267. SetBackgroundColor 0 210 255
  268. SetBorderColor 0 0 255
  269. SetFontSize 44
  270. PlayAlertSound 1 300
  271.  
  272. # TIER 3: ~2C+
  273. Show
  274. Class "Divination"
  275. 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"
  276. SetTextColor 0 0 0
  277. SetBackgroundColor 110 215 230 235
  278. SetBorderColor 0 110 255
  279. SetFontSize 40
  280. PlayAlertSound 1 300
  281.  
  282. Show
  283. Class "Divination"
  284. BaseType "Carrion Crow" "Other Cheek"
  285. SetTextColor 0 0 0
  286. SetBackgroundColor 175 215 230 200
  287. SetBorderColor 0 0 0
  288. SetFontSize 32
  289.  
  290. # TIER 4: Rest. <2c
  291. Show
  292. Class "Divination"
  293. SetTextColor 0 0 0
  294. SetBackgroundColor 145 215 230 225
  295. SetBorderColor 0 100 215
  296. SetFontSize 38
  297. PlayAlertSound 1 300
  298.  
  299. Show
  300. Class "Currency"
  301. SetBorderColor 0 0 0
  302.  
  303. Show
  304. Class "Stackable" "Currency"
  305. SetBorderColor 0 0 0
  306.  
  307. # Section: 0400 # SKILL GEMS
  308.  
  309. Show
  310. Quality >= 15
  311. Class "Gem"
  312. BaseType "Empower" "Enlighten"
  313. SetTextColor 30 150 180
  314. SetBackgroundColor 255 255 255
  315. SetBorderColor 30 150 180
  316. SetFontSize 45
  317. PlayAlertSound 6 300
  318.  
  319. Show
  320. Quality = 20
  321. Class "Gem"
  322. SetTextColor 30 150 180
  323. SetBackgroundColor 255 255 255
  324. SetBorderColor 30 150 180
  325. SetFontSize 45
  326. PlayAlertSound 6 300
  327.  
  328. Show # Drop only good gems
  329. Class "Gem"
  330. BaseType "Portal" "Empower" "Enlighten" "Enhance" "Vaal Haste"
  331. SetBorderColor 30 150 180
  332. SetFontSize 41
  333. PlayAlertSound 6 300
  334.  
  335. Show # Drop only meh gems
  336. Class "Gem"
  337. BaseType "Detonate Mines" "Added Chaos Damage" "Vaal"
  338. SetBorderColor 30 150 180 150
  339. SetFontSize 38
  340.  
  341. Show
  342. Quality >= 15
  343. Class "Gems"
  344. SetBorderColor 30 150 180
  345. SetFontSize 41
  346. PlayAlertSound 1 300
  347.  
  348. Show
  349. Quality > 0
  350. Class "Gems"
  351. SetBorderColor 30 150 180 155
  352. SetFontSize 38
  353.  
  354. Show
  355. Class "Gems"
  356.  
  357. # Section: 0500 # ETUP
  358.  
  359. Show
  360. Sockets = 6
  361. SetBackgroundColor 75 75 75
  362. SetBorderColor 250 250 250
  363. SetFontSize 39
  364. PlayAlertSound 1 300
  365.  
  366. Show
  367. ItemLevel >= 84
  368. Rarity <= Rare
  369. BaseType "Platinum Kris"
  370. SetTextColor 200 200 200
  371. SetBorderColor 38 209 22 200
  372.  
  373. Show
  374. ItemLevel >= 74
  375. Rarity <= Magic
  376. BaseType "Platinum Kris"
  377. SetBorderColor 121 13 161
  378.  
  379. Show
  380. ItemLevel >= 83
  381. Rarity <= Rare
  382. BaseType "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Opal Sceptre"
  383. SetBorderColor 38 209 22 200
  384.  
  385. Show
  386. ItemLevel >= 77
  387. Rarity <= Magic
  388. BaseType "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Opal Sceptre"
  389. SetBorderColor 208 32 144
  390.  
  391. Show
  392. ItemLevel >= 73
  393. Rarity <= Magic
  394. BaseType "Imperial Skean" "Imbued Wand" "Jewelled Foil" "Vaal Rapier" "Harbinger Bow" "Exquisite Blade" "Fleshripper" "Vaal Axe" "Coronal Maul" "Opal Sceptre"
  395. SetBorderColor 121 13 161
  396.  
  397. Show
  398. ItemLevel >= 84
  399. Rarity <= Rare
  400. 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"
  401. SetBorderColor 38 209 22 200
  402.  
  403. Show
  404. ItemLevel >= 74
  405. Rarity <= Magic
  406. 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"
  407. SetBorderColor 121 13 161
  408.  
  409. Show
  410. ItemLevel >= 84
  411. Rarity <= Rare
  412. BaseType "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Gloves" "Crusader Boots" "Archon Kite Shield"
  413. SetBorderColor 38 209 22 200
  414.  
  415. Show
  416. ItemLevel >= 78
  417. Rarity <= Magic
  418. BaseType "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Boots" "Crusader Gloves"
  419. SetBorderColor 208 32 144
  420.  
  421. Show
  422. ItemLevel >= 75
  423. Rarity <= Magic
  424. BaseType "Vaal Regalia" "Sorcerer Boots" "Sorcerer Gloves" "Hubris Circlet" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Crusader Gloves" "Crusader Boots" "Archon Kite Shield"
  425. SetBorderColor 121 13 161
  426.  
  427. Show
  428. ItemLevel >= 75
  429. Rarity <= Magic
  430. 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"
  431.  
  432. Show
  433. ItemLevel >= 75
  434. Rarity = Rare
  435. Class "Rings" "Amulets" "Belts"
  436. SetBorderColor 247 116 144
  437.  
  438. Show
  439. ItemLevel >= 75
  440. Rarity = Rare
  441. SetBorderColor 247 116 144
  442.  
  443. Show
  444. ItemLevel >= 67
  445. Rarity <= Magic
  446. 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"
  447. SetBorderColor 0 0 0 0
  448.  
  449. Show
  450. ItemLevel >= 60
  451. Rarity <= Magic
  452. 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"
  453.  
  454. Show
  455. ItemLevel = 1
  456. Rarity >= Rare
  457.  
  458. Show
  459. SocketGroup "RGB"
  460. SetBorderColor 208 179 245
  461.  
  462. Show
  463. Rarity = Normal
  464. BaseType "Gavel" "Stone Hammer" "Rock Breaker"
  465.  
  466. # Section: 0600 # CHANCING
  467.  
  468. # PRIORITY CHANCE ITEMS ### THESE ITEMS PLAY A SOUND WHEN FOUND ###
  469. Show # SKYFORTH - You can add your own items here. The items will cause a drop sound.
  470. Rarity = Normal
  471. BaseType "Sorcerer Boots" "Sapphire Flask"
  472. SetTextColor 255 255 255
  473. SetBorderColor 0 210 0 210
  474. SetFontSize 38
  475. PlayAlertSound 7 300
  476.  
  477. # Section: 0700 # Random shit
  478.  
  479. Show
  480. 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"
  481.  
  482. Hide
  483. ItemLevel >= 75
  484. 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"
  485.  
  486. Hide
  487. ItemLevel >= 67
  488. Rarity <= Magic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement