Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 KB | None | 0 0
  1. # Doesn't hide, just restyles
  2. # Version 20150414
  3.  
  4. # -- INFO DUMP START --
  5. # Default Colours
  6. #
  7. # default rgb(127,127,127)
  8. # valuedefault rgb(255,255,255)
  9. # pink rgb(255,192,203)
  10. # dodgerblue rgb(30,144,255)
  11. # fire rgb(150,0,0)
  12. # cold rgb(54,100,146)
  13. # lightning rgb(255,215,0)
  14. # chaos rgb(208,32,144)
  15. # augmented rgb(136,136,255)
  16. # crafted rgb(184,218,242)
  17. # unmet rgb(210,0,0)
  18. # uniqueitem rgb(175,96,37)
  19. # rareitem rgb(255,255,119)
  20. # magicitem rgb(136,136,255)
  21. # whiteitem rgb(200,200,200)
  22. # gemitem rgb(27,162,155)
  23. # currencyitem rgb(170,158,130)
  24. # questitem rgb(74,230,58)
  25. # nemesismod rgb(255,200,0)
  26. # nemesismodoutline argb(220,255,40,0)
  27. # title rgb(231,180,120)
  28. # corrupted rgb(210,0,0)
  29. # favour rgb(170,158,130)
  30. # supporterpacknewitem rgb(180,96,0)
  31. # supporterpackitem rgb(163,141,109)
  32. # bloodlinemod rgb(210,0,220)
  33. # bloodlinemodoutline argb(200,74,0,160)
  34. # tormentmod rgb(50,230,100)
  35. # tormentmodoutline argb(200,0,100,150)
  36. # canttradeormodify rgb(210,0,0)
  37. #
  38. # Currency 170 158 130
  39. # Gem 27 162 155
  40. # Normal 200 200 200
  41. # Magic 136 136 255
  42. # Rare 255 255 119
  43. # Unique 175 96 37
  44. #
  45. # -- Classes --
  46. # Life Flasks
  47. # Mana Flasks
  48. # Hybrid Flasks
  49. # Currency
  50. # Amulets
  51. # Rings
  52. # Claws
  53. # Daggers
  54. # Wands
  55. # One Hand Swords
  56. # Thrusting One Hand Swords
  57. # One Hand Axes
  58. # One Hand Maces
  59. # Bows
  60. # Staves
  61. # Two Hand Swords
  62. # Two Hand Axes
  63. # Two Hand Maces
  64. # Active Skill Gems
  65. # Support Skill Gems
  66. # Quivers
  67. # Belts
  68. # Gloves
  69. # Boots
  70. # Body Armours
  71. # Helmets
  72. # Shields
  73. # Stackable Currency
  74. # Quest Items
  75. # Sceptres
  76. # Utility Flasks
  77. # Maps
  78. # Fishing Rods
  79. # Map Fragments
  80. # Hideout Doodads
  81. # Microtransactions
  82. # Jewels
  83. #
  84. # -- INFO DUMP END --
  85. #
  86. # -- Script Info--
  87. # Sound Assignments
  88. # 1 -
  89. # 2 - High Maps
  90. # 3 - Socketed and Linked Items
  91. # 4 - Uniques
  92. # 5 - Quality Gem
  93. # 6 - Jewels
  94. # 7 - Low Currency
  95. # 8 - Mid Currency
  96. # 9 - High Currency
  97. #
  98. # Index
  99. # 1 - Overrides
  100. # 2 - Currency
  101. # 3 - Gems and Jewels
  102. # 4 - Links and Sockets
  103. # 5 - Maps
  104. # 6 - Flask
  105. # 7 - Crafting
  106.  
  107. # -- Quest items always shown --
  108. Show
  109. Class “Quest Items”
  110.  
  111. # -- 1 Overrides --
  112. # Uniques, Fishing Rods, Mirrors
  113.  
  114. Show
  115. Class "Fishing Rod"
  116. SetBorderColor 255 0 255
  117. SetBackgroundColor 64 255 64
  118. SetTextColor 255 0 255
  119. PlayAlertSound 1
  120. PlayAlertSound 2
  121. PlayAlertSound 3
  122. PlayAlertSound 4
  123. PlayAlertSound 5
  124. PlayAlertSound 6
  125. PlayAlertSound 7
  126. PlayAlertSound 8
  127. PlayAlertSound 9
  128.  
  129. Show
  130. BaseType "Mirror of Kalandra"
  131. SetBorderColor 255 0 255
  132. SetBackgroundColor 64 255 64
  133. SetTextColor 255 0 255
  134. PlayAlertSound 1
  135. PlayAlertSound 2
  136. PlayAlertSound 3
  137. PlayAlertSound 4
  138. PlayAlertSound 5
  139. PlayAlertSound 6
  140. PlayAlertSound 7
  141. PlayAlertSound 8
  142. PlayAlertSound 9
  143.  
  144. #Uniques
  145. #Unique Jewel or Map
  146. Show
  147. Rarity Unique
  148. Class Maps Jewel
  149. SetBorderColor 255 255 255
  150. SetBackgroundColor 255 112 25
  151. SetTextColor 255 255 255
  152. PlayAlertSound 4
  153.  
  154.  
  155.  
  156. #Generic Unique
  157. Show
  158. Rarity Unique
  159. SetBorderColor 255 112 25
  160. SetBackgroundColor 255 112 25
  161. SetTextColor 255 255 255
  162. PlayAlertSound 4
  163.  
  164.  
  165. # -- 2 Currency --
  166. # High Currency
  167. Show
  168. BaseType "Exalted Orb" "Eternal Orb" "Divine Orb"
  169. SetBorderColor 190 168 100
  170. SetTextColor 0 0 0
  171. SetBackgroundColor 190 168 100
  172. PlayAlertSound 9
  173.  
  174. # Mid Currency
  175. # Vaal chaos regal gcp
  176. Show
  177. BaseType "Vaal Orb" "Gemcutter's Prism" "Regal Orb" "Chaos Orb"
  178. SetBorderColor 190 168 100
  179. SetTextColor 0 0 0
  180. SetBackgroundColor 190 168 100
  181. PlayAlertSound 8
  182.  
  183. # Other
  184. Show
  185. BaseType "Orb of Fusing" "Orb of Regret" "Jeweller's Orb" "Orb of Alchemy" "Orb of Scouring"
  186. SetTextColor 250 125 0
  187. SetBackgroundColor 58 31 8
  188. SetBorderColor 86 62 21
  189. PlayAlertSound 8
  190.  
  191. Show
  192. BaseType "Cartographer's Chisel"
  193. SetTextColor 190 168 100
  194. SetBackgroundColor 71 51 16
  195. SetBorderColor 86 62 21
  196. PlayAlertSound 8
  197.  
  198.  
  199. # Low Currency
  200. Show
  201. BaseType "Chromatic Orb" "Orb of Augmentation"
  202. SetBorderColor 226 170 60
  203. SetBackgroundColor 25 25 25
  204. SetTextColor 226 170 60
  205. PlayAlertSound 7
  206.  
  207. Show
  208. BaseType "Orb of Transmutation" "Orb of Chance" "Orb of Alteration"
  209. SetBorderColor 226 170 60
  210. SetBackgroundColor 25 25 25
  211. SetTextColor 226 170 60
  212. PlayAlertSound 7
  213.  
  214.  
  215. # Junk Currency
  216. Show
  217. BaseType "Scroll of Wisdom" "Portal Scroll"
  218. SetTextColor 200 190 160
  219.  
  220. Show
  221. BaseType "Armourer's Scrap" "Blacksmith's Whetstone" "Blessed Orb" "Glassblower's Bauble"
  222. SetBorderColor 190 168 100
  223. SetBackgroundColor 25 25 25
  224. SetTextColor 190 168 100
  225.  
  226. # -- 3 Gems and Jewels --
  227. # Jewel
  228. Show
  229. Rarity Rare
  230. Class Jewel
  231. PlayAlertSound 6
  232. SetBorderColor 0 87 77
  233. SetBackgroundColor 0 38 46
  234. SetTextColor 41 255 212
  235.  
  236. Show
  237. Rarity Magic
  238. Class Jewel
  239. PlayAlertSound 6
  240. SetBorderColor 19 68 62
  241. SetBackgroundColor 17 27 29
  242. SetTextColor 70 206 199
  243.  
  244.  
  245. Show
  246. Rarity Normal
  247. Class Jewel
  248. PlayAlertSound 6
  249. SetBorderColor 19 68 62
  250. SetBackgroundColor 17 27 29
  251. SetTextColor 70 206 199
  252.  
  253.  
  254. # Quality Specified Gems
  255. Show
  256. Quality > 0
  257. BaseType "Enhance" "Empower" "Enlighten" "Spell Echo" "Multistrike" "Portal"
  258. SetBorderColor 0 216 126
  259. SetBackgroundColor 46 0 27
  260. SetTextColor 239 57 172
  261. PlayAlertSound 5
  262.  
  263. # Specified Gems
  264. Show
  265. BaseType "Enhance" "Empower" "Enlighten" "Spell Echo" "Multistrike" "Portal"
  266. SetBorderColor 0 216 126
  267. SetBackgroundColor 46 0 27
  268. SetTextColor 239 57 172
  269. PlayAlertSound 5
  270.  
  271. # Generic Quality Support Gems
  272. Show
  273. Class "Support Skill Gems"
  274. Quality > 0
  275. SetBorderColor 102 0 102
  276. SetBackgroundColor 46 0 27
  277. SetTextColor 239 57 172
  278. PlayAlertSound 5
  279.  
  280.  
  281. # Generic Support Gems
  282. Show
  283. Class "Support Skill Gems"
  284. SetBorderColor 68 19 50
  285. SetBackgroundColor 31 15 27
  286. SetTextColor 210 75 147
  287. PlayAlertSound 5
  288.  
  289. # Generic Quality Active Gems
  290. Show
  291. Class "Active Skill Gems"
  292. Quality > 0
  293. SetBorderColor 102 0 102
  294. SetBackgroundColor 46 0 27
  295. SetTextColor 239 57 172
  296. PlayAlertSound 5
  297.  
  298. # Vaal Gems
  299. Show
  300. Class Gem
  301. BaseType Vaal
  302. Quality > 0
  303. SetBackgroundColor 60 0 0
  304. SetTextColor 27 162 155
  305. PlayAlertSound 5
  306.  
  307. Show
  308. Class Gem
  309. BaseType Vaal
  310. SetBorderColor 27 162 155
  311. SetBackgroundColor 60 0 0
  312. SetTextColor 27 162 155
  313. PlayAlertSound 5
  314.  
  315.  
  316. # -- 4 Links and Sockets --
  317. # RGB links have to be:
  318. # Not five link or more
  319. # Not unique
  320. # Styled based on actual rarity of parent item
  321.  
  322. # Rare
  323. Show
  324. Rarity Rare
  325. LinkedSockets < 5
  326. SocketGroup RGB
  327. SetBorderColor 80 150 60
  328. SetBackgroundColor 25 25 25
  329. SetTextColor 190 168 100
  330.  
  331. # Magic
  332. Show
  333. Rarity Magic
  334. LinkedSockets < 5
  335. SocketGroup RGB
  336. SetBorderColor 80 150 60
  337. SetBackgroundColor 25 25 25
  338. SetTextColor 190 168 100
  339.  
  340. # Normal
  341. Show
  342. Rarity Normal
  343. LinkedSockets < 5
  344. SocketGroup RGB
  345. SetBorderColor 80 150 60
  346. SetBackgroundColor 25 25 25
  347. SetTextColor 190 168 100
  348.  
  349. # Sounds for all notable links
  350. # Six Link
  351. Show
  352. Sockets 6
  353. LinkedSockets 6
  354. PlayAlertSound 2
  355. SetBorderColor 255 0 0
  356. SetBackgroundColor 0 0 0
  357. SetTextColor 255 0 0
  358.  
  359. # Five Link Six Socket
  360. Show
  361. Sockets 6
  362. LinkedSockets 5
  363. PlayAlertSound 3
  364. SetBorderColor 160 80 80
  365. SetBackgroundColor 0 0 0
  366. SetTextColor 255 0 0
  367.  
  368. # Six Socket
  369. Show
  370. Sockets 6
  371. PlayAlertSound 3
  372. SetBorderColor 80 80 80
  373. SetBackgroundColor 0 0 0
  374. SetTextColor 255 0 0
  375.  
  376.  
  377. # Five Link
  378. Show
  379. LinkedSockets 5
  380. PlayAlertSound 3
  381. SetBorderColor 0 0 0
  382. SetBackgroundColor 0 0 0
  383. SetTextColor 255 0 0
  384.  
  385.  
  386. # -- 5 Maps --
  387. # Mid and high end maps play a sound
  388.  
  389. # Fragments
  390. Show
  391. Class "Map Fragment"
  392. SetBorderColor 255 255 255
  393. SetBackgroundColor 76 0 0
  394. SetTextColor 255 255 255
  395.  
  396. # Rare Maps
  397. # Normal Rare Maps
  398. Show
  399. Class Map
  400. Rarity Rare
  401. DropLevel <= 69
  402. SetBorderColor 255 255 255
  403. SetTextColor 255 255 119
  404.  
  405. # Mid Range Rare Maps
  406. Show
  407. Class Map
  408. Rarity Rare
  409. DropLevel <= 74
  410. PlayAlertSound 2
  411. SetBorderColor 255 255 255
  412. SetBackgroundColor 35 35 35
  413. SetTextColor 255 255 119
  414.  
  415.  
  416. # High End Rare Maps
  417. Show
  418. Class Map
  419. Rarity Rare
  420. DropLevel >= 75
  421. PlayAlertSound 2
  422. SetBorderColor 255 255 255
  423. SetBackgroundColor 60 60 60
  424. SetTextColor 255 255 119
  425.  
  426. # Magic Maps
  427. # Normal Magic Maps
  428. Show
  429. Class Map
  430. Rarity Magic
  431. DropLevel <= 69
  432. SetBorderColor 255 255 255
  433. SetTextColor 136 136 255
  434.  
  435. # Mid Range Magic Maps
  436. Show
  437. Class Map
  438. Rarity Magic
  439. DropLevel <= 74
  440. PlayAlertSound 2
  441. SetBorderColor 255 255 255
  442. SetBackgroundColor 35 35 35
  443. SetTextColor 136 136 255
  444.  
  445.  
  446. # High End Magic Maps
  447. Show
  448. Class Map
  449. Rarity Magic
  450. DropLevel >= 75
  451. PlayAlertSound 2
  452. SetBorderColor 255 255 255
  453. SetBackgroundColor 60 60 60
  454. SetTextColor 136 136 255
  455.  
  456. # Map Maps
  457. # Normal Maps
  458. Show
  459. Class Map
  460. DropLevel <= 69
  461. SetBorderColor 255 255 255
  462. SetTextColor 255 255 255
  463.  
  464. # Mid Range Maps
  465. Show
  466. Class Map
  467. DropLevel <= 74
  468. PlayAlertSound 2
  469. SetBorderColor 255 255 255
  470. SetBackgroundColor 35 35 35
  471. SetTextColor 255 255 255
  472.  
  473.  
  474. # High End Maps
  475. Show
  476. Class Map
  477. DropLevel >= 75
  478. PlayAlertSound 2
  479. SetBorderColor 255 255 255
  480. SetBackgroundColor 60 60 60
  481. SetTextColor 255 255 255
  482.  
  483. # -- 8 Flask --
  484. # Hide trash high ilvl Flask
  485. #Hide
  486. # BaseType Flask
  487. # ItemLevel >= 35
  488. # BaseType Small Medium Large Greater Grand
  489. #
  490. #Hide
  491. # BaseType Flask
  492. # ItemLevel >= 53
  493. # BaseType Giant Colossal Sacred
  494. #
  495. # Borders for all shown Flask
  496. Show
  497. Class "Life Flask"
  498. SetBorderColor 128 24 16
  499. SetBackgroundColor 54 54 54
  500.  
  501. Show
  502. Class "Mana Flask"
  503. SetBorderColor 24 76 172
  504. SetBackgroundColor 54 54 54
  505.  
  506. Show
  507. Class "Hybrid Flask"
  508. SetBorderColor 128 40 128
  509. SetBackgroundColor 54 54 54
  510.  
  511. Show
  512. Class "Utility Flask"
  513. SetBorderColor 80 150 60
  514. SetBackgroundColor 54 54 54
  515.  
  516.  
  517.  
  518.  
  519.  
  520. # -- 7 Crafting Stuff --
  521.  
  522. # Vendor Recipes
  523. # Level 75+ Rare Accessories
  524. Show
  525. Class Ring
  526. ItemLevel >= 75
  527. Rarity Rare
  528. SetBorderColor 255 255 119
  529. SetBackgroundColor 0 40 0
  530. SetTextColor 255 255 119
  531.  
  532. Show
  533. Class Amulet
  534. ItemLevel >= 75
  535. Rarity Rare
  536. SetBorderColor 255 255 119
  537. SetBackgroundColor 0 40 0
  538. SetTextColor 255 255 119
  539.  
  540. Show
  541. Class Belt
  542. ItemLevel >= 75
  543. Rarity Rare
  544. SetBorderColor 255 255 119
  545. SetBackgroundColor 0 40 0
  546. SetTextColor 255 255 119
  547.  
  548.  
  549.  
  550. # Level 60+ Rare Accessories
  551. Show
  552. Class Ring
  553. ItemLevel >= 60
  554. Rarity Rare
  555. SetBorderColor 255 255 119
  556. SetTextColor 255 255 119
  557.  
  558. Show
  559. Class Amulet
  560. ItemLevel >= 60
  561. Rarity Rare
  562. SetBorderColor 255 255 119
  563. SetTextColor 255 255 119
  564.  
  565. Show
  566. Class Belt
  567. ItemLevel >= 60
  568. Rarity Rare
  569. SetBorderColor 255 255 119
  570. SetTextColor 255 255 119
  571.  
  572. # 20% quality
  573. Show
  574. Quality 20
  575. SetBackgroundColor 40 40 40
  576.  
  577. # Gavel Stone Hammer Rock Breaker
  578. Show
  579. BaseType "Gavel"
  580. SetBackgroundColor 71 51 16
  581. SetBorderColor 138 2 0
  582. SetTextColor 171 171 171
  583.  
  584. Show
  585. BaseType "Stone Hammer"
  586. SetBackgroundColor 71 51 16
  587. SetTextColor 171 171 171
  588.  
  589. Show
  590. BaseType "Rock Breaker"
  591. SetBackgroundColor 71 51 16
  592. SetTextColor 171 171 171
  593.  
  594. # generic white
  595. Show
  596. Rarity Normal
  597. SetBorderColor 54 54 54
  598. SetBackgroundColor 54 54 54
  599. SetTextColor 171 171 171
  600.  
  601. # generic blue
  602. Show
  603. Rarity Magic
  604. SetBorderColor 54 54 54
  605. SetBackgroundColor 54 54 54
  606. SetTextColor 128 122 214
  607.  
  608. # generic rare
  609. Show
  610. Rarity Rare
  611. SetBackgroundColor 54 54 54
  612. SetTextColor 227 227 145
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement