Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.89 KB | None | 0 0
  1. ########################################################################
  2. # Font Size List #
  3. # #
  4. # Tier SS : Font Size 45 => Mirror of Klanda #
  5. # #
  6. # Tier S : Font Size 42 => 6-Linked、Value Altas Bases(iLv 84+)、 #
  7. # T1 Currency、T1 Unique、T1 Card、T16 Map、New Patch Items #
  8. # #
  9. # Tier 1 : Font Size 38 => 5-Linked、6-Sockets、Value Altas Bases、 #
  10. # iLv 84+、T1 Rare(83+)、Mid-High Currency、Splinter、 #
  11. # T2 Card、Map(T11-15) #
  12. # #
  13. # Tier 2 : Font Size 36 => Else Altas Bases、T1 Rare(75+)、 #
  14. # Low Currency、Unique、Nice Chancing Items、T3 Card、 #
  15. # Map(T6-10) #
  16. # #
  17. # Tier 3 : Font Size 34 => Craft Items(iLv83+)、T1 Rare(65+)、 #
  18. # Breach Ring、Normal Chancing Items、Jewel(Abyss Included) #
  19. # 、Q-Gems、T4 Card、Map(T1-6)、Map Misc #
  20. # #
  21. # Tier 4 : Font Size 32 (Default Size) => T2 Rare、Gems、T5 Card #
  22. # #
  23. # Tier 5 : Font Size 30 => Leveling Items(iLv 65 less) #
  24. # #
  25. ########################################################################
  26.  
  27. #------------------------------------------------------------------------
  28. # 6-Linked & 5-Linked Items
  29. #------------------------------------------------------------------------
  30. Show
  31. LinkedSockets 6
  32. Rarity < Unique
  33. SetTextColor 255 0 0 255
  34. SetBorderColor 255 0 0 255
  35. SetFontSize 42
  36. PlayAlertSound 6 300
  37. Show
  38. LinkedSockets 5
  39. Rarity < Unique
  40. SetBorderColor 0 255 255
  41. SetFontSize 38
  42. PlayAlertSound 2 300
  43.  
  44. #------------------------------------------------------------------------
  45. # 6-Sockets Items
  46. #------------------------------------------------------------------------
  47. Show
  48. Sockets 6
  49. Rarity < Unique
  50. SetBorderColor 255 128 0
  51. SetTextColor 145 255 0
  52. SetFontSize 38
  53. PlayAlertSound 2 300
  54.  
  55. #------------------------------------------------------------------------
  56. # RGB Items
  57. #------------------------------------------------------------------------
  58. Show
  59. SocketGroup RGB
  60. Width <= 2
  61. Height <= 2
  62. Rarity < Rare
  63. SetBorderColor 0 0 255
  64. Show
  65. SocketGroup RGB
  66. Width <= 1
  67. Height <= 3
  68. Rarity < Rare
  69. SetBorderColor 0 0 255
  70.  
  71. #------------------------------------------------------------------------
  72. # Fishing Rod and Sacrificial Garb
  73. #------------------------------------------------------------------------
  74. Show
  75. Class "Fishing Rod"
  76. SetTextColor 255 0 0 255
  77. SetBorderColor 255 0 0 255
  78. SetBackgroundColor 255 255 255 255
  79. SetFontSize 42
  80. PlayAlertSound 6 300
  81. Show
  82. BaseType "Sacrificial Garb"
  83. SetTextColor 255 0 0 255
  84. SetBorderColor 255 0 0 255
  85. SetFontSize 34
  86.  
  87. #------------------------------------------------------------------------
  88. # Exception Handling for Unusable BaseType Shaper & Elder Items
  89. #------------------------------------------------------------------------
  90. Show
  91. ShaperItem True
  92. Rarity <= Rare
  93. ItemLevel >= 86
  94. BaseType "Coral Amulet" "Paua Amulet" "Gold Amulet" "Gold Ring" "Paua Ring" "Iron Ring" "Unset Ring" "Moonstone Ring" "Studded Belt" "Cloth Belt" "Chain Belt"
  95. SetBackgroundColor 255 255 255 255
  96. SetTextColor 66 66 0 255
  97. SetBorderColor 66 66 0 255
  98. SetFontSize 42
  99. PlayAlertSound 6 300
  100. Show
  101. ShaperItem True
  102. Rarity <= Rare
  103. ItemLevel >= 82
  104. BaseType "Coral Amulet" "Paua Amulet" "Gold Amulet" "Gold Ring" "Paua Ring" "Iron Ring" "Unset Ring" "Moonstone Ring" "Studded Belt" "Cloth Belt" "Chain Belt"
  105. SetBackgroundColor 66 66 0 255
  106. SetTextColor 255 255 255 255
  107. SetBorderColor 255 255 255 255
  108. SetFontSize 42
  109. PlayAlertSound 3 300
  110. Show
  111. ShaperItem True
  112. Rarity <= Rare
  113. BaseType "Coral Amulet" "Paua Amulet" "Gold Amulet" "Gold Ring" "Paua Ring" "Iron Ring" "Unset Ring" "Moonstone Ring" "Studded Belt" "Cloth Belt" "Chain Belt"
  114. SetBackgroundColor 66 66 0 220
  115. SetTextColor 255 255 255 255
  116. SetBorderColor 255 255 255 255
  117. SetFontSize 42
  118. Show
  119. ElderItem True
  120. Rarity <= Rare
  121. ItemLevel >= 85
  122. BaseType "Coral Amulet" "Paua Amulet" "Gold Amulet" "Gold Ring" "Paua Ring" "Iron Ring" "Unset Ring" "Moonstone Ring" "Studded Belt" "Cloth Belt" "Chain Belt"
  123. SetBackgroundColor 255 255 255 255
  124. SetTextColor 0 44 44 255
  125. SetBorderColor 0 44 44 255
  126. SetFontSize 42
  127. PlayAlertSound 6 300
  128. Show
  129. ElderItem True
  130. Rarity <= Rare
  131. ItemLevel >= 82
  132. BaseType "Coral Amulet" "Paua Amulet" "Gold Amulet" "Gold Ring" "Paua Ring" "Iron Ring" "Unset Ring" "Moonstone Ring" "Studded Belt" "Cloth Belt" "Chain Belt"
  133. SetBackgroundColor 0 44 44 255
  134. SetTextColor 255 255 255 255
  135. SetBorderColor 255 255 255 255
  136. SetFontSize 42
  137. PlayAlertSound 3 300
  138. Show
  139. ElderItem True
  140. Rarity <= Rare
  141. BaseType "Coral Amulet" "Paua Amulet" "Gold Amulet" "Gold Ring" "Paua Ring" "Iron Ring" "Unset Ring" "Moonstone Ring" "Studded Belt" "Cloth Belt" "Chain Belt"
  142. SetBackgroundColor 0 44 44 220
  143. SetTextColor 255 255 255 255
  144. SetBorderColor 255 255 255 255
  145. SetFontSize 42
  146.  
  147. #------------------------------------------------------------------------
  148. # T1 Shaper Items
  149. #------------------------------------------------------------------------
  150. #---------------------------------
  151. #Valuable Basetype iLv-Independent
  152. #---------------------------------
  153. Show
  154. ShaperItem True
  155. Rarity <= Rare
  156. BaseType "Gripped Gloves" "Fingerless Silk Gloves" "Spiked Gloves" "Opal Ring" "Steel Ring" "Stygian Vise"
  157. SetFontSize 42
  158. SetBackgroundColor 255 255 255 255
  159. SetTextColor 66 66 0 255
  160. SetBorderColor 66 66 0 255
  161. PlayAlertSound 6 300
  162. #------------------------
  163. #Valuable Basetype iLv80+
  164. #------------------------
  165. Show
  166. ShaperItem True
  167. Rarity <= Rare
  168. ItemLevel >= 80
  169. Class Amulets
  170. SetFontSize 42
  171. SetBackgroundColor 255 255 255 255
  172. SetTextColor 66 66 0 255
  173. SetBorderColor 66 66 0 255
  174. PlayAlertSound 6 300
  175. Show
  176. ShaperItem True
  177. Rarity <= Rare
  178. ItemLevel >= 80
  179. BaseType "Broadhead Arrow Quiver" "Penetrating Arrow Quiver" "Spike-Point Arrow Quiver" "Kris" "Void Sceptre" "Opal Sceptre" "Two-Stone Ring" "Diamond Ring" "Two-Toned Boots"
  180. SetFontSize 42
  181. SetBackgroundColor 255 255 255 255
  182. SetTextColor 66 66 0 255
  183. SetBorderColor 66 66 0 255
  184. PlayAlertSound 6 300
  185. #------------------------
  186. #Valuable Basetype iLv82+
  187. #------------------------
  188. Show
  189. ShaperItem True
  190. Rarity <= Rare
  191. ItemLevel >= 82
  192. BaseType "Bone Helmet" "Harmonic Spirit Shield" "Titanium Spirit Shield"
  193. SetFontSize 42
  194. SetBackgroundColor 255 255 255 255
  195. SetTextColor 66 66 0 255
  196. SetBorderColor 66 66 0 255
  197. PlayAlertSound 6 300
  198. #------------------------
  199. #Valuable Basetype iLv84+
  200. #------------------------
  201. Show
  202. ShaperItem True
  203. Rarity <= Rare
  204. ItemLevel >= 84
  205. BaseType "Titan Gauntlets" "Sorcerer Gloves" "Slink Gloves" "Lion Pelt" "Hubris Circlet" "Royal Burgonet" "Eternal Burgonet" "Vaal Regalia" "Glorious Plate" "Astral Plate" "Colossal Tower Shield" "Pinnacle Tower Shield" "Mirrored Spiked Shield" "Supreme Spiked Shield" "Archon Kite Shield" "Crusader Buckler" "Eclipse Staff" "Harbinger Bow" "Vaal Axe" "Runic Hatchet" "Behemoth Mace" "Jewelled Foil" "Spiraled Foil"
  206. SetFontSize 42
  207. SetBackgroundColor 255 255 255 255
  208. SetTextColor 66 66 0 255
  209. SetBorderColor 66 66 0 255
  210. PlayAlertSound 6 300
  211. Show
  212. ShaperItem True
  213. Rarity <= Rare
  214. ItemLevel >= 84
  215. SetFontSize 42
  216. SetBackgroundColor 255 255 255 255
  217. SetTextColor 66 66 0 255
  218. SetBorderColor 66 66 0 255
  219. PlayAlertSound 6 300
  220. #------------------------
  221. #Valuable Basetype iLv85+
  222. #------------------------
  223. Show
  224. ShaperItem True
  225. Rarity <= Rare
  226. ItemLevel >= 85
  227. BaseType "Thicket Bow" "Exquisite Blade" "Titan Greaves" "Assassin's Garb" "Mosaic Kite Shield" "Maraketh Bow" "Siege Axe"
  228. SetFontSize 42
  229. SetBackgroundColor 255 255 255 255
  230. SetTextColor 66 66 0 255
  231. SetBorderColor 66 66 0 255
  232. PlayAlertSound 6 300
  233.  
  234. #------------------------------------------------------------------------
  235. # T2 Shaper Items
  236. #------------------------------------------------------------------------
  237. Show
  238. ShaperItem True
  239. Rarity <= Rare
  240. ItemLevel >= 75
  241. Class Amulets Rings
  242. SetBackgroundColor 66 66 0 255
  243. SetTextColor 255 255 255 255
  244. SetBorderColor 255 255 255 255
  245. SetFontSize 42
  246. PlayAlertSound 3 300
  247. Show
  248. ShaperItem True
  249. Rarity <= Rare
  250. ItemLevel >= 80
  251. Class Daggers Sceptres Quivers
  252. SetBackgroundColor 66 66 0 255
  253. SetTextColor 255 255 255 255
  254. SetBorderColor 255 255 255 255
  255. SetFontSize 42
  256. PlayAlertSound 3 300
  257. Show
  258. ShaperItem True
  259. Rarity <= Rare
  260. ItemLevel >= 84
  261. DropLevel >= 62
  262. Class Shields Helmets Boots Gloves
  263. SetBackgroundColor 66 66 0 255
  264. SetTextColor 255 255 255 255
  265. SetBorderColor 255 255 255 255
  266. SetFontSize 42
  267. PlayAlertSound 3 300
  268. Show
  269. ShaperItem True
  270. Rarity <= Rare
  271. ItemLevel >= 84
  272. DropLevel >= 62
  273. Class "Thrusting"
  274. SetBackgroundColor 66 66 0 255
  275. SetTextColor 255 255 255 255
  276. SetBorderColor 255 255 255 255
  277. SetFontSize 42
  278. PlayAlertSound 3 300
  279. Show
  280. ShaperItem True
  281. Rarity <= Rare
  282. ItemLevel >= 84
  283. DropLevel >= 62
  284. Class Wands Claws
  285. SetBackgroundColor 66 66 0 255
  286. SetTextColor 255 255 255 255
  287. SetBorderColor 255 255 255 255
  288. SetFontSize 42
  289. PlayAlertSound 3 300
  290.  
  291. #------------------------------------------------------------------------
  292. # Else Shaper Items
  293. #------------------------------------------------------------------------
  294. Show
  295. ShaperItem True
  296. Rarity <= Rare
  297. SetBackgroundColor 66 66 0 220
  298. SetTextColor 255 255 255 255
  299. SetBorderColor 255 255 255 255
  300. SetFontSize 42
  301.  
  302. #------------------------------------------------------------------------
  303. # T1 Elder Items
  304. #------------------------------------------------------------------------
  305. #---------------------------------
  306. #Valuable Basetype iLv-Independent
  307. #---------------------------------
  308. Show
  309. ElderItem True
  310. Rarity <= Rare
  311. BaseType "Gripped Gloves" "Fingerless Silk Gloves" "Spiked Gloves" "Two-Toned Boots" "Opal Ring" "Steel Ring"
  312. SetFontSize 42
  313. SetBackgroundColor 255 255 255 255
  314. SetTextColor 0 44 44 255
  315. SetBorderColor 0 44 44 255
  316. PlayAlertSound 6 300
  317. #------------------------
  318. #Valuable Basetype iLv80+
  319. #------------------------
  320. Show
  321. ElderItem True
  322. Rarity <= Rare
  323. ItemLevel >= 80
  324. Class Amulets
  325. SetFontSize 42
  326. SetBackgroundColor 255 255 255 255
  327. SetTextColor 0 44 44 255
  328. SetBorderColor 0 44 44 255
  329. PlayAlertSound 6 300
  330. Show
  331. ElderItem True
  332. Rarity <= Rare
  333. ItemLevel >= 80
  334. BaseType "Kris" "Void Sceptre" "Opal Sceptre" "Two-Stone Ring" "Diamond Ring" "Harmonic Spirit Shield" "Titanium Spirit Shield" "Stygian Vise"
  335. SetFontSize 42
  336. SetBackgroundColor 255 255 255 255
  337. SetTextColor 0 44 44 255
  338. SetBorderColor 0 44 44 255
  339. PlayAlertSound 6 300
  340. #------------------------
  341. #Valuable Basetype iLv82+
  342. #------------------------
  343. Show
  344. ElderItem True
  345. Rarity <= Rare
  346. ItemLevel >= 82
  347. Class Rings
  348. SetFontSize 42
  349. SetBackgroundColor 255 255 255 255
  350. SetTextColor 0 44 44 255
  351. SetBorderColor 0 44 44 255
  352. PlayAlertSound 6 300
  353. Show
  354. ElderItem True
  355. Rarity <= Rare
  356. ItemLevel >= 82
  357. BaseType "Bone Helmet" "Lion Pelt" "Hubris Circlet" "Royal Burgonet" "Eternal Burgonet" "Astral Plate" "Titan Gauntlets" "Sorcerer Gloves" "Slink Gloves"
  358. SetFontSize 42
  359. SetBackgroundColor 255 255 255 255
  360. SetTextColor 0 44 44 255
  361. SetBorderColor 0 44 44 255
  362. PlayAlertSound 6 300
  363. #------------------------
  364. #Valuable Basetype iLv84+
  365. #------------------------
  366. Show
  367. ElderItem True
  368. Rarity <= Rare
  369. ItemLevel >= 84
  370. BaseType "Vaal Regalia" "Glorious Plate" "Colossal Tower Shield" "Pinnacle Tower Shield" "Mirrored Spiked Shield" "Supreme Spiked Shield" "Archon Kite Shield" "Crusader Buckler" "Eclipse Staff" "Harbinger Bow" "Vaal Axe" "Runic Hatchet" "Behemoth Mace" "Jewelled Foil" "Spiraled Foil" "Titan Greaves" "Assassin's Garb" "Exquisite Blade" "Maraketh Bow" "Siege Axe" "Sorcerer Boots" "Slink Boots" "Coronal Maul" "Ambusher"
  371. SetFontSize 42
  372. SetBackgroundColor 255 255 255 255
  373. SetTextColor 0 44 44 255
  374. SetBorderColor 0 44 44 255
  375. PlayAlertSound 6 300
  376. Show
  377. ElderItem True
  378. Rarity <= Rare
  379. ItemLevel >= 84
  380. Class Belts
  381. SetFontSize 42
  382. SetBackgroundColor 255 255 255 255
  383. SetTextColor 0 44 44 255
  384. SetBorderColor 0 44 44 255
  385. PlayAlertSound 6 300
  386.  
  387. #------------------------------------------------------------------------
  388. # T2 Elder Items
  389. #------------------------------------------------------------------------
  390. Show
  391. ElderItem True
  392. Rarity <= Rare
  393. ItemLevel >= 75
  394. Class Amulets Rings
  395. SetBackgroundColor 0 44 44 255
  396. SetTextColor 255 255 255 255
  397. SetBorderColor 255 255 255 255
  398. SetFontSize 42
  399. PlayAlertSound 3 300
  400. Show
  401. ElderItem True
  402. Rarity <= Rare
  403. ItemLevel >= 82
  404. DropLevel >= 62
  405. Class "Helmets" "Boots" "Gloves" "Body Armours"
  406. SetBackgroundColor 0 44 44 255
  407. SetTextColor 255 255 255 255
  408. SetBorderColor 255 255 255 255
  409. SetFontSize 42
  410. PlayAlertSound 3 300
  411. Show
  412. ElderItem True
  413. Rarity <= Rare
  414. ItemLevel >= 84
  415. DropLevel >= 62
  416. Class "Thrusting"
  417. SetBackgroundColor 0 44 44 255
  418. SetTextColor 255 255 255 255
  419. SetBorderColor 255 255 255 255
  420. SetFontSize 42
  421. PlayAlertSound 3 300
  422. Show
  423. ElderItem True
  424. Rarity <= Rare
  425. ItemLevel >= 84
  426. DropLevel >= 62
  427. Class Wands Claws Shields
  428. SetBackgroundColor 0 44 44 255
  429. SetTextColor 255 255 255 255
  430. SetBorderColor 255 255 255 255
  431. SetFontSize 42
  432. PlayAlertSound 3 300
  433.  
  434. #------------------------------------------------------------------------
  435. # Else Elder Items
  436. #------------------------------------------------------------------------
  437. Show
  438. ElderItem True
  439. Rarity <= Rare
  440. SetBackgroundColor 0 44 44 220
  441. SetTextColor 255 255 255 255
  442. SetBorderColor 255 255 255 255
  443. SetFontSize 42
  444.  
  445. #------------------------------------------------------------------------
  446. # Abyss Jewel
  447. #------------------------------------------------------------------------
  448. Show
  449. ItemLevel >= 84
  450. Class "Abyss Jewel"
  451. SetBackgroundColor 0 70 70 255
  452. SetTextColor 255 255 0 255
  453. SetBorderColor 255 255 0 255
  454. SetFontSize 42
  455. Show
  456. Class "Abyss Jewel"
  457. Rarity Rare
  458. SetBackgroundColor 0 70 70 255
  459. SetFontSize 38
  460. Show
  461. Class "Abyss Jewel"
  462. Rarity < Rare
  463. SetBackgroundColor 0 44 44 255
  464. SetFontSize 34
  465.  
  466. #------------------------------------------------------------------------
  467. # Altas bases , Talismans , Stygian Vise
  468. #------------------------------------------------------------------------
  469. Show
  470. BaseType "Steel Ring" "Opal Ring"
  471. Rarity <= Rare
  472. ItemLevel >= 84
  473. SetBorderColor 255 125 0 255
  474. SetTextColor 255 125 0 255
  475. SetBackgroundColor 255 255 255 255
  476. SetFontSize 42
  477. PlayAlertSound 6 300
  478. Show
  479. BaseType "Steel Ring" "Opal Ring"
  480. Rarity <= Rare
  481. SetBorderColor 255 125 0 255
  482. SetTextColor 255 125 0 255
  483. SetFontSize 38
  484. PlayAlertSound 2 300
  485. Show
  486. BaseType "Blue Pearl Amulet" "Marble Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Crystal Belt"
  487. Rarity <= Rare
  488. ItemLevel >= 84
  489. SetFontSize 36
  490. SetBorderColor 255 125 0 255
  491. SetTextColor 255 125 0 255
  492. Show
  493. BaseType "Blue Pearl Amulet" "Marble Amulet" "Vanguard Belt" "Bone Helmet" "Two-Toned Boots" "Spiked Gloves" "Gripped Gloves" "Fingerless Silk Gloves" "Crystal Belt"
  494. Rarity <= Rare
  495. SetFontSize 36
  496. SetBorderColor 255 125 0 255
  497. Show
  498. Class "Amulets"
  499. BaseType "Talisman"
  500. Rarity < Unique
  501. SetBorderColor 109 200 130 255
  502. SetBackgroundColor 0 0 0 255
  503. PlayAlertSound 2 300
  504. Show
  505. Rarity <= Rare
  506. ItemLevel >= 86
  507. BaseType "Stygian Vise"
  508. SetBackgroundColor 255 125 0 255
  509. SetTextColor 255 255 255 255
  510. SetBorderColor 255 255 255 255
  511. SetFontSize 42
  512. PlayAlertSound 6 300
  513.  
  514. #------------------------------------------------------------------------
  515. # Chancing Items
  516. #------------------------------------------------------------------------
  517. Show
  518. BaseType "Sorcerer Boots" "Full Wyrmscale" "Glorious Plate"
  519. Rarity = Normal
  520. SetFontSize 36
  521. SetBorderColor 0 0 0 255
  522. SetTextColor 0 0 0 255
  523. SetBackgroundColor 160 160 160
  524. Show
  525. BaseType "Occultist's Vestment" "Leather Belt"
  526. Rarity = Normal
  527. SetFontSize 32
  528. SetBorderColor 0 0 0 255
  529. SetTextColor 0 0 0 255
  530. SetBackgroundColor 160 160 160
  531.  
  532. #------------------------------------------------------------------------
  533. # High level craft item
  534. #------------------------------------------------------------------------
  535. Show
  536. BaseType "Harbinger Bow" "Imbued Wand" "Gemini Claw" "Siege Axe" "Demon Dagger" "Ambusher" "Harpy Rapier" "Jewelled Foil" "Coronal Maul" "Exquisite Blade" "Fleshripper"
  537. Rarity < Rare
  538. ItemLevel >= 83
  539. SetBorderColor 100 255 100 255
  540. SetFontSize 34
  541. Show
  542. BaseType "Onyx" "Diamond Ring" "Two-Stone" "Titan Gauntlets" "Slink Gloves" "Slink Boots" "Titan Greaves" "Hubris Circlet"
  543. Rarity < Rare
  544. ItemLevel >= 84
  545. SetFontSize 34
  546. SetBorderColor 100 255 100 255
  547. Show
  548. Class Rings Amulet Belts
  549. BaseType "Ruby" "Sapphire" "Topaz" "Prismatic" "Amethyst" "Coral Ring" "Citrine" "Turquoise" "Agate" "Leather Belt" "Rustic Sash" "Stygian Vise"
  550. Rarity < Rare
  551. ItemLevel >= 84
  552. SetBorderColor 100 255 100 190
  553. SetFontSize 34
  554.  
  555. #------------------------------------------------------------------------
  556. # iLv 75+ Usable Accessory
  557. #------------------------------------------------------------------------
  558. Show
  559. BaseType "Onyx" "Two-Stone" "Diamond Ring" "Ruby" "Sapphire" "Topaz" "Prismatic" "Amethyst" "Coral Ring" "Citrine" "Turquoise" "Agate" "Leather Belt" "Rustic Sash" "Stygian Vise"
  560. Rarity Normal
  561. ItemLevel >= 75
  562. SetFontSize 32
  563.  
  564. #------------------------------------------------------------------------
  565. # Tier 0 Bases
  566. #------------------------------------------------------------------------
  567. Show
  568. ItemLevel >= 86
  569. BaseType "Onyx Amulet" "Diamond Ring" "Two-Stone Ring" "Titan Gauntlets" "Slink Gloves" "Royal Burgonet" "Lion Pelt" "Titan Greaves" "Slink Boots" "Hubris Circlet" "Ruby Ring" "Sapphire Ring" "Topaz Ring" "Prismatic" "Unset Ring" "Gold Ring" "Citrine Amulet" "Turquoise Amulet" "Agate Amulet" "Coral Ring" "Moonstone Ring" "Leather Belt" "Heavy Belt" "Amber Amulet" "Jade Amulet" "Lapis Amulet" "Rustic Sash" "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" "Saintly Chainmail" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titanium Spirit Shield" "Sorcerer Boots" "Sorcerer Gloves" "Vaal Regalia"
  570. Rarity Rare
  571. SetFontSize 45
  572. SetTextColor 255 125 0
  573. SetBorderColor 255 125 0 255
  574. SetBackgroundColor 35 100 20 255
  575.  
  576. #------------------------------------------------------------------------
  577. # Tier 1 Rare Accessory
  578. #------------------------------------------------------------------------
  579. Show
  580. Rarity Rare
  581. BaseType "Onyx" "Two-Stone" "Diamond Ring" "Ruby" "Sapphire" "Topaz" "Prismatic" "Amethyst" "Coral Ring" "Citrine" "Turquoise" "Agate" "Stygian Vise"
  582. ItemLevel >= 84
  583. SetBorderColor 255 255 0 255
  584. SetBackgroundColor 35 100 20 255
  585. SetFontSize 38
  586. Show
  587. Rarity Rare
  588. BaseType "Onyx" "Two-Stone" "Diamond Ring" "Ruby" "Sapphire" "Topaz" "Prismatic" "Amethyst" "Coral Ring" "Citrine" "Turquoise" "Agate" "Stygian Vise"
  589. ItemLevel >= 75
  590. SetBorderColor 255 255 0 255
  591. SetBackgroundColor 10 60 25 255
  592. SetFontSize 36
  593. Show
  594. Rarity Rare
  595. BaseType "Onyx" "Two-Stone" "Diamond Ring" "Ruby" "Sapphire" "Topaz" "Prismatic" "Amethyst" "Coral Ring" "Citrine" "Turquoise" "Agate" "Stygian Vise"
  596. ItemLevel >= 65
  597. SetBorderColor 255 255 0 255
  598. SetFontSize 34
  599.  
  600. #------------------------------------------------------------------------
  601. # Tier 1 Rare Weapon
  602. #------------------------------------------------------------------------
  603. Show
  604. BaseType "Harbinger Bow" "Imbued Wand" "Imperial Claw" "Gemini Claw" "Siege Axe" "Demon Dagger" "Ambusher" "Harpy Rapier" "Jewelled Foil" "Coronal Maul" "Corsair Sword"
  605. Rarity Rare
  606. ItemLevel >= 83
  607. SetBorderColor 255 255 0 255
  608. SetBackgroundColor 35 100 20 255
  609. SetFontSize 38
  610. Show
  611. BaseType "Harbinger Bow" "Imbued Wand" "Imperial Claw" "Gemini Claw" "Siege Axe" "Demon Dagger" "Ambusher" "Harpy Rapier" "Jewelled Foil" "Coronal Maul" "Corsair Sword"
  612. Rarity Rare
  613. ItemLevel >= 75
  614. SetBorderColor 255 255 0 255
  615. SetBackgroundColor 10 60 25 255
  616. SetFontSize 36
  617. Show
  618. BaseType "Harbinger Bow" "Imbued Wand" "Imperial Claw" "Gemini Claw" "Siege Axe" "Demon Dagger" "Ambusher" "Harpy Rapier" "Jewelled Foil" "Coronal Maul" "Corsair Sword"
  619. Rarity Rare
  620. ItemLevel >= 65
  621. SetBorderColor 255 255 0 255
  622. SetFontSize 34
  623.  
  624. #------------------------------------------------------------------------
  625. # Tier 1 Rare Armor
  626. #------------------------------------------------------------------------
  627. Show
  628. BaseType "Titan Gauntlets" "Lion Pelt" "Slink Boots" "Titan Greaves" "Royal Burgonet" "Slink Gloves" "Imperial Buckler" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titanium Spirit Shield" "Sorcerer Boots" "Sorcerer Gloves" "Vaal Regalia" "Hubris Circlet" "Archon Kite Shield" "Astral Plate" "Pinnacle Tower Shield"
  629. Rarity Rare
  630. ItemLevel >= 84
  631. SetBorderColor 255 255 0 255
  632. SetBackgroundColor 35 100 20 255
  633. SetFontSize 38
  634. Show
  635. BaseType "Titan Gauntlets" "Lion Pelt" "Slink Boots" "Titan Greaves" "Royal Burgonet" "Slink Gloves" "Imperial Buckler" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titanium Spirit Shield" "Sorcerer Boots" "Sorcerer Gloves" "Vaal Regalia" "Hubris Circlet" "Archon Kite Shield" "Astral Plate" "Pinnacle Tower Shield"
  636. Rarity Rare
  637. Rarity Rare
  638. ItemLevel >= 75
  639. SetBorderColor 255 255 0 255
  640. SetBackgroundColor 10 60 25 255
  641. SetFontSize 36
  642. Show
  643. BaseType "Titan Gauntlets" "Lion Pelt" "Slink Boots" "Titan Greaves" "Royal Burgonet" "Slink Gloves" "Imperial Buckler" "Harmonic Spirit Shield" "Fossilised Spirit Shield" "Titanium Spirit Shield" "Sorcerer Boots" "Sorcerer Gloves" "Vaal Regalia" "Hubris Circlet" "Archon Kite Shield" "Astral Plate" "Pinnacle Tower Shield"
  644. Rarity Rare
  645. Rarity Rare
  646. ItemLevel >= 65
  647. SetBorderColor 255 255 0 255
  648. SetFontSize 34
  649.  
  650. #------------------------------------------------------------------------
  651. # Tier 2 Rare Item
  652. #------------------------------------------------------------------------
  653. Show
  654. BaseType "Terror Claw" "Eye Gouger" "Tornado Wand" "Opal Wand" "Carved Wand" "Kris" "Fancy Foil" "Vaal Rapier" "Dragoon Sword" "Profane Wand" "Skean" "Vaal Axe" "Harbinger Bow" "Void Sceptre" "Sambar Sceptre" "Opal Sceptre" "Eternal Sword" "Behemoth Mace" "Vaal Hatchet" "Runic Hatchet"
  655. Rarity Rare
  656. ItemLevel >= 65
  657. SetBorderColor 210 210 210 255
  658. SetFontSize 32
  659. Show
  660. BaseType "Crusader Boots" "Nightmare Bascinet" "Murder Boots" "Dragonscale Boots" "Vaal Greaves" "Stealth Boots" "Murder Mitts" "Dragonscale Gauntlets" "Crusader Gloves" "Vaal Gauntlets" "Praetor Crown" "Deicide Mask" "Eternal Burgonet" "Sinner Tricorne" "Arcanist Slippers" "Arcanist Gloves" "Mind Cage" "Sorcerer Boots" "Sorcerer Gloves" "Harmonic Spirit Shield" "Supreme Spiked Shield" "Goliath Greaves" "Shagreen Boots"
  661. Rarity Rare
  662. ItemLevel >= 65
  663. SetBorderColor 210 210 210 255
  664. SetFontSize 32
  665. Show
  666. BaseType "Glorious Plate" "Saintly Chainmail" "Spike-Point Arrow Quiver" "Vaal Regalia" "Carnal Armour" "Elegant Round Shield" "Pinnacle Tower Shield" "Assassin's Garb" "Broadhead Arrow Quiver" "Mosaic Kite Shield"
  667. Rarity Rare
  668. ItemLevel >= 65
  669. SetBorderColor 210 210 210 255
  670. SetFontSize 32
  671. Show
  672. BaseType "Heavy Belt" "Leather Belt" "Rustic Sash" "Unset Ring" "Amber Amulet" "Jade Amulet" "Lapis Amulet" "Moonstone Ring"
  673. Rarity Rare
  674. ItemLevel >= 65
  675. SetBorderColor 210 210 210 255
  676. SetFontSize 32
  677.  
  678. #------------------------------------------------------------------------
  679. # Breach Rings
  680. #------------------------------------------------------------------------
  681. Show
  682. Class Rings
  683. BaseType "Breach"
  684. Rarity <= Rare
  685. SetBorderColor 130 25 255 255
  686. SetBackgroundColor 65 20 80
  687. SetFontSize 34
  688.  
  689. #------------------------------------------------------------------------
  690. # Mid-game Rare Items
  691. #------------------------------------------------------------------------
  692. # Show
  693. # DropLevel >= 56
  694. # Class Daggers
  695. # Rarity Rare
  696. # ItemLevel >= 65
  697. # SetFontSize 30
  698. # Show
  699. # DropLevel >= 55
  700. # Class Claws
  701. # Rarity Rare
  702. # ItemLevel >= 65
  703. # SetFontSize 30
  704. # Show
  705. # DropLevel >= 59
  706. # Class Wands
  707. # Rarity Rare
  708. # ItemLevel >= 65
  709. # SetFontSize 30
  710. # Show
  711. # Height = 4
  712. # DropLevel >= 58
  713. # Class "One Hand Swords"
  714. # Rarity Rare
  715. # ItemLevel >= 65
  716. # SetFontSize 30
  717. # Show
  718. # Height < 4
  719. # DropLevel >= 56
  720. # Class "One Hand Swords"
  721. # Rarity Rare
  722. # ItemLevel >= 65
  723. # SetFontSize 30
  724. # Show
  725. # DropLevel >= 62
  726. # Class "One Hand Maces"
  727. # Rarity Rare
  728. # ItemLevel >= 65
  729. # SetFontSize 30
  730. # Show
  731. # DropLevel >= 57
  732. # Class "One Hand Axes"
  733. # Rarity Rare
  734. # ItemLevel >= 65
  735. # SetFontSize 30
  736. # Show
  737. # DropLevel >= 55
  738. # Class "Sceptres"
  739. # Rarity Rare
  740. # ItemLevel >= 65
  741. # SetFontSize 30
  742. # Show
  743. # DropLevel >= 68
  744. # Class "Staves"
  745. # Rarity Rare
  746. # ItemLevel >= 65
  747. # SetFontSize 30
  748. # Show
  749. # DropLevel >= 63
  750. # Class "Two Hand Maces" "Two Hand Axes" "Two Hand Swords"
  751. # Rarity Rare
  752. # ItemLevel >= 65
  753. # SetFontSize 30
  754. # Show
  755. # DropLevel >= 57
  756. # Class "Bows"
  757. # Rarity Rare
  758. # ItemLevel >= 65
  759. # SetFontSize 30
  760. # Show
  761. # DropLevel >= 20
  762. # Class "Gloves" "Boots" "Helmets"
  763. # Rarity Rare
  764. # ItemLevel >= 65
  765. # SetFontSize 30
  766. # Show
  767. # DropLevel >= 55
  768. # Class "Body Armour"
  769. # Rarity Rare
  770. # ItemLevel >= 65
  771. # SetFontSize 30
  772. # Show
  773. # Width <= 2
  774. # Height <= 2
  775. # DropLevel >= 58
  776. # Class "Shields"
  777. # Rarity Rare
  778. # ItemLevel >= 65
  779. # SetFontSize 30
  780. # Show
  781. # DropLevel > 62
  782. # Class "Shields"
  783. # Rarity Rare
  784. # ItemLevel >= 65
  785. # SetFontSize 30
  786. #
  787.  
  788. #========================================================================
  789. # HIDE LAYER - 65+ Weapon、Armor、Assestory
  790. #========================================================================
  791. Hide
  792. Class "Two Hand" "Bows" "One Hand" "Wand" "Sceptre" "Staves" "Claws" "Body Armour" "Gloves" "Boots" "Helmets" "Quivers" "Daggers" "Shields" "Belts" "Rings" "Amulets"
  793. Rarity < Unique
  794. ItemLevel >= 65
  795.  
  796. #========================================================================
  797. # Currency you want to hide
  798. #========================================================================
  799. Hide
  800. Class Currency
  801. BaseType "Binding Shard" "Transmutation Shard" "Scroll of Wisdom"
  802.  
  803. #------------------------------------------------------------------------
  804. # Currency
  805. #------------------------------------------------------------------------
  806. Show
  807. Class Currency
  808. BaseType "Mirror of Kalandra"
  809. SetTextColor 255 0 0 255
  810. SetBorderColor 255 0 0 255
  811. SetBackgroundColor 255 255 255 255
  812. SetFontSize 45
  813. PlayAlertSound ShMirror 300
  814. Show
  815. Class Currency
  816. BaseType "Exalted Orb" "Divine Orb" "Eternal Orb" "Albino Rhoa Feather"
  817. SetTextColor 255 0 0 255
  818. SetBorderColor 255 0 0 255
  819. SetFontSize 42
  820. PlayAlertSound 6 300
  821. Show
  822. Class Currency
  823. BaseType "Regal Orb" "Chaos Orb" "Orb of Regret" "Gemcutter's Prism" "Vaal Orb" "Orb of Fusing" "Orb of Scouring" "Stacked Deck" "Orb of Horizons" "Ancient Orb" "Orb of Binding" "Harbinger's Orb" "Orb of Annulment" "Master Cartographer's Sextant""Journeyman Cartographer's Sextant"
  824. SetTextColor 255 0 255
  825. SetBorderColor 255 0 255
  826. SetFontSize 38
  827. PlayAlertSound 2 300
  828. Show
  829. Class Currency
  830. BaseType "Orb of Chance" "Blessed Orb" "Jeweller's Orb" "Cartographer's Chisel" "Apprentice Cartographer's Sextant" "Orb of Alteration" "Orb of Alchemy"
  831. SetTextColor 240 100 100
  832. SetBorderColor 240 100 100
  833. SetFontSize 38
  834. Show
  835. Class Currency
  836. BaseType "Orb of Transmutation" "Blacksmith's" "Armourer's" "Orb of Augmentation" "Chromatic Orb" "Glassblower's Bauble"
  837. SetTextColor 240 200 200
  838. SetBorderColor 240 200 200
  839. SetFontSize 36
  840.  
  841. #------------------------------------------------------------------------
  842. # Shard
  843. #------------------------------------------------------------------------
  844. Show
  845. Class Currency
  846. BaseType "Exalted Shard" "Annulment Shard" "Harbinger's Shard" "Ancient Shard" "Mirror Shard"
  847. SetFontSize 42
  848. SetTextColor 0 0 0 255
  849. SetBorderColor 0 0 0
  850. SetBackgroundColor 80 200 210 255
  851. Show
  852. Class Currency
  853. BaseType "Shard"
  854. SetFontSize 36
  855. SetTextColor 0 0 0 255
  856. SetBorderColor 0 0 0
  857. SetBackgroundColor 80 95 210 255
  858.  
  859. #------------------------------------------------------------------------
  860. # Special Currency
  861. #------------------------------------------------------------------------
  862. Show
  863. Class Currency
  864. BaseType "Prophecy"
  865. SetBorderColor 70 0 120 255
  866. SetFontSize 36
  867. Show
  868. Class Currency
  869. BaseType "Silver Coin"
  870. SetBackgroundColor 100 255 100
  871. SetFontSize 36
  872. Show
  873. Class Currency
  874. BaseType "Perandus Coin"
  875. SetTextColor 255 178 135 255
  876. SetBorderColor 255 178 135 135
  877. SetFontSize 36
  878. Show
  879. Class Currency
  880. BaseType "Splinter"
  881. SetTextColor 255 235 235 255
  882. SetBorderColor 130 25 255 255
  883. SetBackgroundColor 65 20 80
  884. SetFontSize 38
  885. PlayAlertSound 2 100
  886.  
  887. #------------------------------------------------------------------------
  888. # Currency Recipe
  889. #------------------------------------------------------------------------
  890. Show
  891. Quality = 20
  892. Class Flask
  893. SetTextColor 245 245 245
  894. SetBorderColor 255 255 255
  895. SetFontSize 32
  896.  
  897. Show
  898. BaseType "Stone Hammer" "Rock Breaker" "Gavel"
  899. Rarity = Normal
  900. SetTextColor 0 0 0
  901. SetBackgroundColor 0 125 0
  902. SetBorderColor 0 0 0
  903. SetFontSize 32
  904.  
  905. #------------------------------------------------------------------------
  906. # Essence
  907. #------------------------------------------------------------------------
  908. Show
  909. Class Currency
  910. BaseType "Shrieking Essence of" "Essence of Hysteria" "Essence of Insanity" "Essence of Horror" "Essence of Delirium" "Deafening Essence of" "Remnant of Corruption"
  911. SetFontSize 38
  912. SetTextColor 0 0 0 255
  913. SetBorderColor 0 0 0 255
  914. SetBackgroundColor 249 150 50 255
  915. Show
  916. Class Currency
  917. BaseType "Screaming Essence of"
  918. SetFontSize 38
  919. SetTextColor 0 0 0 255
  920. SetBorderColor 0 0 0 255
  921. SetBackgroundColor 0 250 0 255
  922. Show
  923. Class Currency
  924. BaseType "Wailing Essence of"
  925. SetFontSize 38
  926. SetTextColor 0 0 0 255
  927. SetBorderColor 0 0 0 255
  928. SetBackgroundColor 30 200 30 255
  929. Show
  930. Class Currency
  931. BaseType "Weeping Essence of"
  932. SetFontSize 36
  933. SetTextColor 0 0 0 255
  934. SetBorderColor 0 0 0 255
  935. SetBackgroundColor 30 200 30 200
  936. Show
  937. Class Currency
  938. BaseType "Muttering Essence of"
  939. SetFontSize 36
  940. SetTextColor 0 0 0 255
  941. SetBorderColor 0 0 0 255
  942. SetBackgroundColor 70 200 70 175
  943. Show
  944. Class Currency
  945. BaseType "Whispering Essence of"
  946. SetFontSize 34
  947. SetTextColor 0 0 0 255
  948. SetBorderColor 0 0 0 255
  949. SetBackgroundColor 70 200 70 150
  950.  
  951. #------------------------------------------------------------------------
  952. # Other Currency
  953. #------------------------------------------------------------------------
  954. Show
  955. Class Currency
  956. SetTextColor 200 200 200 255
  957. SetBorderColor 200 200 200 255
  958. SetBackgroundColor 0 0 0 220
  959. SetFontSize 34
  960.  
  961. #------------------------------------------------------------------------
  962. # Unique Item
  963. #------------------------------------------------------------------------
  964. Show
  965. Rarity Unique
  966. BaseType "Arcanist Slippers" "Callous Mask" "Cedar Tower Shield" "Clasped Mitts" "Clutching Talisman" "Crusader Boots" "Ezomyte Tower Shield" "Glorious Plate" "Greatwolf Talisman" "Jewelled Foil" "Legion Gloves" "Occultist's Vestment" "Prophecy Wand" "Raven Mask" "Rawhide Boots" "Ritual Sceptre" "Rotfeather Talisman" "Royal Axe" "Ruby Flask" "Sanctified Life Flask" "Sanctified Mana Flask" "Sapphire Flask" "Siege Axe" "Steelhead" "Topaz Flask" "Wereclaw Talisman" "Wyrmscale Doublet"
  967. SetTextColor 175 96 37 255
  968. SetBorderColor 175 96 37 255
  969. SetBackgroundColor 255 255 255 255
  970. SetFontSize 42
  971. PlayAlertSound 6 300
  972.  
  973. Show
  974. Rarity Unique
  975. SetBorderColor 175 96 37 255
  976. SetFontSize 36
  977.  
  978. #------------------------------------------------------------------------
  979. # Cards
  980. #------------------------------------------------------------------------
  981. Show #Divination-Exception
  982. Class Divination
  983. BaseType "The Wolf's Shadow"
  984. SetTextColor 0 0 0 255
  985. SetBorderColor 0 100 150 255
  986. SetBackgroundColor 145 215 230 225
  987. SetFontSize 34
  988. Show
  989. Class Divination
  990. BaseType "Abandoned Wealth" "House of Mirrors" "Hunter's Reward" "Mawr Blaidd" "Polymath" "Pride Before the Fall" "Spark and the Flame" "The Artist" "The Brittle Emperor" "The Celestial Justicar" "The Doctor" "The Dragon's Heart" "The Fiend" "The Formless Sea" "The Hunger" "The Immortal" "The King's Heart" "The Last One Standing" "The Queen" "The Spark and the Flame" "The Wind" "The Wolven King's Bite" "Wealth and Power"
  991. SetTextColor 0 0 255 255
  992. SetBorderColor 0 0 255 255
  993. SetBackgroundColor 255 255 255 255
  994. SetFontSize 42
  995. PlayAlertSound 6 300
  996. Show
  997. Class Divination
  998. BaseType "Bowyer's Dream" "Chaotic Disposition" "Emperor of Purity" "Heterochromia" "Last Hope" "Left to Fate" "Saint's Treasure" "The Cartographer" "The Chains that Bind" "The Dapper Prodigy" "The Enlightened" "The Ethereal" "The Hoarder" "The Offering" "The Saint's Treasure" "The Sephirot" "The Soul" "The Standoff" "The Thaumaturgist" "The Throne" "The Valkyrie" "The Vast" "The Void" "The Wolf" "Time-Lost Relic"
  999. SetTextColor 0 0 0 255
  1000. SetBorderColor 255 255 0 255
  1001. SetBackgroundColor 100 250 250 245
  1002. SetFontSize 38
  1003. PlayAlertSound 2 300
  1004. Show
  1005. Class Divination
  1006. BaseType "Earth Drinker" "Humility" "Jack in the Box" "Lucky Deck" "No Traces" "Scholar of the Seas" "Standoff" "The Cursed King" "The Dark Mage" "The Fletcher" "The Forsaken" "The Inventor" "The Jester" "The Polymath" "The Porcupine" "The Risk" "The Trial" "The Valley of Steel Boxes" "The Warlord" "The Wrath" "The Wretched" "Valley of Steel Boxes"
  1007. SetTextColor 0 0 0 255
  1008. SetBorderColor 0 0 255 255
  1009. SetBackgroundColor 50 220 240 235
  1010. SetFontSize 36
  1011. PlayAlertSound 2 300
  1012. Show
  1013. Class Divination
  1014. BaseType "A Mother's Parting Gift" "Carrion Crow" "Cartographer's Delight" "Death" "Dying Anguish" "Hermit" "King's Blade" "Lantador's Lost Love" "Metalsmith's Gift" "Other Cheek" "Prosperity" "Rain of Chaos" "Shard of Fate" "Struck by Lightning" "The Blazing Fire" "The Conduit" "The Eye of the Dragon" "The Feast" "The Incantation" "The Lich" "The Lover" "The Lunaris Priestess" "The Oath" "The Rabid Rhoa" "The Ruthless Ceinture" "The Scholar" "The Sigil" "The Sun" "The Surgeon" "The Twins" "The Warden" "The Wolverine" "Thunderous Skies" "Volatile Power"
  1015. SetTextColor 0 0 0 255
  1016. SetBorderColor 0 0 0
  1017. SetBackgroundColor 175 215 230 180
  1018. Show
  1019. Class Divination
  1020. SetTextColor 0 0 0 255
  1021. SetBorderColor 0 100 150 255
  1022. SetBackgroundColor 145 215 230 225
  1023. SetFontSize 34
  1024.  
  1025. #------------------------------------------------------------------------
  1026. # Gem & Jewel
  1027. #------------------------------------------------------------------------
  1028. Show
  1029. BaseType "Empower" "Enlighten" "Enhance"
  1030. SetBorderColor 114 7 116 255
  1031. SetTextColor 107 253 246 255
  1032. SetFontSize 38
  1033. PlayAlertSound 2 300
  1034. Show
  1035. Quality > 0
  1036. Class Gem
  1037. SetBorderColor 0 0 255
  1038. SetFontSize 34
  1039. Show
  1040. Class Jewel
  1041. SetFontSize 34
  1042. Show
  1043. Class Gem
  1044. SetFontSize 32
  1045.  
  1046. #------------------------------------------------------------------------
  1047. # Map & Misc Map Items
  1048. #------------------------------------------------------------------------
  1049. Show
  1050. Class Maps
  1051. BaseType "Forge of the Phoenix Map" "Maze of the Minotaur Map" "Lair of the Hydra Map" "Pit of the Chimera Map" "Vaal Temple Map"
  1052. SetTextColor 100 0 122 255
  1053. SetBorderColor 100 0 255 255
  1054. SetBackgroundColor 255 255 255 255
  1055. SetFontSize 42
  1056. PlayAlertSound 6 300
  1057. Show
  1058. DropLevel >= 78
  1059. Class Maps
  1060. SetTextColor 230 230 230
  1061. SetBorderColor 255 255 255
  1062. SetBackgroundColor 135 51 36 255
  1063. SetFontSize 38
  1064. PlayAlertSound 6 300
  1065. Show
  1066. Class Maps
  1067. ShapedMap True
  1068. DropLevel >= 73
  1069. SetTextColor 230 230 230
  1070. SetBorderColor 255 255 255
  1071. SetBackgroundColor 135 51 36 255
  1072. SetFontSize 38
  1073. PlayAlertSound 6 300
  1074. Show
  1075. Class Maps
  1076. DropLevel >= 73
  1077. SetTextColor 230 230 230
  1078. SetBorderColor 255 255 255
  1079. SetBackgroundColor 100 51 36 255
  1080. SetFontSize 36
  1081. PlayAlertSound 4 300
  1082. Show
  1083. Class Maps
  1084. ShapedMap True
  1085. DropLevel < 73
  1086. SetTextColor 230 230 230
  1087. SetBorderColor 255 255 255
  1088. SetBackgroundColor 100 51 36 255
  1089. SetFontSize 36
  1090. PlayAlertSound 4 300
  1091. Show
  1092. Class Maps
  1093. DropLevel < 73
  1094. SetTextColor 230 230 230
  1095. SetBorderColor 255 255 255
  1096. SetFontSize 34
  1097. PlayAlertSound 4 150
  1098. Show
  1099. Class "Misc Map Items"
  1100. SetTextColor 100 220 145 255
  1101. SetBorderColor 100 220 145 255
  1102. SetBackgroundColor 255 255 255 255
  1103. SetFontSize 34
  1104. Show
  1105. Class "Map Fragments"
  1106. BaseType "Mortal Hope" "Mortal Ignorance"
  1107. SetFontSize 42
  1108. SetTextColor 0 0 0 255
  1109. SetBorderColor 0 0 0 255
  1110. SetBackgroundColor 255 255 255 255
  1111. PlayAlertSound 6 300
  1112. Show
  1113. Class "Map Fragments"
  1114. SetTextColor 0 0 0 255
  1115. SetBorderColor 0 0 0
  1116. SetBackgroundColor 180 0 0 255
  1117. SetFontSize 34
  1118. PlayAlertSound 2 300
  1119.  
  1120. #------------------------------------------------------------------------
  1121. # Labyrinth items
  1122. #------------------------------------------------------------------------
  1123. Show
  1124. BaseType "Offering to the Goddess"
  1125. SetTextColor 0 0 0 255
  1126. SetBorderColor 0 0 0
  1127. SetBackgroundColor 180 0 0 255
  1128. SetFontSize 34
  1129. PlayAlertSound 4 300
  1130. Show
  1131. Class Labyrinth
  1132. SetTextColor 74 230 58
  1133. SetBorderColor 74 230 58
  1134. SetFontSize 34
  1135.  
  1136. #------------------------------------------------------------------------
  1137. # Leaguestone
  1138. #------------------------------------------------------------------------
  1139. Show
  1140. Class Leaguestone
  1141. Rarity >= Magic
  1142. SetTextColor 0 0 0 255
  1143. SetBorderColor 255 255 0 255
  1144. SetBackgroundColor 100 220 145 255
  1145. SetFontSize 34
  1146. PlayAlertSound 2 300
  1147. Show
  1148. Class Leaguestone
  1149. Rarity = Normal
  1150. SetTextColor 0 0 0 255
  1151. SetBorderColor 0 0 0 255
  1152. SetBackgroundColor 100 220 145 220
  1153. SetFontSize 32
  1154.  
  1155. #------------------------------------------------------------------------
  1156. # Piece
  1157. #------------------------------------------------------------------------
  1158. # Show
  1159. # Class Piece
  1160. # SetTextColor 0 0 0 255
  1161. # SetBorderColor 255 255 0 255
  1162. # SetBackgroundColor 100 220 145 255
  1163. # SetFontSize 34
  1164. # PlayAlertSound 2 300
  1165.  
  1166. #------------------------------------------------------------------------
  1167. # Flask
  1168. #------------------------------------------------------------------------
  1169. Show
  1170. BaseType "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask" "Silver Flask" "Bismuth Flask" "Eternal Life Flask" "Divine Life Flask" "Quicksilver Flask" "Amethyst Flask" "Ruby Flask" "Sapphire Flask" "Topaz Flask" "Granite Flask" "Jade Flask" "Diamond Flask"
  1171. SetFontSize 32
  1172.  
  1173. #========================================================================
  1174. # Leveling Filter
  1175. #========================================================================
  1176. Show
  1177. LinkedSockets 4
  1178. ItemLevel < 65
  1179. SetBorderColor 115 0 115 255
  1180. SetFontSize 30
  1181. Show
  1182. LinkedSockets 3
  1183. ItemLevel < 24
  1184. SetBorderColor 115 0 115 255
  1185. SetFontSize 30
  1186. Show
  1187. Rarity Rare
  1188. ItemLevel < 65
  1189. SetFontSize 34
  1190. Show
  1191. Rarity Magic
  1192. ItemLevel < 24
  1193. SetFontSize 32
  1194. Show
  1195. ItemLevel < 8
  1196. SetFontSize 30
  1197. Show
  1198. Class Flask
  1199. ItemLevel < 66
  1200. SetFontSize 30
  1201.  
  1202. #========================================================================
  1203. # Hide Everything Else
  1204. #========================================================================
  1205. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement