Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #-------------------------------------------------------------------
  2. # LINE OF WARNING - This filter only shows very good crafting bases
  3. # with an item level of at least 84
  4. # See line 674 for more information
  5. # minor Currency items and Divination cards are partially hidden
  6. #-------------------------------------------------------------------
  7.  
  8. #-------------------------------------------------------------------
  9. # Changes by Leth
  10. # Efficiency Overhaul (operator precedence)
  11. # - shorten/removed various unnecessary chunks of code
  12. #
  13. # Empys Customization Thread (identifier: [empyCustom])
  14. # - Leather Belts Notification (same as Sorcerer Boots)
  15. # - added Divination Cards to %TB-Divination-T3 - "The Gambler" "Her Mask"
  16. # - non-targeted Divination Cards set to hide (line:516)
  17. # - hide all rares except juicy crafting bases >= 84
  18. #-------------------------------------------------------------------
  19.  
  20. #-------------------------------------------------------------------
  21. #changes made by FaYe
  22. #-color of minor currency groups now have a grey-ish look with orange font
  23. #-scrolls of wisdom now show (small font)
  24. #-portal scroll is now one tier lower
  25. #-splinter of tul now is white, corresponding to it's icon appearance
  26. #-changed sound of uniques
  27. #-changed loudness of sorcerer boots to 300
  28. #-changed maps, div cards, currency (too much to list D:)
  29. #-edited borders of splinters and rares
  30. #-edited cards and uniques
  31. #-------------------------------------------------------------------
  32.  
  33. #-------------------------------------------------------------------
  34. #Gemuesefilter 2.5 Breach League
  35. #Last Update: 07-December-2016
  36. #Date: 28-August-2015
  37. #Verbesserungsvorschläge, Kritik, Feedback auf http://www.baudusau.tv/t/4842/1/gemuesefilter#p36562
  38. #-------------------------------------------------------------------
  39.  
  40. #-------------------------------------------------------------------
  41.  
  42. #------------------------------------
  43. # [0202] Shaper and Elder Items
  44. #------------------------------------
  45.  
  46. Show #$ %SHELDER
  47. ElderItem True
  48. BaseType "Stygian Vise" "Steel Ring" "Opal Ring" "Blue Pearl Amulet" "Marble Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Crystal Belt"
  49. Rarity <= Rare
  50. SetFontSize 45
  51. SetTextColor 50 130 165 255 # TEXTCOLOR: ShaperElder
  52. SetBorderColor 50 130 165 255 # BORDERCOLOR: ShaperElder
  53. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  54. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  55.  
  56. Show
  57. ShaperItem True
  58. BaseType "Stygian Vise" "Steel Ring" "Opal Ring" "Blue Pearl Amulet" "Marble Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Crystal Belt"
  59. Rarity <= Rare
  60. SetFontSize 45
  61. SetTextColor 50 130 165 255 # TEXTCOLOR: ShaperElder
  62. SetBorderColor 50 130 165 255 # BORDERCOLOR: ShaperElder
  63. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  64. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  65.  
  66. Show #$ %SHELDER
  67. ElderItem True
  68. BaseType "Onyx Amulet" "Diamond" "Two-Stone" "Titan Gauntlets" "Slink Gloves" "Royal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots" "Hubris Circlet" "Profane Wand" "Sambar Sceptre" "Void Sceptre" "Imbued Wand" "Pinnacle Tower Shield" "Kris" "Prismatic" "Astral Plate" "Assassin's Garb" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Siege Axe" "Harpy Rapier" "Demon Dagger" "Skean" "Spiraled Foil" "Jewelled Foil" "Profane Wand" "Sambar Sceptre" "Void Sceptre" "Imbued Wand" "Pinnacle Tower Shield" "Kris" "Prismatic" "Astral Plate" "Assassin's Garb"
  69. Rarity <= Rare
  70. ItemLevel >= 84
  71. SetFontSize 45
  72. SetTextColor 50 130 165 255 # TEXTCOLOR: ShaperElder
  73. SetBorderColor 50 130 165 255 # BORDERCOLOR: ShaperElder
  74. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  75. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  76.  
  77. Show
  78. ShaperItem True
  79. BaseType "Onyx Amulet" "Diamond" "Two-Stone" "Titan Gauntlets" "Slink Gloves" "Royal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots" "Hubris Circlet" "Profane Wand" "Sambar Sceptre" "Void Sceptre" "Imbued Wand" "Pinnacle Tower Shield" "Kris" "Prismatic" "Astral Plate" "Assassin's Garb" "Vaal Axe" "Coronal Maul" "Exquisite Blade" "Fleshripper" "Harbinger Bow" "Gemini Claw" "Ambusher" "Siege Axe" "Harpy Rapier" "Demon Dagger" "Skean" "Spiraled Foil" "Jewelled Foil" "Profane Wand" "Sambar Sceptre" "Void Sceptre" "Imbued Wand" "Pinnacle Tower Shield" "Kris" "Prismatic" "Astral Plate" "Assassin's Garb"
  80. Rarity <= Rare
  81. ItemLevel >= 84
  82. SetFontSize 45
  83. SetTextColor 50 130 165 255 # TEXTCOLOR: ShaperElder
  84. SetBorderColor 50 130 165 255 # BORDERCOLOR: ShaperElder
  85. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  86. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  87.  
  88. Show #$ %SHELDER
  89. ElderItem True
  90. Class "Boots" "Gloves" "Belt" "Ring" "Amulet" "Helmet" "Dagger" "Sceptre" "Wand"
  91. Rarity <= Rare
  92. ItemLevel >= 84
  93. SetFontSize 45
  94. SetTextColor 50 130 165 255 # TEXTCOLOR: ShaperElder
  95. SetBorderColor 50 130 165 255 # BORDERCOLOR: ShaperElder
  96. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  97. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  98.  
  99. Show
  100. ShaperItem True
  101. Class "Boots" "Gloves" "Belt" "Ring" "Amulet" "Helmet" "Dagger" "Sceptre" "Wand"
  102. Rarity <= Rare
  103. ItemLevel >= 84
  104. SetFontSize 45
  105. SetTextColor 50 130 165 255 # TEXTCOLOR: ShaperElder
  106. SetBorderColor 50 130 165 255 # BORDERCOLOR: ShaperElder
  107. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  108. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  109.  
  110. Show #$ %SHELDER
  111. ElderItem True
  112. Rarity <= Rare
  113. SetFontSize 45
  114. SetTextColor 255 255 255 255 # TEXTCOLOR: Normal Items: Strong Highlight
  115. SetBorderColor 255 255 255 255 # BORDERCOLOR: Cosmetic: Highlight good drops
  116. SetBackgroundColor 50 130 165 # BACKGROUND: ShaperElder
  117. PlayAlertSound 3 300 # DROPSOUND: ShaperElder
  118.  
  119. Show
  120. ShaperItem True
  121. Rarity <= Rare
  122. SetFontSize 45
  123. SetTextColor 255 255 255 255 # TEXTCOLOR: Normal Items: Strong Highlight
  124. SetBorderColor 255 255 255 255 # BORDERCOLOR: Cosmetic: Highlight good drops
  125. SetBackgroundColor 50 130 165 # BACKGROUND: ShaperElder
  126. PlayAlertSound 3 300 # DROPSOUND: ShaperElder
  127.  
  128.  
  129. #------------------------------------
  130. # [0205] Exclusive bases: Stygian Vise
  131. #------------------------------------
  132.  
  133. Show #$ %TB-Vise
  134. BaseType "Stygian Vise"
  135. ItemLevel >= 84
  136. SetFontSize 45
  137. SetTextColor 255 255 255 255 # TEXTCOLOR: Normal Items: Strong Highlight
  138. SetBorderColor 255 255 255 255 # BORDERCOLOR: Cosmetic: Highlight good drops
  139. SetBackgroundColor 255 125 0 255 # BACKGROUND: Atlas bases
  140. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  141.  
  142. Show #$ %TB-Vise
  143. BaseType "Stygian Vise"
  144. Rarity = Rare
  145. ItemLevel >= 75
  146. SetFontSize 45
  147. SetTextColor 255 190 0 # TEXTCOLOR: Rares - Level - 75+
  148. SetBorderColor 255 125 0 255 # BORDERCOLOR: Atlas bases
  149. SetBackgroundColor 0 0 0 255 # BACKGROUND: T6-10 maps, currency, talismans
  150.  
  151. Show #$ %TB-Vise %H5
  152. BaseType "Stygian Vise"
  153. SetFontSize 42
  154. SetBorderColor 255 125 0 255 # BORDERCOLOR: Atlas bases
  155. SetBackgroundColor 0 0 0 255 # BACKGROUND: T6-10 maps, currency, talismans
  156.  
  157. #-------------------------------------------------------------------
  158.  
  159. #------------------------------------
  160. # [0206] Abyss Jewels (Rare and Magic)
  161. #------------------------------------
  162.  
  163. Show #$trinkets, jewels - 84+
  164. Class "Abyss Jewel"
  165. Rarity = Rare
  166. ItemLevel >= 84
  167. SetFontSize 45
  168. SetTextColor 255 255 0 255 # TEXTCOLOR: Jewel: Rare
  169. SetBorderColor 240 30 0 255 # BORDERCOLOR: Abyss84
  170. SetBackgroundColor 120 120 0 255 # BACKGROUND: Jewel: Rare
  171. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  172.  
  173. Show #$trinkets, jewels - 84+
  174. Class "Abyss Jewel"
  175. Rarity <= Magic
  176. ItemLevel >= 84
  177. SetFontSize 45
  178. SetTextColor 0 100 255 # TEXTCOLOR: Jewel: Magic
  179. SetBorderColor 240 30 0 255 # BORDERCOLOR: Abyss84
  180. SetBackgroundColor 0 20 40 255 # BACKGROUND: Jewel: Magic
  181. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  182.  
  183. Show #$trinkets, jewels
  184. Class "Abyss Jewel"
  185. Rarity = Rare
  186. SetFontSize 45
  187. SetTextColor 255 255 0 255 # TEXTCOLOR: Jewel: Rare
  188. SetBorderColor 75 240 75 250 # BORDERCOLOR: Abyss
  189. SetBackgroundColor 120 120 0 255 # BACKGROUND: Jewel: Rare
  190. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  191.  
  192. Show #$trinkets, jewels %H5
  193. Class "Abyss Jewel"
  194. Rarity <= Magic
  195. SetFontSize 42
  196. SetTextColor 0 100 255 # TEXTCOLOR: Jewel: Magic
  197. SetBorderColor 75 240 75 250 # BORDERCOLOR: Abyss
  198. SetBackgroundColor 0 20 40 255 # BACKGROUND: Jewel: Magic
  199.  
  200. #------------------------------------
  201. # [1707] Harbinger - Pieces
  202. #------------------------------------
  203.  
  204. Show # Harbinger League Pieces
  205. Class Piece
  206. SetFontSize 45
  207. SetTextColor 255 255 255 255 # TEXTCOLOR: Normal Items: Strong Highlight
  208. SetBorderColor 255 255 255 255 # BORDERCOLOR: Cosmetic: Highlight good drops
  209. SetBackgroundColor 37 105 175 255 # BACKGROUND: Harbinger Item - Pieces
  210. PlayAlertSound 3 300 # DROPSOUND: Random uniques, 20qual gems
  211.  
  212. #-------------------------------------------------------------------
  213.  
  214. # Ancient Reliquary Key
  215.  
  216. Show
  217. Class "Misc Map Items"
  218. SetTextColor 255 0 0
  219. SetBorderColor 255 0 0
  220. SetBackgroundColor 255 255 255 255
  221. PlayAlertSound 6 300
  222. SetFontSize 50
  223.  
  224. # Leth: added Leather Belt [empyCustom]
  225. Show #$chancing (with sound) %TB-T1-Chancing %D4
  226. BaseType "Gold Amulet" "Ebony Tower Shield"
  227. Rarity Normal
  228. SetFontSize 38
  229. SetTextColor 255 255 255 255 # TEXTCOLOR: Normal Items: Strong Highlight
  230. SetBorderColor 0 210 0 210 # BORDERCOLOR: T1 Chancing
  231. PlayAlertSound 7 300 # DROPSOUND: T1 chancing items
  232.  
  233. # Leth: removed Leather Belt [empyCustom]
  234. Hide #$chancing (no sound) %TB-T2-Chancing %D1
  235. BaseType "Occultist's Vestment" "Goathide Boots"
  236. Rarity Normal
  237. SetTextColor 255 255 255 255 # TEXTCOLOR: Normal Items: Strong Highlight
  238. SetBorderColor 0 150 0 150 # BORDERCOLOR: T2 Chancing
  239.  
  240.  
  241. #===============================================================================================================
  242. # [[1600]] Leaguestones - Tierlists
  243. #===============================================================================================================
  244.  
  245. Show # %TC-Leaguestone-General
  246. Class Leaguestone
  247. Rarity >= Magic
  248. SetFontSize 45
  249. SetTextColor 0 0 0 255
  250. SetBorderColor 255 255 255 255
  251. SetBackgroundColor 0 191 255 255 #purple: 153 50 204
  252. PlayAlertSound 2 300
  253.  
  254. Show # %TC-Leaguestone-General
  255. Class Leaguestone
  256. Rarity = Normal
  257. SetFontSize 42
  258. SetTextColor 0 0 0 255
  259. SetBorderColor 0 0 0 255
  260. SetBackgroundColor 0 191 255 #purple: 153 50 204
  261. PlayAlertSound 2 300
  262.  
  263. #------------------------------------
  264. # [1401] Exceptions
  265. #------------------------------------
  266.  
  267. Show
  268. SocketGroup WWWWWW
  269. BaseType "Simple Robe"
  270. Rarity Unique
  271. SetFontSize 45
  272. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  273. SetBorderColor 175 96 37 255 # BORDERCOLOR: Unique Item
  274. SetBackgroundColor 175 96 37 255 # BACKGROUND: T2 unique
  275. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  276.  
  277. Show # 6-Links
  278. LinkedSockets 6
  279. Rarity Unique
  280. SetFontSize 45
  281. SetTextColor 175 96 37 255 # TEXTCOLOR: Uniques
  282. SetBorderColor 175 96 37 255 # BORDERCOLOR: Unique Item
  283. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  284. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  285.  
  286. Show # The Putrid Cloister Map
  287. BaseType "Museum Map"
  288. Rarity Unique
  289. SetFontSize 50
  290. SetTextColor 255 0 0 255
  291. SetBorderColor 255 0 0 255
  292. SetBackgroundColor 255 255 255 255
  293. PlayAlertSound 6 300
  294.  
  295. #------------------------------------
  296. # [1402] Tier 1 uniques
  297. #------------------------------------
  298.  
  299. Show # T1
  300. BaseType "Varnished Coat" "Gold Ring" "Ursine Pelt" "Champion Kite Shield" "Sapphire Flask" "Occultist" "Glorious" "Titanium" "Siege Axe" "Prophecy Wand" "Sacrificial Garb" "Sorcerer Boots" "Topaz Flask" "Deicide Mask" "Rawhide Boots" "Assassin's Garb" "Ezomyte Burgonet" "Vaal Regalia" "Silver Flask" "Jewelled Foil" "Gladiator Plate" "Prismatic Jewel" "Crusader Boots" "Jasper Chopper" "Slaughter Knife"
  301. Rarity Unique
  302. SetFontSize 45
  303. SetTextColor 175 96 37 255 # TEXTCOLOR: Uniques
  304. SetBorderColor 175 96 37 255 # BORDERCOLOR: Unique Item
  305. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  306. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  307.  
  308. #------------------------------------
  309. # Tier 2 uniques
  310. #------------------------------------
  311.  
  312. Show # 6-Links
  313. LinkedSockets 5
  314. Rarity Unique
  315. SetFontSize 45
  316. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  317. SetBorderColor 0 0 0 255 # BORDERCOLOR: Cosmetic: Highlight good drops
  318. SetBackgroundColor 175 96 37 255 # BACKGROUND: T2 unique
  319. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  320.  
  321. Show # T2
  322. BaseType "Corrugated Buckler" "Savant's Robe" "Two-Stone" "Judgement Staff" "Full Wyrmscale" "Gavel" "Archon Kite Shield" "Conjurer Boots" "Nightmare Bascinet" "Sharkskin Boots" "Granite Flask" "Imperial Staff" "Deerskin Gloves" "Karui Sceptre" "Paua Ring" "Vaal Axe" "Spine Bow" "Sinner Tricorne" "Hubris" "Strapped Mitts" "Eternal Sword" "Penetrating Arrow Quiver" "Broadhead Arrow Quiver" "Fiend Dagger" "Exquisite Leather" "Stibnite Flask" "Desert Brigandine" "Terror Claw"
  323. Rarity Unique
  324. SetFontSize 42
  325. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  326. SetBorderColor 0 0 0 255 # BORDERCOLOR: Cosmetic: Highlight good drops
  327. SetBackgroundColor 175 96 37 255 # BACKGROUND: T2 unique
  328. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  329.  
  330. #------------------------------------
  331. # Prophecy-Material Uniques
  332. #------------------------------------
  333.  
  334. Show # TFated
  335. BaseType "Iron Ring" "Coral Ring" "Jade Amulet" "Plate Vest" "Ornate Sword" "Scholar Boots" "Iron Staff" "Spiraled Wand" "Sledgehammer" "Long Bow" "Crude Bow" "Royal Bow" "Woodsplitter" "Jade Hatchet" "Painted Buckler" "Plank Kite Shield" "War Buckler" "Gilded Sallet" "Iron Hat" "Vine Circlet" "Goathide Gloves" "Coral Amulet" "Fire Arrow Quiver" "Serrated Arrow Quiver" "Death Bow"
  336. Rarity Unique
  337. SetFontSize 40
  338. SetTextColor 175 96 37 255 # TEXTCOLOR: Uniques
  339. SetBorderColor 100 37 255 200 # BORDERCOLOR: Cosmetic: Fated Uniques
  340. SetBackgroundColor 15 0 25 255 # BACKGROUND: Uniques: Prophecy Base
  341. PlayAlertSound 3 300 # DROPSOUND: Random uniques, 20qual gems
  342.  
  343. #------------------------------------
  344. # Random Uniques
  345. #------------------------------------
  346.  
  347. Show # T3
  348. Rarity Unique
  349. SetFontSize 40
  350. SetTextColor 175 96 37 255 # TEXTCOLOR: Uniques
  351. SetBorderColor 175 96 37 255 # BORDERCOLOR: Unique Item
  352. SetBackgroundColor 0 0 0 255 # BACKGROUND: T6-10 maps, currency, talismans
  353. PlayAlertSound 3 300 # DROPSOUND: Random uniques, 20qual gems
  354.  
  355. #------------------------------------
  356. # Random Uniques
  357. #------------------------------------
  358.  
  359. Show # T3
  360. Rarity Unique
  361. SetFontSize 40
  362. SetTextColor 175 96 37 255 # TEXTCOLOR: Uniques
  363. SetBorderColor 175 9 37 255 # BORDERCOLOR: Unique Item
  364. SetBackgroundColor 0 0 0 255 # BACKGROUND: T6-10 maps, currency, talismans
  365. PlayAlertSound 3 300 # DROPSOUND: Random uniques, 20qual gems
  366.  
  367. #------------------------------------
  368. # [1406] Unique Maps
  369. #------------------------------------
  370.  
  371. Show
  372. Rarity Unique
  373. BaseType "Museum Map" "Reef Map" "Torture Chamber Map" "Necropolis Map"
  374. SetFontSize 40
  375. SetTextColor 255 0 0 255
  376. SetBorderColor 255 0 0 255
  377. SetBackgroundColor 255 255 255 255
  378. PlayAlertSound 6 300
  379.  
  380. #-----------------------------------------------------------------------------------------------------------------
  381.  
  382. Show
  383. BaseType "Eternal Orb" "Divine Orb" "Exalted Orb" "Albino Rhoa Feather" "Mirror of Kalandra" "Fishing Rod" "Deafening Essence of" "Mirror Shard"
  384. SetTextColor 255 0 0
  385. SetBorderColor 255 0 0
  386. SetBackgroundColor 255 255 255 255
  387. PlayAlertSound 6 300
  388. SetFontSize 50
  389.  
  390. # >= 1 Chaos
  391. Show
  392. BaseType "Regal Orb" "Orb of Regret" "Chaos Orb" "Gemcutter's Prism" "Vaal Orb" "Exalted Shard" "Annulment Shard" "Harbinger's Shard" "Horizon Shard" "Engineer's Shard" "Ancient Shard" "Binding Shard" "Orb of Annulment"
  393. SetBackgroundColor 249 150 50
  394. SetTextColor 0 0 0
  395. SetBorderColor 255 255 255
  396. PlayAlertSound 2 300
  397. SetFontSize 38
  398.  
  399. # < 1 Chaos
  400. Show
  401. BaseType "Blessed Orb" "Orb of Fusing" "Orb of Scouring" "Orb of Alchemy" "Cartographer's Chisel"
  402. SetBackgroundColor 213 159 15
  403. SetTextColor 0 0 0
  404. SetBorderColor 0 0 0
  405. PlayAlertSound 2 300
  406. SetFontSize 38
  407.  
  408. Show
  409. BaseType "Golden Key"
  410. SetBackgroundColor 255 215 0
  411. SetTextColor 0 0 0
  412. SetBorderColor 255 255 255
  413. SetFontSize 40
  414.  
  415. Show
  416. BaseType "Silver Key"
  417. SetBackgroundColor 192 192 192
  418. SetTextColor 0 0 0
  419. SetBorderColor 255 255 255
  420. SetFontSize 40
  421.  
  422. Show
  423. BaseType "Treasure Key"
  424. SetBackgroundColor 215 100 32
  425. SetBorderColor 255 255 255
  426. SetTextColor 0 0 0
  427. SetFontSize 40
  428.  
  429. Show
  430. Class "Quest Items"
  431. SetBackgroundColor 74 230 58
  432. SetTextColor 0 0 0
  433. SetFontSize 40
  434.  
  435. Show
  436. Rarity Unique
  437. PlayAlertSound 3 300
  438. SetFontSize 40
  439.  
  440. # ============================= MAPS =========================
  441.  
  442. Show
  443. BaseType "Master Cartographer's Sextant" "Unshaping Orb" "Cartographer's Seal" "Stacked Deck" "Harbinger's Orb"
  444. SetTextColor 255 0 0
  445. SetBorderColor 255 0 0
  446. SetBackgroundColor 0 0 0
  447. SetFontSize 48
  448. PlayAlertSound 3 300
  449.  
  450. Show
  451. BaseType "Journeyman Cartographer's Sextant"
  452. SetTextColor 255 140 0
  453. SetBorderColor 255 140 0
  454. SetBackgroundColor 0 0 0
  455. SetFontSize 48
  456. PlayAlertSound 3 250
  457.  
  458. Show
  459. BaseType "Apprentice Cartographer's Sextant"
  460. SetTextColor 255 255 255
  461. SetBorderColor 255 255 255
  462. SetBackgroundColor 0 0 0
  463. SetFontSize 48
  464. PlayAlertSound 3 200
  465.  
  466. Show
  467. Class Maps
  468. BaseType "Vault"
  469. SetTextColor 0 255 0
  470. SetBorderColor 255 255 255
  471. SetBackgroundColor 0 0 0
  472. PlayAlertSound 5 300
  473. SetFontSize 48
  474.  
  475. Show
  476. Class Maps
  477. DropLevel >= 83
  478. SetTextColor 255 0 0
  479. SetBorderColor 255 0 0
  480. SetBackgroundColor 255 255 255 255
  481. PlayAlertSound 6 300
  482. SetFontSize 48
  483.  
  484. Show
  485. Class Maps
  486. DropLevel >= 80
  487. SetTextColor 255 0 0
  488. SetBorderColor 255 255 255
  489. SetBackgroundColor 0 0 0
  490. SetFontSize 48
  491. PlayAlertSound 5 220
  492.  
  493. Show
  494. Class Maps
  495. DropLevel >= 77
  496. SetTextColor 255 80 255
  497. SetBorderColor 255 255 255
  498. SetBackgroundColor 0 0 0
  499. SetFontSize 48
  500. PlayAlertSound 5 150
  501.  
  502. Show
  503. Class Maps
  504. BaseType "Dungeon" "Graveyard" "Lookout" "Beach" "Flooded Mine" "Marshes" "Pen" "Alleyways" "Arid Lake" "Desert" "Cells" "Excavation" "Leyline" "Burial Chambers" "Springs" "Cage" "Arcade" "Port" "Peninsula" "Iceberg" "Grotto" "Gorge" "Volcano" "Relic Chambers" "Chateau" "City Square" "Courthouse" "Lighthouse" "Strand" "Maze" "Channel" "Sulphur Vents" "Barrows" "Toxic Sewer" "Conservatory" "Haunted Mansion" "Ivory Temple" "Spider Lair" "Ancient City"
  505.  
  506. Show
  507. Class Maps
  508. DropLevel >= 76
  509. ItemLevel <= 78
  510. SetFontSize 36
  511. PlayAlertSound 5 150
  512.  
  513. Show
  514. Rarity <= Rare
  515. Class Maps
  516. SetFontSize 30
  517.  
  518. Show
  519. BaseType "Mortal Ignorance" "Mortal Hope" "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key" "Fragment of the Phoenix" "Fragment of the Minotaur" "Fragment of the Chimera" "Fragment of the Hydra"
  520. SetTextColor 255 0 0
  521. SetBorderColor 255 0 0
  522. SetBackgroundColor 255 255 255 255
  523. PlayAlertSound 6 300
  524. SetFontSize 50
  525.  
  526. #Guardian Fragments
  527.  
  528. Show
  529. Class "Labyrinth Map Item"
  530. BaseType "Prophecy"
  531. SetTextColor 255 0 255
  532. SetBorderColor 255 0 255
  533. SetBackgroundColor 0 0 0
  534. SetFontSize 48
  535. PlayAlertSound 5 100
  536.  
  537. Show
  538. BaseType "Offering to the Goddess"
  539. SetTextColor 255 0 255
  540. SetBorderColor 255 0 255
  541. SetBackgroundColor 0 0 0
  542. SetFontSize 48
  543. PlayAlertSound 5 100
  544.  
  545. Show
  546. BaseType "Sacrifice at Midnight"
  547. Class Fragments
  548. SetTextColor 255 0 255
  549. SetBorderColor 255 0 255
  550. SetBackgroundColor 0 0 0
  551. SetFontSize 48
  552. PlayAlertSound 5 100
  553.  
  554. Show
  555. Class Fragments
  556. SetFontSize 40
  557. PlayAlertSound 4 100
  558.  
  559. # =====================
  560. # BREACH LEAGUE
  561. # =====================
  562.  
  563. #Breach Splinters
  564.  
  565. Show
  566. BaseType "Splinter of Xoph"
  567. SetFontSize 38
  568. SetTextColor 255 255 255
  569. SetBackgroundColor 150 0 0
  570. SetBorderColor 255 255 255
  571.  
  572. Show
  573. BaseType "Splinter of Esh"
  574. SetFontSize 38
  575. SetTextColor 255 255 255
  576. SetBackgroundColor 0 0 150
  577. SetBorderColor 255 255 255
  578.  
  579. Show
  580. BaseType "Splinter of Tul"
  581. SetFontSize 38
  582. SetTextColor 50 50 50
  583. SetBackgroundColor 255 255 255
  584. SetBorderColor 0 0 0
  585.  
  586. Show
  587. BaseType "Splinter of Uul-Netol"
  588. SetFontSize 38
  589. SetTextColor 255 255 255
  590. SetBackgroundColor 50 50 50
  591. SetBorderColor 255 255 255
  592.  
  593. Show
  594. BaseType "Splinter of Chayula"
  595. SetFontSize 38
  596. SetTextColor 255 255 255
  597. SetBackgroundColor 150 0 255
  598. SetBorderColor 255 255 255
  599.  
  600. #Breachstones
  601.  
  602. Show
  603. BaseType "Xoph's Breachstone" "Tul's Breachstone" "Esh's Breachstone" "Uul-Netol's Breachstone" "Chayula's Breachstone"
  604. SetTextColor 255 0 255
  605. SetBorderColor 255 0 255
  606. SetBackgroundColor 0 0 0
  607. SetFontSize 48
  608. PlayAlertSound 5 100
  609.  
  610. #Blessings
  611.  
  612. Show
  613. BaseType "Blessing of Xoph" "Blessing of Tul" "Blessing of Esh" "Blessing of Uul-Netol" "Blessing of Chayula"
  614. SetTextColor 255 0 0
  615. SetBorderColor 255 0 0
  616. SetBackgroundColor 255 255 255 255
  617. PlayAlertSound 6 300
  618. SetFontSize 50
  619.  
  620.  
  621. #===============================================================================================================
  622. # [[1400]] Currency - PART 3 - Divination cards (yes the strange sorting is intended)
  623. #===============================================================================================================
  624.  
  625. #------------------------------------
  626. # [1401] Exceptions to prevent ident. mistakes
  627. #------------------------------------
  628.  
  629. Show # %TB-Divination-Exception
  630. Class "Divination"
  631. BaseType "The Wolf's Shadow"
  632. SetFontSize 38
  633. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  634. SetBorderColor 0 100 150 255 # BORDERCOLOR: Cosmetic: T4 Divination
  635. SetBackgroundColor 145 215 230 225 # BACKGROUND: T4 Divination
  636. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  637.  
  638. #------------------------------------
  639. # [1402] T1 - Top tier cards
  640. #------------------------------------
  641.  
  642. Show # %TB-Divination-T1
  643. Class "Divination"
  644. BaseType "House of Mirrors" "The Doctor" "The Fiend" "Hunter's Reward" "The Dragon's Heart" "Mawr Blaidd" "The Last One Standing" "The Offering" "The Ethereal" "The Queen" "Abandoned Wealth" "The Formless Sea" "The Brittle Emperor" "The Immortal" "The Artist" "The Thaumaturgist" "Wealth and Power" "The Demoness" "Pride Before the Fall" "The Enlightened" "Heterochromia" "The King's Heart" "Bowyer's Dream" "The Hunger" "The Celestial Justicar" "The Porcupine" "Spark and the Flame"
  645. SetFontSize 45
  646. SetTextColor 0 0 255 255 # TEXTCOLOR: Cosmetic: T1 Divination card
  647. SetBorderColor 0 0 255 255 # BORDERCOLOR: Cosmetic: T1 and T2 Divination
  648. SetBackgroundColor 255 255 255 255 # BACKGROUND: T1 Global High Value Drop
  649. PlayAlertSound 6 300 # DROPSOUND: T1 Drop
  650.  
  651. #------------------------------------
  652. # [1403] T2 - Great cards
  653. #------------------------------------
  654.  
  655. Show # %TB-Divination-T2
  656. Class "Divination"
  657. BaseType "Chaotic Disposition" "The Void" "The Cartographer" "The Dapper Prodigy" "The Vast" "The Dark Mage" "Last Hope" "The Valkyrie" "The Sephirot" "Time-Lost Relic" "The Harvester" "The Hoarder" "Emperor of Purity" "The Chains that Bind" "The Warlord" "The Wolf" "The Aesthete" "Earth Drinker" "Polymath" "Saint's Treasure" "Standoff"
  658. SetFontSize 44
  659. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  660. SetBorderColor 255 255 0 255 # BORDERCOLOR: Crafting: T1
  661. SetBackgroundColor 100 250 250 245 # BACKGROUND: T2 Divination
  662. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  663.  
  664. #------------------------------------
  665. # [1404] T3 - Decent cards
  666. #------------------------------------
  667.  
  668. Show # %TB-Divination-T3
  669. Class "Divination"
  670. BaseType "The Gambler" "Her Mask" "Left to Fate" "The Blazing Fire" "The Eye of the Dragon" "The Ruthless Ceinture" "No Traces" "The Realm" "The Road to Power" "The Arena Champion" "The Gladiator" "The Stormcaller" "Glimmer of Hope" "The Tyrant" "The Cursed King" "The Avenger" "Lost Worlds" "The Union" "The Risk" "The Trial" "Scholar of the Seas" "Lucky Deck" "Humility" "The Penitent" "The Penitent" "The Surveyor" "Lysah's Respite" "The Inventor" "The Watcher" "The Soul" "The Jester" "Vinia's Token" "Rats" "The Wrath" "Hope" "Treasure Hunter" "The Explorer" "The Body" "The Encroaching Darkness" "Hubris" "Jack in the Box" "The Traitor" "Assassin's Favour" "The Battle Born" "Valley of Steel Boxes" "Wolven King's Bite" "Wretched" "The Opulent" "Might is Right" "The Fletcher" "The Forsaken" "The Gemcutter" "The Catalyst" "Lucky Connections" "Loyalty" "Coveted Possession" "Three Faces in the Dark" "The Survivalist" "Emperor's Luck"
  671. SetFontSize 40
  672. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  673. SetBorderColor 0 0 255 255 # BORDERCOLOR: Cosmetic: T1 and T2 Divination
  674. SetBackgroundColor 50 220 240 235 # BACKGROUND: T3 Divination
  675. PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  676.  
  677. #------------------------------------
  678. # [1405] T5 - Format trash tier cards... before
  679. #------------------------------------
  680.  
  681. Hide # %H3 %TB-Divination-T5 #[empyCustom]
  682. Class "Divination"
  683. BaseType "Carrion Crow" "Other Cheek" "Hermit" "King's Blade" "Thunderous Skies" "Metalsmith's Gift" "The Incantation" "The Calling" "Prosperity"
  684. SetFontSize 32
  685. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  686. SetBorderColor 0 0 0 # BORDERCOLOR: Cosmetic: Neutral Highlight
  687. SetBackgroundColor 175 215 230 180 # BACKGROUND: T5 Divination
  688.  
  689. #------------------------------------
  690. # [1406] T4 - ...showing the remaining cards
  691. #------------------------------------
  692.  
  693. Hide # [empyCustom]
  694. Class "Divination"
  695. SetFontSize 32
  696. SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text
  697. SetBorderColor 0 0 0 # BORDERCOLOR: Cosmetic: T4 Divination
  698. SetBackgroundColor 175 215 230 180 # BACKGROUND: T4 Divination
  699. #PlayAlertSound 2 300 # DROPSOUND: Value Drop: Currency, fragments
  700.  
  701. # =====================
  702.  
  703. Show
  704. Class Gem
  705. BaseType "Empower" "Enhance" "Enlighten" "Portal" "Vaal Haste" "Vaal Clarity" "Vaal Discipline" "Vaal Grace" "Vaal Breach"
  706. SetBorderColor 30 150 180
  707. PlayAlertSound 6 200
  708. SetFontSize 40
  709.  
  710. Show
  711. Class "Gem"
  712. Quality >= 20
  713. SetTextColor 255 0 0
  714. SetBorderColor 255 0 0
  715. SetBackgroundColor 255 255 255 255
  716. PlayAlertSound 6 300
  717. SetFontSize 44
  718.  
  719. Show
  720. Class "Gem"
  721. Quality >= 10
  722. SetFontSize 40
  723. SetBorderColor 0 0 0
  724. SetBorderColor 30 150 180 155
  725.  
  726. Show
  727. LinkedSockets = 6
  728. SetTextColor 255 0 0
  729. SetBorderColor 255 0 0
  730. SetBackgroundColor 255 255 255 255
  731. PlayAlertSound 6 300
  732. SetFontSize 44
  733.  
  734. #6 Socket
  735. Show
  736. Sockets = 6
  737. SetBackgroundColor 255 128 0
  738. SetTextColor 0 0 0
  739. SetBorderColor 0 0 0
  740. PlayAlertSound 3 300
  741. SetFontSize 38
  742.  
  743. #5Link
  744. Hide
  745. LinkedSockets = 5
  746. SetBackgroundColor 0 180 0
  747. SetTextColor 0 0 0
  748. SetBorderColor 255 0 0
  749. PlayAlertSound 7 100
  750. SetFontSize 38
  751. ItemLevel >= 77
  752.  
  753.  
  754.  
  755. Show
  756. Class "Jewel"
  757. SetBorderColor 0 0 255
  758. SetFontSize 38
  759. Rarity Rare
  760.  
  761. Show
  762. Class "Jewel"
  763. SetBorderColor 0 0 255
  764. SetFontSize 30
  765. Rarity Magic
  766.  
  767. #-------------------------------------------------------------------
  768. #Essences
  769. #-------------------------------------------------------------------
  770.  
  771. #Corrupted Essences
  772.  
  773. Show
  774. BaseType "Essence of Hysteria" "Essence of Delirium" "Essence of Insanity" "Essence of Horror" "Deafening Essence of"
  775. SetTextColor 255 0 0
  776. SetBorderColor 255 0 0
  777. SetBackgroundColor 255 255 255 255
  778. PlayAlertSound 6 300
  779. SetFontSize 50
  780.  
  781.  
  782. #High Essences T4+
  783.  
  784. Show
  785. BaseType "Remnant of Corruption" "Shrieking Essence of" "Screaming Essence of" "Wailing Essence of"
  786. SetBackgroundColor 213 159 15
  787. SetTextColor 0 0 0
  788. SetBorderColor 0 0 0
  789. PlayAlertSound 1 100
  790. SetFontSize 38
  791.  
  792. #Low Essences
  793.  
  794. Show
  795. Class Currency
  796. BaseType "Weeping Essence of" "Muttering Essence of" "Whispering Essence of"
  797. SetFontSize 38
  798. SetBackgroundColor 154 205 50
  799. SetTextColor 0 0 0
  800. SetBorderColor 0 0 0
  801.  
  802. #-------------------------------------------------------------------
  803. #Settings
  804. #-------------------------------------------------------------------
  805.  
  806. Hide
  807. Class Currency
  808. BaseType "Scroll of Wisdom" "Portal Scroll" "Orb of Augmentation" "Blacksmith's Whetstone" "Armourer's Scrap"
  809. SetFontSize 26
  810. SetTextColor 127 82 0
  811. SetBorderColor 0 0 0
  812. SetBackgroundColor 50 50 50
  813.  
  814. #Display "minor" currency group 1
  815. Hide
  816. BaseType "Orb of Alteration" "Chromatic Orb"
  817. Class Currency
  818. SetFontSize 38
  819. SetTextColor 255 165 0
  820. SetBorderColor 0 0 0
  821. SetBackgroundColor 50 50 50
  822.  
  823. #Display "minor" currency group 2
  824. Hide
  825. BaseType "Orb of Transmutation" "Alteration Shard" "Transmutation Shard"
  826. Class Currency
  827. SetFontSize 34
  828. SetTextColor 191 124 0
  829. SetBorderColor 0 0 0
  830. SetBackgroundColor 50 50 50
  831.  
  832. #Display "minor" currency group 3
  833. Show
  834. BaseType "Jeweller's Orb" "Scroll Fragment" "Alchemy Shard" "Regal Shard" "Chaos Shard" "Silver Coin"
  835. Class Currency
  836. SetFontSize 38
  837. SetTextColor 255 165 0
  838. SetBorderColor 255 255 255
  839. SetBackgroundColor 50 50 50
  840.  
  841. Show
  842. BaseType "Orb of Chance"
  843. Class Currency
  844. SetFontSize 38
  845. SetTextColor 255 165 0
  846. SetBorderColor 255 255 255
  847. SetBackgroundColor 50 50 50
  848.  
  849.  
  850.  
  851. #-------------------------------------------------------------------
  852. # Interesting Crafting Bases [empyCustom]
  853. #-------------------------------------------------------------------
  854.  
  855. #ILVL 84
  856. Show
  857. BaseType "Steel Ring" "Opal Ring"
  858. SetTextColor 255 0 0
  859. SetBorderColor 255 0 0
  860. SetBackgroundColor 255 255 255 255
  861. PlayAlertSound 8 300
  862. SetFontSize 50
  863.  
  864. #good crafting bases
  865. Show
  866. BaseType "Crystal Belt" "Opal Ring" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Vanguard Belt" "Blue Pearl Amulet" "Marble Amulet"
  867. ItemLevel >= 84
  868. SetTextColor 255 0 0
  869. SetBorderColor 255 0 0
  870. SetBackgroundColor 255 255 255 255
  871. PlayAlertSound 8 300
  872. SetFontSize 50
  873.  
  874. Show
  875. BaseType "Diamond Ring"
  876. ItemLevel >= 84
  877. Rarity Normal
  878. SetFontSize 35
  879. SetBorderColor 255 255 255
  880.  
  881. Show
  882. BaseType "Hubris Circlet" "Titanium Spirit Shield" "Sorcerer Gloves"
  883. ItemLevel >= 84
  884. SetFontSize 35
  885. SetBorderColor 255 255 255
  886.  
  887. Show
  888. Rarity Rare
  889. BaseType "Vaal Regalia" "Glorious Plate" "Zodiac Leather" "Assassin's Garb" "Astral Plate"
  890. ItemLevel >= 84
  891. SetFontSize 35
  892. SetBorderColor 255 255 255
  893.  
  894.  
  895. #-------------------------------------------------------------------
  896. #Weapons
  897. #-------------------------------------------------------------------
  898.  
  899. #Daggers
  900. #Show
  901. # Rarity Rare
  902. # BaseType "Platinum Kris" "Golden Kris" "Copper Kris"
  903. # ItemLevel >= 77
  904.  
  905.  
  906. #Swords
  907. #Show
  908. # Rarity Rare
  909. # BaseType "Harpy Rapier" "Jewelled Foil" "Vaal Rapier" "Spiraled Foil" "Spiraled Foil"
  910. # ItemLevel >= 77
  911.  
  912.  
  913. #----------------------------------------------------------- --------
  914. #Armour Bases -> Order STR , EV , ES , STR/EV, STR/ES, EV/ES - 2 best each
  915. #-------------------------------------------------------------------
  916.  
  917. #Gloves
  918. #Show
  919. # Rarity Rare
  920. # BaseType "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Vaal Gauntlets" "Slink Gloves" "Sorcerer Gloves"
  921. # SetBorderColor 255 255 119
  922.  
  923. #Boots
  924. #Show
  925. # Rarity Rare
  926. # BaseType "Two-Toned Boots" "Titan Greaves" "Vaal Greaves" "Stealth Boots" "Slink Boots" "Arcanist Slippers" "Sorcerer Boots"
  927. # SetBorderColor 255 255 119
  928.  
  929. #Helmet
  930. #Show
  931. # Rarity Rare
  932. # BaseType "Bone Helmet" "Royal Burgonet" "Eternal Burgonet" "Sinner Tricorne" "Lion Pelt" "Hubris Circlet" "Mind Cage"
  933. # SetBorderColor 255 255 119
  934.  
  935. #Spirit Shields
  936. #Show
  937. # BaseType "Spirit Shield"
  938. # Rarity Rare
  939. # SetBorderColor 255 255 119
  940.  
  941.  
  942.  
  943. #-------------------------------------------------------------------
  944. #Talisman League
  945. #-------------------------------------------------------------------
  946.  
  947. Show
  948. BaseType "Talisman"
  949. Rarity Rare
  950. SetBorderColor 30 150 180
  951. PlayAlertSound 2 100
  952. SetFontSize 40
  953.  
  954. Show
  955. BaseType "Talisman"
  956. Rarity Magic
  957. SetBorderColor 30 150 180
  958. PlayAlertSound 2 100
  959. SetFontSize 38
  960.  
  961.  
  962. #-------------------------------------------------------------------
  963. #Perandus League
  964. #-------------------------------------------------------------------
  965.  
  966. Show
  967. BaseType "Perandus Coin"
  968. SetFontSize 38
  969. SetBackgroundColor 154 205 50
  970. SetTextColor 0 0 0
  971. SetBorderColor 0 0 0
  972.  
  973. #-------------------------------------------------------------------
  974. #Hide
  975. #-------------------------------------------------------------------
  976.  
  977.  
  978. #Talisman League
  979. Hide
  980. BaseType "Talisman"
  981. Rarity Normal
  982.  
  983. #remaining weapon bases
  984. Hide
  985. Class Hand "Claws" "Daggers" "Swords" "Axes" "Maces" "Bows" "Quivers" "Shields" "Sceptres" "Staves" "Wands"
  986. Rarity Rare
  987.  
  988. #remaining armour bases
  989. Hide
  990. Class "Gloves" "Boots" "Body Armours" "Helmets"
  991. Rarity Rare
  992.  
  993. #remaining jewelry
  994. Hide
  995. Class "Rings" "Amulets" "Belts"
  996. Rarity Rare
  997.  
  998. #flasks
  999. Hide
  1000. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  1001.  
  1002. #white stuff
  1003. Hide
  1004. Class "Belt" "Sceptres" "Gloves" "Boots" "Body Armours" "Helmets" "Rings" "Amulet" "Claws" "Daggers" "Wands" "Swords" "Axes" "Maces" "One Hand" "Two Hand" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Two Hand" "Quivers" "Shields" "Staves"
  1005. Rarity Normal
  1006. SetFontSize 20
  1007.  
  1008. #random blue items
  1009. Hide
  1010. Rarity Magic
  1011. SetFontSize 20
  1012.  
  1013. #Hide remaining gems
  1014. Hide
  1015. Class Gem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement