Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.34 KB | None | 0 0
  1. # Script edited with Filtration - https://github.com/ben-wallis/Filtration
  2. # Marr's Loot Filter UI v.3.0
  3. # 20160406
  4. #
  5. # created by Mardread
  6. #
  7. # - Used Neversink's filter as a template to help with proper structure and breakdown of certain categories
  8. #
  9. # Version 3.0 -
  10. #
  11. # - rearranged categories
  12. # - used Neversink's filter as a guide to include item leveling
  13. # - included item leveling
  14. # - readjusted font sizes. Normal=24, Magic=27, Rare=30, Unique=33
  15. # - changed the border color of RGB linked sockets to a purple color to increase visibility.
  16. #
  17. # Version 2.0 -
  18. #
  19. # - broke down loot filter into additional categories: jewels, maps, gems, quests, uniques, rares, magic, normal items
  20. # - changed border color definitions for quality. black=normal, dark gray>1, light gray>10, white=20
  21. # - changed color scheme to be more consistant
  22. # - added a bunch of background colors to help distinquish type of items when viewing
  23. #
  24. # Version 1.0
  25. # - currency category
  26. # - items broken down into rarity level
  27. # - changed magic item color to be more bluish to help distinquish color better
  28.  
  29. # Section: # 0000 # Currency
  30.  
  31. Show
  32. BaseType "Mirror of Kalandra"
  33. SetTextColor 255 255 255 # Superior
  34. SetBackgroundColor 170 158 130 200 # Currency
  35. SetBorderColor 184 102 16 # Unique
  36. SetFontSize 33
  37. PlayAlertSound 4 80
  38.  
  39. Show
  40. BaseType "Exalted Orb" "Chaos Orb" "Divine Orb" "Albino Rhoa Feather" "Eternal Orb"
  41. SetTextColor 50 50 50 # Normal
  42. SetBackgroundColor 170 158 130 200 # Currency
  43. SetBorderColor 184 102 16 # Unique
  44. SetFontSize 33
  45. PlayAlertSound 4 80
  46.  
  47. Show
  48. BaseType "Vaal Orb"
  49. SetTextColor 50 50 50 # Normal
  50. SetBackgroundColor 170 158 130 200 # Currency
  51. SetBorderColor 210 0 3 # Corrupted
  52. SetFontSize 30
  53.  
  54. Show
  55. BaseType "Orb of Scouring" "Orb of Regret" "Orb of Alchemy" "Regal Orb" "Blessed Orb"
  56. SetTextColor 50 50 50 # Normal
  57. SetBackgroundColor 170 158 130 200 # Currency
  58. SetBorderColor 255 214 0 # Rare
  59. SetFontSize 30
  60. PlayAlertSound 2 200
  61.  
  62. Show
  63. BaseType "Orb of Augmentation" "Orb of Alteration" "Orb of Transmutation" "Orb of Chance"
  64. SetTextColor 50 50 50 # Normal
  65. SetBackgroundColor 170 158 130 200 # Currency
  66. SetBorderColor 20 138 230 # Magic
  67. SetFontSize 27
  68.  
  69. Show
  70. Rarity = Unique
  71. LinkedSockets >= 3
  72. SocketGroup "rgb"
  73. SetTextColor 184 102 16 # Unique
  74. SetBackgroundColor 170 158 130 200 # Currency
  75. SetBorderColor 149 42 230 # Sockets - RGB - 6
  76. SetFontSize 33
  77.  
  78. Show
  79. Rarity = Rare
  80. LinkedSockets >= 3
  81. SocketGroup "rgb"
  82. SetTextColor 255 214 0 # Rare
  83. SetBackgroundColor 170 158 130 200 # Currency
  84. SetBorderColor 149 42 230 # Sockets - RGB - 6
  85. SetFontSize 30
  86.  
  87. Show
  88. Rarity = Magic
  89. LinkedSockets >= 3
  90. SocketGroup "rgb"
  91. SetTextColor 20 138 230 # Magic
  92. SetBackgroundColor 170 158 130 200 # Currency
  93. SetBorderColor 149 42 230 # Sockets - RGB - 6
  94. SetFontSize 27
  95.  
  96. Show
  97. Rarity = Normal
  98. LinkedSockets >= 3
  99. SocketGroup "rgb"
  100. SetTextColor 255 255 255 # Superior
  101. SetBackgroundColor 170 158 130 200 # Currency
  102. SetBorderColor 149 42 230 # Sockets - RGB - 6
  103. SetFontSize 24
  104.  
  105. Show
  106. BaseType "Jeweller's Orb" "Chromatic Orb" "Orb of Fusing"
  107. SetTextColor 50 50 50 # Normal
  108. SetBackgroundColor 170 158 130 200 # Currency
  109. SetBorderColor 149 42 230 # Sockets - RGB - 6
  110. SetFontSize 24
  111.  
  112. Show
  113. BaseType "Perandus Coin"
  114. SetTextColor 255 255 255 # Superior
  115. SetBackgroundColor 170 158 130 200 # Currency
  116. SetBorderColor 74 230 58
  117. SetFontSize 24
  118.  
  119. Show
  120. BaseType "Armourer's Scrap" "Blacksmith's Whetstone" "Glassblower's Bauble" "Cartographer's Chisel" "Gemcutter's Prism"
  121. SetTextColor 255 255 255 # Superior
  122. SetBackgroundColor 170 158 130 200 # Currency
  123. SetBorderColor 255 255 255 # Quality = 20
  124. SetFontSize 24
  125.  
  126. Show
  127. Quality = 20
  128. Rarity = Normal
  129. BaseType "Rock Breaker" "Stone Hammer" "Gavel"
  130. SetTextColor 255 255 255 # Superior
  131. SetBackgroundColor 170 158 130 200 # Currency
  132. SetBorderColor 255 255 255 # Quality = 20
  133. SetFontSize 24
  134.  
  135. Show
  136. Quality >= 10
  137. Rarity = Normal
  138. BaseType "Rock Breaker" "Stone Hammer" "Gavel"
  139. SetTextColor 255 255 255 # Superior
  140. SetBackgroundColor 170 158 130 200 # Currency
  141. SetBorderColor 180 180 180 # Quality >= 10
  142. SetFontSize 24
  143.  
  144. Show
  145. Rarity = Normal
  146. BaseType "Rock Breaker" "Stone Hammer" "Gavel"
  147. SetTextColor 255 255 255 # Superior
  148. SetBackgroundColor 170 158 130 200 # Currency
  149. SetBorderColor 50 50 50 # Normal
  150. SetFontSize 24
  151.  
  152. Show
  153. BaseType "Scroll of Wisdom" "Portal Scroll"
  154. SetTextColor 50 50 50 # Normal
  155. SetBackgroundColor 170 158 130 200 # Currency
  156. SetBorderColor 50 50 50 # Normal
  157. SetFontSize 24
  158.  
  159. Show
  160. BaseType "Scroll Fragment"
  161. SetTextColor 50 50 50 # Normal
  162. SetBackgroundColor 170 158 130 200 # Currency
  163. SetBorderColor 50 50 50 # Normal
  164. SetFontSize 20
  165.  
  166. # Section: # 0100 # Special Items - Quests
  167.  
  168. Show
  169. Class "Fishing Rod"
  170. SetTextColor 184 102 16 # Unique
  171. SetBackgroundColor 50 50 50 200 # Default
  172. SetBorderColor 74 230 58
  173. SetFontSize 33
  174. PlayAlertSound 6 300
  175.  
  176. Show
  177. BaseType "Treasure Key" "Golden Key" "Silver Key" "Bane of the Loyal" "Orb of Elemental Essence" "Portal Shredder" "Rod of Detonation" "Sand of Eternity" "Heart of the Gargoyle" "Cube Of Absorption" "Cogs of Disruption"
  178. SetTextColor 74 230 58
  179. SetBackgroundColor 50 50 50 200 # Default
  180. SetBorderColor 74 230 58
  181. SetFontSize 30
  182.  
  183. Show
  184. Class "Quest Items"
  185. SetTextColor 255 255 255 # Superior
  186. SetBackgroundColor 50 50 50 200 # Default
  187. SetBorderColor 74 230 58
  188. SetFontSize 27
  189.  
  190. # Section: # 0200 # Divination Cards
  191.  
  192. Show
  193. Class "Divination Card"
  194. BaseType "House of Mirrors" "Wealth and Power" "The Dragon's Heart" "The Brittle Emperor" "The Wind" "Celestial Justicar" "Dark Mage" "Doctor" "Fiend" "The Queen" "The Artist" "The Last One Standing" "The Artist" "Bowyer's Dream" "Hunter's Reward" "The Thaumaturgist" "The Warlord" "The Offering" "The Ethereal" "The Dapper Prodigy" "The Spoiled Prince" "Abandoned Wealth" "The Enlightened" "Last Hope"
  195. SetTextColor 255 255 255 # Superior
  196. SetBackgroundColor 78 89 115 200 # Divination Card
  197. SetBorderColor 184 102 16 # Unique
  198. SetFontSize 33
  199. PlayAlertSound 6 300
  200.  
  201. Show
  202. Class "Divination Card"
  203. BaseType "The Aesthete" "The Risk" "Chains that Bind" "The Hunger" "The Incantation" "The Pact" "The Road to Power" "The Watcher" "The Betrayal" "The Pack Leader" "Merciless Armament" "Pride Before the Fall" "The King's Heart" "The Surveyor" "Rats" "Tranquillity" "The Vast" "Vinia's Token" "Chaotic Disposition" "The Sigil"
  204. SetTextColor 255 255 255 # Superior
  205. SetBackgroundColor 78 89 115 200 # Divination Card
  206. SetBorderColor 255 214 0 # Rare
  207. SetFontSize 34
  208. PlayAlertSound 6 300
  209.  
  210. Show
  211. Class "Divination Card"
  212. BaseType "Glimmer" "The Demoness" "The Drunken Aristocrat" "The Fletcher" "Avenger" "Time-Lost Relic" "Earth Drinker" "The Arena Champion" "The Mercenary" "The Trial" "Grave Knowledge" "The Siren" "Encroaching Darkness" "Doedre's Madness" "Humility" "The Union" "Lucky Connections" "Jack in the Box" "The Inventor" "Hope" "The Hoarder" "Gemcutter's Promise" "The Explorer" "Anarchy's Price" "Blind Venture" "The Cartographer" "Scholar of the Seas" "Volatile Power" "Lost Worlds" "The Body" "Birth of the Three"
  213. SetTextColor 255 255 255 # Superior
  214. SetBackgroundColor 78 89 115 200 # Divination Card
  215. SetBorderColor 20 138 230 # Magic
  216. SetFontSize 30
  217. PlayAlertSound 6 300
  218.  
  219. Show
  220. Class "Divination Card"
  221. BaseType "Carrion Crow" "Other Cheek"
  222. SetTextColor 255 255 255 # Superior
  223. SetBackgroundColor 78 89 115 200 # Divination Card
  224. SetBorderColor 255 255 255 # Quality = 20
  225. SetFontSize 30
  226.  
  227. Show
  228. Class "Divination Card"
  229. SetTextColor 255 255 255 # Superior
  230. SetBackgroundColor 78 89 115 200 # Divination Card
  231. SetBorderColor 50 50 50 # Normal
  232. SetFontSize 27
  233.  
  234. # Section: # 0300 # Maps
  235.  
  236. Show
  237. Quality >= 20
  238. Rarity = Unique
  239. Class "Maps"
  240. SetTextColor 184 102 16 # Unique
  241. SetBackgroundColor 78 90 78 200 # Map
  242. SetBorderColor 255 255 255 # Quality = 20
  243. SetFontSize 33
  244. PlayAlertSound 4 300
  245.  
  246. Show
  247. Quality >= 10
  248. Rarity = Unique
  249. Class "Maps"
  250. SetTextColor 184 102 16 # Unique
  251. SetBackgroundColor 78 90 78 200 # Map
  252. SetBorderColor 180 180 180 # Quality >= 10
  253. SetFontSize 33
  254. PlayAlertSound 4 300
  255.  
  256. Show
  257. Rarity = Unique
  258. Class "Maps"
  259. SetTextColor 184 102 16 # Unique
  260. SetBackgroundColor 78 90 78 200 # Map
  261. SetBorderColor 50 50 50 # Normal
  262. SetFontSize 33
  263. PlayAlertSound 4 300
  264.  
  265. Show
  266. Quality >= 20
  267. Rarity = Rare
  268. Class "Maps"
  269. SetTextColor 255 214 0 # Rare
  270. SetBackgroundColor 78 90 78 200 # Map
  271. SetBorderColor 255 255 255 # Quality = 20
  272. SetFontSize 30
  273.  
  274. Show
  275. Quality >= 10
  276. Rarity = Rare
  277. Class "Maps"
  278. SetTextColor 255 214 0 # Rare
  279. SetBackgroundColor 78 90 78 200 # Map
  280. SetBorderColor 180 180 180 # Quality >= 10
  281. SetFontSize 30
  282.  
  283. Show
  284. Rarity = Rare
  285. Class "Maps"
  286. SetTextColor 255 214 0 # Rare
  287. SetBackgroundColor 78 90 78 200 # Map
  288. SetBorderColor 50 50 50 # Normal
  289. SetFontSize 30
  290.  
  291. Show
  292. Quality >= 20
  293. Rarity = Magic
  294. Class "Maps"
  295. SetTextColor 20 138 230 # Magic
  296. SetBackgroundColor 78 90 78 200 # Map
  297. SetBorderColor 255 255 255 # Quality = 20
  298. SetFontSize 27
  299.  
  300. Show
  301. Quality >= 10
  302. Rarity = Magic
  303. Class "Maps"
  304. SetTextColor 20 138 230 # Magic
  305. SetBackgroundColor 78 90 78 200 # Map
  306. SetBorderColor 180 180 180 # Quality >= 10
  307. SetFontSize 27
  308.  
  309. Show
  310. Rarity = Magic
  311. Class "Maps"
  312. SetTextColor 20 138 230 # Magic
  313. SetBackgroundColor 78 90 78 200 # Map
  314. SetBorderColor 50 50 50 # Normal
  315. SetFontSize 27
  316.  
  317. Show
  318. Quality >= 20
  319. Rarity = Normal
  320. Class "Maps"
  321. SetTextColor 255 255 255 # Superior
  322. SetBackgroundColor 78 90 78 200 # Map
  323. SetBorderColor 255 255 255 # Quality = 20
  324. SetFontSize 24
  325.  
  326. Show
  327. Quality >= 10
  328. Rarity = Normal
  329. Class "Maps"
  330. SetTextColor 255 255 255 # Superior
  331. SetBackgroundColor 78 90 78 200 # Map
  332. SetBorderColor 180 180 180 # Quality >= 10
  333. SetFontSize 24
  334.  
  335. Show
  336. Rarity = Normal
  337. Class "Maps"
  338. SetTextColor 255 255 255 # Superior
  339. SetBackgroundColor 78 90 78 200 # Map
  340. SetBorderColor 50 50 50 # Normal
  341. SetFontSize 24
  342.  
  343. Show
  344. Class "Map Fragments"
  345. BaseType "Sacrifice at Midnight" "Mortal Grief"
  346. SetTextColor 50 50 50 # Normal
  347. SetBackgroundColor 78 90 78 200 # Map
  348. SetBorderColor 255 255 255 # Quality = 20
  349. SetFontSize 24
  350.  
  351. Show
  352. Class "Map Fragments"
  353. SetTextColor 50 50 50 # Normal
  354. SetBackgroundColor 78 90 78 200 # Map
  355. SetBorderColor 50 50 50 # Normal
  356. SetFontSize 24
  357.  
  358. # Section: # 0400 # Jewels
  359.  
  360. Show
  361. Rarity = Unique
  362. Class "Jewel"
  363. SetTextColor 255 255 255 # Superior
  364. SetBackgroundColor 118 80 95 200 # Jewels
  365. SetBorderColor 184 102 16 # Unique
  366. SetFontSize 33
  367.  
  368. Show
  369. Rarity = Rare
  370. Class "Jewel"
  371. SetTextColor 255 255 255 # Superior
  372. SetBackgroundColor 118 80 95 200 # Jewels
  373. SetBorderColor 255 214 0 # Rare
  374. SetFontSize 30
  375.  
  376. Show
  377. Rarity = Magic
  378. Class "Jewel"
  379. SetTextColor 255 255 255 # Superior
  380. SetBackgroundColor 118 80 95 200 # Jewels
  381. SetBorderColor 20 138 230 # Magic
  382. SetFontSize 27
  383.  
  384. Show
  385. Rarity = Normal
  386. Class "Jewel"
  387. SetTextColor 255 255 255 # Superior
  388. SetBackgroundColor 118 80 95 200 # Jewels
  389. SetBorderColor 255 255 255 # Superior
  390. SetFontSize 24
  391.  
  392. # Section: # 0500 # Gems - Skill
  393.  
  394. Show
  395. Quality = 20
  396. Class "Active Skill Gems"
  397. BaseType "Vaal"
  398. SetTextColor 146 255 162 # Skill Gem
  399. SetBackgroundColor 200 200 200 200 # Quality = 20
  400. SetBorderColor 210 0 3 # Corrupted
  401. SetFontSize 24
  402. PlayAlertSound 6 300
  403.  
  404. Show
  405. Quality = 20
  406. Class "Active Skill Gems"
  407. SetTextColor 146 255 162 # Skill Gem
  408. SetBackgroundColor 200 200 200 200 # Quality = 20
  409. SetBorderColor 50 50 50 # Normal
  410. SetFontSize 24
  411. PlayAlertSound 6 300
  412.  
  413. Show
  414. Quality >= 10
  415. Class "Active Skill Gems"
  416. BaseType "Vaal"
  417. SetTextColor 146 255 162 # Skill Gem
  418. SetBackgroundColor 100 100 100 200 # Quality >= 10
  419. SetBorderColor 210 0 3 # Corrupted
  420. SetFontSize 24
  421.  
  422. Show
  423. Quality >= 10
  424. Class "Active Skill Gems"
  425. SetTextColor 146 255 162 # Skill Gem
  426. SetBackgroundColor 100 100 100 200 # Quality >= 10
  427. SetBorderColor 50 50 50 # Normal
  428. SetFontSize 24
  429.  
  430. Show
  431. Class "Active Skill Gems"
  432. BaseType "Vaal"
  433. SetTextColor 146 255 162 # Skill Gem
  434. SetBackgroundColor 50 50 50 200 # Default
  435. SetBorderColor 210 0 3 # Corrupted
  436. SetFontSize 24
  437.  
  438. Show
  439. Class "Active Skill Gems"
  440. SetTextColor 146 255 162 # Skill Gem
  441. SetBackgroundColor 50 50 50 200 # Default
  442. SetBorderColor 50 50 50 # Normal
  443. SetFontSize 24
  444.  
  445. # Section: # 0550 # Gems - Support
  446.  
  447. Show
  448. Quality = 20
  449. Class "Support Skill Gems"
  450. BaseType "Empower" "Enlighten"
  451. SetTextColor 255 255 255 # Superior
  452. SetBackgroundColor 146 255 162 200 # Skill Gem
  453. SetBorderColor 255 255 255 # Quality = 20
  454. SetFontSize 30
  455. PlayAlertSound 6 300
  456.  
  457. Show
  458. Quality >= 10
  459. Class "Support Skill Gems"
  460. BaseType "Empower" "Enlighten"
  461. SetTextColor 255 255 255 # Superior
  462. SetBackgroundColor 146 255 162 200 # Skill Gem
  463. SetBorderColor 180 180 180 # Quality >= 10
  464. SetFontSize 30
  465. PlayAlertSound 6 300
  466.  
  467. Show
  468. Class "Support Skill Gems"
  469. BaseType "Portal" "Empower" "Enlighten" "Enhance" "Vaal Haste"
  470. SetTextColor 255 255 255 # Superior
  471. SetBackgroundColor 146 255 162 200 # Skill Gem
  472. SetBorderColor 50 50 50 # Normal
  473. SetFontSize 30
  474. PlayAlertSound 6 300
  475.  
  476. Show
  477. Quality = 20
  478. Class "Support Skill Gems"
  479. BaseType "Vaal"
  480. SetTextColor 255 255 255 # Superior
  481. SetBackgroundColor 146 255 162 200 # Skill Gem
  482. SetBorderColor 210 0 3 # Corrupted
  483. SetFontSize 24
  484. PlayAlertSound 6 300
  485.  
  486. Show
  487. Quality = 20
  488. Class "Support Skill Gems"
  489. SetTextColor 255 255 255 # Superior
  490. SetBackgroundColor 146 255 162 200 # Skill Gem
  491. SetBorderColor 50 50 50 # Normal
  492. SetFontSize 24
  493. PlayAlertSound 6 300
  494.  
  495. Show
  496. Quality >= 10
  497. Class "Support Skill Gems"
  498. BaseType "Vaal"
  499. SetTextColor 100 100 100 # Quality >= 10
  500. SetBackgroundColor 146 255 162 200 # Skill Gem
  501. SetBorderColor 210 0 3 # Corrupted
  502. SetFontSize 24
  503.  
  504. Show
  505. Quality >= 10
  506. Class "Support Skill Gems"
  507. SetTextColor 100 100 100 # Quality >= 10
  508. SetBackgroundColor 146 255 162 200 # Skill Gem
  509. SetBorderColor 40 40 40 # Socket - None
  510. SetFontSize 24
  511.  
  512. Show
  513. Class "Support Skill Gems"
  514. BaseType "Vaal"
  515. SetTextColor 50 50 50 # Normal
  516. SetBackgroundColor 146 255 162 200 # Skill Gem
  517. SetBorderColor 210 0 3 # Corrupted
  518. SetFontSize 24
  519.  
  520. Show
  521. Class "Support Skill Gems"
  522. SetTextColor 50 50 50 # Normal
  523. SetBackgroundColor 146 255 162 200 # Skill Gem
  524. SetBorderColor 50 50 50 # Normal
  525. SetFontSize 24
  526.  
  527. # Section: # 0600 # Flasks
  528.  
  529. Show
  530. Quality = 20
  531. Rarity = Unique
  532. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  533. SetTextColor 184 102 16 # Unique
  534. SetBackgroundColor 17 65 89 200 # Flasks
  535. SetBorderColor 255 255 255 # Quality = 20
  536. SetFontSize 33
  537. PlayAlertSound 8 79
  538.  
  539. Show
  540. Quality >= 10
  541. Rarity = Unique
  542. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  543. SetTextColor 184 102 16 # Unique
  544. SetBackgroundColor 17 65 89 200 # Flasks
  545. SetBorderColor 180 180 180 # Quality >= 10
  546. SetFontSize 33
  547.  
  548. Show
  549. Rarity = Unique
  550. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  551. SetTextColor 184 102 16 # Unique
  552. SetBackgroundColor 17 65 89 200 # Flasks
  553. SetBorderColor 50 50 50 # Normal
  554. SetFontSize 33
  555.  
  556. Show
  557. Quality = 20
  558. Rarity = Magic
  559. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  560. SetTextColor 20 138 230 # Magic
  561. SetBackgroundColor 17 65 89 200 # Flasks
  562. SetBorderColor 255 255 255 # Quality = 20
  563. SetFontSize 27
  564. PlayAlertSound 8 79
  565.  
  566. Show
  567. Quality >= 10
  568. Rarity = Magic
  569. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  570. SetTextColor 20 138 230 # Magic
  571. SetBackgroundColor 17 65 89 200 # Flasks
  572. SetBorderColor 180 180 180 # Quality >= 10
  573. SetFontSize 27
  574.  
  575. Show
  576. Rarity = Magic
  577. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  578. SetTextColor 20 138 230 # Magic
  579. SetBackgroundColor 17 65 89 200 # Flasks
  580. SetBorderColor 50 50 50 # Normal
  581. SetFontSize 27
  582.  
  583. Show
  584. Quality = 20
  585. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  586. SetTextColor 255 255 255 # Superior
  587. SetBackgroundColor 17 65 89 200 # Flasks
  588. SetBorderColor 255 255 255 # Quality = 20
  589. SetFontSize 24
  590. PlayAlertSound 8 79
  591.  
  592. Show
  593. Quality >= 10
  594. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  595. SetTextColor 255 255 255 # Superior
  596. SetBackgroundColor 17 65 89 200 # Flasks
  597. SetBorderColor 180 180 180 # Quality >= 10
  598. SetFontSize 24
  599.  
  600. Show
  601. Class "Life Flasks" "Mana Flasks" "Hybrid Flasks" "Utility Flasks"
  602. SetTextColor 255 255 255 # Superior
  603. SetBackgroundColor 17 65 89 200 # Flasks
  604. SetBorderColor 50 50 50 # Normal
  605. SetFontSize 24
  606.  
  607. # Section: # 0700 # Amulets - Rings - Belts
  608.  
  609. Show
  610. Rarity = Unique
  611. Class "Amulets" "Rings" "Belts"
  612. SetTextColor 184 102 16 # Unique
  613. SetBackgroundColor 15 80 115 200 # Rings and Amulets
  614. SetBorderColor 50 50 50 # Normal
  615. SetFontSize 33
  616.  
  617. Show
  618. Rarity = Rare
  619. Class "Amulets" "Rings" "Belts"
  620. SetTextColor 255 214 0 # Rare
  621. SetBackgroundColor 15 80 115 200 # Rings and Amulets
  622. SetBorderColor 50 50 50 # Normal
  623. SetFontSize 30
  624.  
  625. Show
  626. Rarity = Magic
  627. Class "Amulets" "Rings" "Belts"
  628. SetTextColor 20 138 230 # Magic
  629. SetBackgroundColor 15 80 115 200 # Rings and Amulets
  630. SetBorderColor 50 50 50 # Normal
  631. SetFontSize 27
  632.  
  633. Show
  634. Rarity = Normal
  635. Class "Amulets" "Rings" "Belts"
  636. SetTextColor 255 255 255 # Superior
  637. SetBackgroundColor 15 80 115 200 # Rings and Amulets
  638. SetBorderColor 50 50 50 # Normal
  639. SetFontSize 24
  640.  
  641. # Section: # 1000 # 6 Link Items
  642.  
  643. Show
  644. Quality = 20
  645. Rarity = Unique
  646. LinkedSockets = 6
  647. SetTextColor 184 102 16 # Unique
  648. SetBackgroundColor 200 200 200 200 # Quality = 20
  649. SetBorderColor 184 102 16 # Sockets Linked = 6
  650. SetFontSize 33
  651. PlayAlertSound 2 200
  652.  
  653. Show
  654. Quality >= 10
  655. Rarity = Unique
  656. LinkedSockets = 6
  657. SetTextColor 184 102 16 # Unique
  658. SetBackgroundColor 100 100 100 200 # Quality >= 10
  659. SetBorderColor 184 102 16 # Sockets Linked = 6
  660. SetFontSize 33
  661. PlayAlertSound 2 200
  662.  
  663. Show
  664. Rarity = Unique
  665. LinkedSockets = 6
  666. SetTextColor 184 102 16 # Unique
  667. SetBackgroundColor 40 40 40 200 # Quality - None
  668. SetBorderColor 184 102 16 # Sockets Linked = 6
  669. SetFontSize 33
  670. PlayAlertSound 2 200
  671.  
  672. Show
  673. Quality = 20
  674. Rarity = Rare
  675. LinkedSockets = 6
  676. SetTextColor 255 214 0 # Rare
  677. SetBackgroundColor 200 200 200 200 # Quality = 20
  678. SetBorderColor 184 102 16 # Sockets Linked = 6
  679. SetFontSize 30
  680. PlayAlertSound 2 200
  681.  
  682. Show
  683. Quality >= 10
  684. Rarity = Rare
  685. LinkedSockets = 6
  686. SetTextColor 255 214 0 # Rare
  687. SetBackgroundColor 100 100 100 200 # Quality >= 10
  688. SetBorderColor 184 102 16 # Sockets Linked = 6
  689. SetFontSize 30
  690. PlayAlertSound 2 200
  691.  
  692. Show
  693. Rarity = Rare
  694. LinkedSockets = 5
  695. SetTextColor 255 214 0 # Rare
  696. SetBackgroundColor 40 40 40 200 # Quality - None
  697. SetBorderColor 184 102 16 # Sockets Linked = 6
  698. SetFontSize 30
  699. PlayAlertSound 2 200
  700.  
  701. Show
  702. Quality = 20
  703. Rarity = Magic
  704. LinkedSockets = 6
  705. SetTextColor 20 138 230 # Magic
  706. SetBackgroundColor 200 200 200 200 # Quality = 20
  707. SetBorderColor 184 102 16 # Sockets Linked = 6
  708. SetFontSize 27
  709. PlayAlertSound 2 200
  710.  
  711. Show
  712. Quality >= 10
  713. Rarity = Magic
  714. LinkedSockets = 6
  715. SetTextColor 20 138 230 # Magic
  716. SetBackgroundColor 100 100 100 200 # Quality >= 10
  717. SetBorderColor 184 102 16 # Sockets Linked = 6
  718. SetFontSize 27
  719. PlayAlertSound 2 200
  720.  
  721. Show
  722. Rarity = Magic
  723. LinkedSockets = 6
  724. SetTextColor 20 138 230 # Magic
  725. SetBackgroundColor 40 40 40 200 # Quality - None
  726. SetBorderColor 184 102 16 # Sockets Linked = 6
  727. SetFontSize 27
  728. PlayAlertSound 2 200
  729.  
  730. Show
  731. Quality = 20
  732. LinkedSockets = 6
  733. SetTextColor 255 255 255 # Normal
  734. SetBackgroundColor 200 200 200 200 # Quality = 20
  735. SetBorderColor 184 102 16 # Sockets Linked = 6
  736. SetFontSize 24
  737. PlayAlertSound 2 200
  738.  
  739. Show
  740. Quality >= 10
  741. LinkedSockets = 6
  742. SetTextColor 255 255 255 # Normal
  743. SetBackgroundColor 100 100 100 200 # Quality >= 10
  744. SetBorderColor 184 102 16 # Sockets Linked = 6
  745. SetFontSize 24
  746. PlayAlertSound 2 200
  747.  
  748. Show
  749. LinkedSockets = 6
  750. SetTextColor 255 255 255 # Normal
  751. SetBackgroundColor 40 40 40 200 # Quality - None
  752. SetBorderColor 184 102 16 # Sockets Linked = 6
  753. SetFontSize 24
  754. PlayAlertSound 2 200
  755.  
  756. # Section: # 1100 # 5 Link Items
  757.  
  758. Show
  759. Quality = 20
  760. Rarity = Unique
  761. LinkedSockets = 5
  762. SetTextColor 184 102 16 # Unique
  763. SetBackgroundColor 200 200 200 200 # Quality = 20
  764. SetBorderColor 255 214 0 # Sockets Linked = 5
  765. SetFontSize 33
  766. PlayAlertSound 2 300
  767.  
  768. Show
  769. Quality >= 10
  770. Rarity = Unique
  771. LinkedSockets = 5
  772. SetTextColor 184 102 16 # Unique
  773. SetBackgroundColor 100 100 100 200 # Quality >= 10
  774. SetBorderColor 255 214 0 # Sockets Linked = 5
  775. SetFontSize 33
  776. PlayAlertSound 2 300
  777.  
  778. Show
  779. Rarity = Unique
  780. LinkedSockets = 5
  781. SetTextColor 184 102 16 # Unique
  782. SetBackgroundColor 40 40 40 200 # Quality - None
  783. SetBorderColor 255 214 0 # Sockets Linked = 5
  784. SetFontSize 33
  785. PlayAlertSound 2 300
  786.  
  787. Show
  788. Quality = 20
  789. Rarity = Rare
  790. LinkedSockets = 5
  791. SetTextColor 255 214 0 # Rare
  792. SetBackgroundColor 200 200 200 200 # Quality = 20
  793. SetBorderColor 255 214 0 # Sockets Linked = 5
  794. SetFontSize 30
  795. PlayAlertSound 2 300
  796.  
  797. Show
  798. Quality >= 10
  799. Rarity = Rare
  800. LinkedSockets = 5
  801. SetTextColor 255 214 0 # Rare
  802. SetBackgroundColor 100 100 100 200 # Quality >= 10
  803. SetBorderColor 255 214 0 # Sockets Linked = 5
  804. SetFontSize 30
  805. PlayAlertSound 2 300
  806.  
  807. Show
  808. Rarity = Rare
  809. LinkedSockets = 5
  810. SetTextColor 255 214 0 # Rare
  811. SetBackgroundColor 40 40 40 200 # Quality - None
  812. SetBorderColor 255 214 0 # Sockets Linked = 5
  813. SetFontSize 30
  814. PlayAlertSound 2 300
  815.  
  816. Show
  817. Quality = 20
  818. Rarity = Magic
  819. LinkedSockets = 5
  820. SetTextColor 20 138 230 # Magic
  821. SetBackgroundColor 200 200 200 200 # Quality = 20
  822. SetBorderColor 255 214 0 # Sockets Linked = 5
  823. SetFontSize 27
  824. PlayAlertSound 2 300
  825.  
  826. Show
  827. Quality >= 10
  828. Rarity = Magic
  829. LinkedSockets = 5
  830. SetTextColor 20 138 230 # Magic
  831. SetBackgroundColor 100 100 100 200 # Quality >= 10
  832. SetBorderColor 255 214 0 # Sockets Linked = 5
  833. SetFontSize 27
  834. PlayAlertSound 2 300
  835.  
  836. Show
  837. Rarity = Magic
  838. LinkedSockets = 5
  839. SetTextColor 20 138 230 # Magic
  840. SetBackgroundColor 40 40 40 200 # Quality - None
  841. SetBorderColor 255 214 0 # Sockets Linked = 5
  842. SetFontSize 27
  843. PlayAlertSound 2 300
  844.  
  845. Show
  846. Quality = 20
  847. LinkedSockets = 5
  848. SetTextColor 255 255 255 # Normal
  849. SetBackgroundColor 200 200 200 200 # Quality = 20
  850. SetBorderColor 255 214 0 # Sockets Linked = 5
  851. SetFontSize 24
  852. PlayAlertSound 2 300
  853.  
  854. Show
  855. Quality >= 10
  856. LinkedSockets = 5
  857. SetTextColor 255 255 255 # Normal
  858. SetBackgroundColor 100 100 100 200 # Quality >= 10
  859. SetBorderColor 255 214 0 # Sockets Linked = 5
  860. SetFontSize 24
  861. PlayAlertSound 2 300
  862.  
  863. Show
  864. LinkedSockets = 5
  865. SetTextColor 255 255 255 # Normal
  866. SetBackgroundColor 40 40 40 200 # Quality - None
  867. SetBorderColor 255 214 0 # Sockets Linked = 5
  868. SetFontSize 24
  869. PlayAlertSound 2 300
  870.  
  871. # Section: # 2000 # Unique Items
  872.  
  873. Show
  874. Quality = 20
  875. Rarity = Unique
  876. Sockets = 6
  877. SetTextColor 184 102 16 # Unique
  878. SetBackgroundColor 200 200 200 200 # Quality = 20
  879. SetBorderColor 149 42 230 # Sockets - RGB - 6
  880. SetFontSize 33
  881.  
  882. Show
  883. Quality >= 10
  884. Rarity = Unique
  885. Sockets = 6
  886. SetTextColor 184 102 16 # Unique
  887. SetBackgroundColor 100 100 100 200 # Quality >= 10
  888. SetBorderColor 149 42 230 # Sockets - RGB - 6
  889. SetFontSize 33
  890.  
  891. Show
  892. Rarity = Unique
  893. Sockets = 6
  894. SetTextColor 184 102 16 # Unique
  895. SetBackgroundColor 40 40 40 200 # Quality - None
  896. SetBorderColor 149 42 230 # Sockets - RGB - 6
  897. SetFontSize 33
  898.  
  899. Show
  900. Quality = 20
  901. Rarity = Unique
  902. LinkedSockets >= 3
  903. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  904. SetTextColor 184 102 16 # Unique
  905. SetBackgroundColor 200 200 200 200 # Quality = 20
  906. SetBorderColor 20 138 230 # Sockets Linked >= 4
  907. SetFontSize 33
  908.  
  909. Show
  910. Quality = 20
  911. Rarity = Unique
  912. LinkedSockets >= 4
  913. SetTextColor 184 102 16 # Unique
  914. SetBackgroundColor 200 200 200 200 # Quality = 20
  915. SetBorderColor 20 138 230 # Sockets Linked >= 4
  916. SetFontSize 33
  917.  
  918. Show
  919. Quality >= 10
  920. Rarity = Unique
  921. LinkedSockets >= 3
  922. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  923. SetTextColor 184 102 16 # Unique
  924. SetBackgroundColor 100 100 100 200 # Quality >= 10
  925. SetBorderColor 20 138 230 # Sockets Linked >= 4
  926. SetFontSize 33
  927.  
  928. Show
  929. Quality >= 10
  930. Rarity = Unique
  931. LinkedSockets >= 4
  932. SetTextColor 184 102 16 # Unique
  933. SetBackgroundColor 100 100 100 200 # Quality >= 10
  934. SetBorderColor 20 138 230 # Sockets Linked >= 4
  935. SetFontSize 33
  936.  
  937. Show
  938. Rarity = Unique
  939. LinkedSockets >= 3
  940. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  941. SetTextColor 184 102 16 # Unique
  942. SetBackgroundColor 40 40 40 200 # Quality - None
  943. SetBorderColor 20 138 230 # Sockets Linked >= 4
  944. SetFontSize 33
  945.  
  946. Show
  947. Rarity = Unique
  948. LinkedSockets >= 4
  949. SetTextColor 184 102 16 # Unique
  950. SetBackgroundColor 40 40 40 200 # Quality - None
  951. SetBorderColor 20 138 230 # Sockets Linked >= 4
  952. SetFontSize 33
  953.  
  954. Show
  955. Quality = 20
  956. Rarity = Unique
  957. Sockets >= 4
  958. SetTextColor 184 102 16 # Unique
  959. SetBackgroundColor 200 200 200 200 # Quality = 20
  960. SetBorderColor 255 255 255 # Socket >= 4
  961. SetFontSize 33
  962.  
  963. Show
  964. Quality >= 10
  965. Rarity = Unique
  966. Sockets >= 4
  967. SetTextColor 184 102 16 # Unique
  968. SetBackgroundColor 100 100 100 200 # Quality >= 10
  969. SetBorderColor 255 255 255 # Socket >= 4
  970. SetFontSize 33
  971.  
  972. Show
  973. Rarity = Unique
  974. Sockets >= 4
  975. SetTextColor 184 102 16 # Unique
  976. SetBackgroundColor 40 40 40 200 # Quality - None
  977. SetBorderColor 255 255 255 # Socket >= 4
  978. SetFontSize 33
  979.  
  980. Show
  981. Quality = 20
  982. Rarity = Unique
  983. SetTextColor 184 102 16 # Unique
  984. SetBackgroundColor 200 200 200 200 # Quality = 20
  985. SetBorderColor 40 40 40 # Socket - None
  986. SetFontSize 33
  987.  
  988. Show
  989. Quality >= 10
  990. Rarity = Unique
  991. SetTextColor 184 102 16 # Unique
  992. SetBackgroundColor 100 100 100 200 # Quality >= 10
  993. SetBorderColor 40 40 40 # Socket - None
  994. SetFontSize 33
  995.  
  996. Show
  997. Rarity = Unique
  998. SetTextColor 184 102 16 # Unique
  999. SetBackgroundColor 40 40 40 200 # Quality - None
  1000. SetBorderColor 40 40 40 # Socket - None
  1001. SetFontSize 33
  1002.  
  1003. # Section: # 2100 # Rare Items
  1004.  
  1005. Show
  1006. Quality = 20
  1007. Rarity = Rare
  1008. Sockets = 6
  1009. SetTextColor 255 214 0 # Rare
  1010. SetBackgroundColor 200 200 200 200 # Quality = 20
  1011. SetBorderColor 149 42 230 # Sockets - RGB - 6
  1012. SetFontSize 30
  1013.  
  1014. Show
  1015. Quality >= 10
  1016. Rarity = Rare
  1017. Sockets = 6
  1018. SetTextColor 255 214 0 # Rare
  1019. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1020. SetBorderColor 149 42 230 # Sockets - RGB - 6
  1021. SetFontSize 30
  1022.  
  1023. Show
  1024. Rarity = Rare
  1025. Sockets = 6
  1026. SetTextColor 255 214 0 # Rare
  1027. SetBackgroundColor 40 40 40 200 # Quality - None
  1028. SetBorderColor 149 42 230 # Sockets - RGB - 6
  1029. SetFontSize 30
  1030.  
  1031. Show
  1032. Quality = 20
  1033. Rarity = Rare
  1034. LinkedSockets >= 3
  1035. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1036. SetTextColor 255 214 0 # Rare
  1037. SetBackgroundColor 200 200 200 200 # Quality = 20
  1038. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1039. SetFontSize 30
  1040.  
  1041. Show
  1042. Quality = 20
  1043. Rarity = Rare
  1044. LinkedSockets >= 4
  1045. SetTextColor 255 214 0 # Rare
  1046. SetBackgroundColor 200 200 200 200 # Quality = 20
  1047. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1048. SetFontSize 30
  1049.  
  1050. Show
  1051. Quality >= 10
  1052. Rarity = Rare
  1053. LinkedSockets >= 3
  1054. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1055. SetTextColor 255 214 0 # Rare
  1056. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1057. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1058. SetFontSize 30
  1059.  
  1060. Show
  1061. Quality >= 10
  1062. Rarity = Rare
  1063. LinkedSockets >= 4
  1064. SetTextColor 255 214 0 # Rare
  1065. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1066. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1067. SetFontSize 30
  1068.  
  1069. Show
  1070. Rarity = Rare
  1071. LinkedSockets >= 3
  1072. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1073. SetTextColor 255 214 0 # Rare
  1074. SetBackgroundColor 40 40 40 200 # Quality - None
  1075. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1076. SetFontSize 30
  1077.  
  1078. Show
  1079. Rarity = Rare
  1080. LinkedSockets >= 4
  1081. SetTextColor 255 214 0 # Rare
  1082. SetBackgroundColor 40 40 40 200 # Quality - None
  1083. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1084. SetFontSize 30
  1085.  
  1086. Show
  1087. Quality = 20
  1088. Rarity = Rare
  1089. Sockets >= 4
  1090. SetTextColor 255 214 0 # Rare
  1091. SetBackgroundColor 200 200 200 200 # Quality = 20
  1092. SetBorderColor 255 255 255 # Socket >= 4
  1093. SetFontSize 30
  1094.  
  1095. Show
  1096. Quality >= 10
  1097. Rarity = Rare
  1098. Sockets >= 4
  1099. SetTextColor 255 214 0 # Rare
  1100. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1101. SetBorderColor 255 255 255 # Socket >= 4
  1102. SetFontSize 30
  1103.  
  1104. Show
  1105. Rarity = Rare
  1106. Sockets >= 4
  1107. SetTextColor 255 214 0 # Rare
  1108. SetBackgroundColor 40 40 40 200 # Quality - None
  1109. SetBorderColor 255 255 255 # Socket >= 4
  1110. SetFontSize 30
  1111.  
  1112. Show
  1113. Quality = 20
  1114. Rarity = Rare
  1115. SetTextColor 255 214 0 # Rare
  1116. SetBackgroundColor 200 200 200 200 # Quality = 20
  1117. SetBorderColor 40 40 40 # Socket - None
  1118. SetFontSize 30
  1119.  
  1120. Show
  1121. Quality >= 10
  1122. Rarity = Rare
  1123. SetTextColor 255 214 0 # Rare
  1124. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1125. SetBorderColor 40 40 40 # Socket - None
  1126. SetFontSize 30
  1127.  
  1128. Show
  1129. Rarity = Rare
  1130. SetTextColor 255 214 0 # Rare
  1131. SetBackgroundColor 40 40 40 200 # Quality - None
  1132. SetBorderColor 40 40 40 # Socket - None
  1133. SetFontSize 30
  1134.  
  1135. # Section: # 2200 # Magic Items - Leveled
  1136.  
  1137. Show
  1138. Quality = 20
  1139. Rarity = Magic
  1140. Sockets = 6
  1141. SetTextColor 20 138 230 # Magic
  1142. SetBackgroundColor 200 200 200 200 # Quality = 20
  1143. SetBorderColor 149 42 230 # Sockets - RGB - 6
  1144. SetFontSize 27
  1145.  
  1146. Show
  1147. Quality >= 10
  1148. Rarity = Magic
  1149. Sockets = 6
  1150. SetTextColor 20 138 230 # Magic
  1151. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1152. SetBorderColor 149 42 230 # Sockets - RGB - 6
  1153. SetFontSize 27
  1154.  
  1155. Show
  1156. Rarity = Magic
  1157. Sockets = 6
  1158. SetTextColor 20 138 230 # Magic
  1159. SetBackgroundColor 40 40 40 200 # Quality - None
  1160. SetBorderColor 149 42 230 # Sockets - RGB - 6
  1161. SetFontSize 27
  1162.  
  1163. Show
  1164. Quality = 20
  1165. Rarity = Magic
  1166. LinkedSockets = 3
  1167. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1168. SetTextColor 20 138 230 # Magic
  1169. SetBackgroundColor 200 200 200 200 # Quality = 20
  1170. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1171. SetFontSize 27
  1172.  
  1173. Show
  1174. Quality = 20
  1175. Rarity = Magic
  1176. LinkedSockets >= 4
  1177. SetTextColor 20 138 230 # Magic
  1178. SetBackgroundColor 200 200 200 200 # Quality = 20
  1179. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1180. SetFontSize 27
  1181.  
  1182. Show
  1183. ItemLevel <= 10
  1184. Quality >= 10
  1185. Rarity = Magic
  1186. LinkedSockets = 3
  1187. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1188. SetTextColor 20 138 230 # Magic
  1189. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1190. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1191. SetFontSize 27
  1192.  
  1193. Show
  1194. ItemLevel <= 15
  1195. DropLevel >= 5
  1196. Quality >= 10
  1197. Rarity = Magic
  1198. LinkedSockets = 3
  1199. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1200. SetTextColor 20 138 230 # Magic
  1201. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1202. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1203. SetFontSize 27
  1204.  
  1205. Show
  1206. ItemLevel <= 20
  1207. DropLevel >= 10
  1208. Quality >= 10
  1209. Rarity = Magic
  1210. LinkedSockets = 3
  1211. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1212. SetTextColor 20 138 230 # Magic
  1213. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1214. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1215. SetFontSize 27
  1216.  
  1217. Show
  1218. ItemLevel <= 25
  1219. DropLevel >= 15
  1220. Quality >= 10
  1221. Rarity = Magic
  1222. LinkedSockets = 3
  1223. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1224. SetTextColor 20 138 230 # Magic
  1225. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1226. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1227. SetFontSize 27
  1228.  
  1229. Show
  1230. ItemLevel <= 30
  1231. DropLevel >= 20
  1232. Quality >= 10
  1233. Rarity = Magic
  1234. LinkedSockets = 3
  1235. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1236. SetTextColor 20 138 230 # Magic
  1237. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1238. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1239. SetFontSize 27
  1240.  
  1241. Show
  1242. ItemLevel <= 35
  1243. DropLevel >= 25
  1244. Quality >= 10
  1245. Rarity = Magic
  1246. LinkedSockets = 3
  1247. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1248. SetTextColor 20 138 230 # Magic
  1249. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1250. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1251. SetFontSize 27
  1252.  
  1253. Show
  1254. ItemLevel <= 40
  1255. DropLevel >= 30
  1256. Quality >= 10
  1257. Rarity = Magic
  1258. LinkedSockets = 3
  1259. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1260. SetTextColor 20 138 230 # Magic
  1261. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1262. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1263. SetFontSize 27
  1264.  
  1265. Show
  1266. ItemLevel <= 45
  1267. DropLevel >= 35
  1268. Quality >= 10
  1269. Rarity = Magic
  1270. LinkedSockets = 3
  1271. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1272. SetTextColor 20 138 230 # Magic
  1273. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1274. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1275. SetFontSize 27
  1276.  
  1277. Show
  1278. ItemLevel <= 50
  1279. DropLevel >= 40
  1280. Quality >= 10
  1281. Rarity = Magic
  1282. LinkedSockets = 3
  1283. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1284. SetTextColor 20 138 230 # Magic
  1285. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1286. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1287. SetFontSize 27
  1288.  
  1289. Show
  1290. ItemLevel <= 55
  1291. DropLevel >= 45
  1292. Quality >= 10
  1293. Rarity = Magic
  1294. LinkedSockets = 3
  1295. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1296. SetTextColor 20 138 230 # Magic
  1297. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1298. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1299. SetFontSize 27
  1300.  
  1301. Show
  1302. ItemLevel <= 60
  1303. DropLevel >= 50
  1304. Quality >= 10
  1305. Rarity = Magic
  1306. LinkedSockets = 3
  1307. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1308. SetTextColor 20 138 230 # Magic
  1309. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1310. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1311. SetFontSize 27
  1312.  
  1313. Show
  1314. ItemLevel < 65
  1315. DropLevel >= 55
  1316. Quality >= 10
  1317. Rarity = Magic
  1318. LinkedSockets = 3
  1319. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1320. SetTextColor 20 138 230 # Magic
  1321. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1322. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1323. SetFontSize 27
  1324.  
  1325. Show
  1326. ItemLevel >= 65
  1327. DropLevel >= 65
  1328. Quality >= 10
  1329. Rarity = Magic
  1330. LinkedSockets = 3
  1331. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1332. SetTextColor 20 138 230 # Magic
  1333. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1334. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1335. SetFontSize 27
  1336.  
  1337. Hide
  1338. Quality >= 10
  1339. Rarity = Magic
  1340. LinkedSockets = 3
  1341. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1342. SetTextColor 20 138 230 # Magic
  1343. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1344. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1345. SetFontSize 27
  1346.  
  1347. Show
  1348. ItemLevel <= 10
  1349. Quality >= 10
  1350. Rarity = Magic
  1351. LinkedSockets >= 4
  1352. SetTextColor 20 138 230 # Magic
  1353. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1354. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1355. SetFontSize 27
  1356.  
  1357. Show
  1358. ItemLevel <= 15
  1359. DropLevel >= 5
  1360. Quality >= 10
  1361. Rarity = Magic
  1362. LinkedSockets >= 4
  1363. SetTextColor 20 138 230 # Magic
  1364. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1365. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1366. SetFontSize 27
  1367.  
  1368. Show
  1369. ItemLevel <= 20
  1370. DropLevel >= 10
  1371. Quality >= 10
  1372. Rarity = Magic
  1373. LinkedSockets >= 4
  1374. SetTextColor 20 138 230 # Magic
  1375. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1376. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1377. SetFontSize 27
  1378.  
  1379. Show
  1380. ItemLevel <= 25
  1381. DropLevel >= 15
  1382. Quality >= 10
  1383. Rarity = Magic
  1384. LinkedSockets >= 4
  1385. SetTextColor 20 138 230 # Magic
  1386. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1387. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1388. SetFontSize 27
  1389.  
  1390. Show
  1391. ItemLevel <= 30
  1392. DropLevel >= 20
  1393. Quality >= 10
  1394. Rarity = Magic
  1395. LinkedSockets >= 4
  1396. SetTextColor 20 138 230 # Magic
  1397. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1398. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1399. SetFontSize 27
  1400.  
  1401. Show
  1402. ItemLevel <= 35
  1403. DropLevel >= 25
  1404. Quality >= 10
  1405. Rarity = Magic
  1406. LinkedSockets >= 4
  1407. SetTextColor 20 138 230 # Magic
  1408. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1409. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1410. SetFontSize 27
  1411.  
  1412. Show
  1413. ItemLevel <= 40
  1414. DropLevel >= 30
  1415. Quality >= 10
  1416. Rarity = Magic
  1417. LinkedSockets >= 4
  1418. SetTextColor 20 138 230 # Magic
  1419. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1420. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1421. SetFontSize 27
  1422.  
  1423. Show
  1424. ItemLevel <= 45
  1425. DropLevel >= 35
  1426. Quality >= 10
  1427. Rarity = Magic
  1428. LinkedSockets >= 4
  1429. SetTextColor 20 138 230 # Magic
  1430. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1431. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1432. SetFontSize 27
  1433.  
  1434. Show
  1435. ItemLevel <= 50
  1436. DropLevel >= 40
  1437. Quality >= 10
  1438. Rarity = Magic
  1439. LinkedSockets >= 4
  1440. SetTextColor 20 138 230 # Magic
  1441. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1442. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1443. SetFontSize 27
  1444.  
  1445. Show
  1446. ItemLevel <= 55
  1447. DropLevel >= 45
  1448. Quality >= 10
  1449. Rarity = Magic
  1450. LinkedSockets >= 4
  1451. SetTextColor 20 138 230 # Magic
  1452. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1453. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1454. SetFontSize 27
  1455.  
  1456. Show
  1457. ItemLevel <= 60
  1458. DropLevel >= 50
  1459. Quality >= 10
  1460. Rarity = Magic
  1461. LinkedSockets >= 4
  1462. SetTextColor 20 138 230 # Magic
  1463. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1464. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1465. SetFontSize 27
  1466.  
  1467. Show
  1468. ItemLevel < 65
  1469. DropLevel >= 55
  1470. Quality >= 10
  1471. Rarity = Magic
  1472. LinkedSockets >= 4
  1473. SetTextColor 20 138 230 # Magic
  1474. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1475. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1476. SetFontSize 27
  1477.  
  1478. Show
  1479. ItemLevel >= 65
  1480. DropLevel >= 65
  1481. Quality >= 10
  1482. Rarity = Magic
  1483. LinkedSockets >= 4
  1484. SetTextColor 20 138 230 # Magic
  1485. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1486. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1487. SetFontSize 27
  1488.  
  1489. Hide
  1490. Quality >= 10
  1491. Rarity = Magic
  1492. LinkedSockets >= 4
  1493. SetTextColor 20 138 230 # Magic
  1494. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1495. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1496. SetFontSize 27
  1497.  
  1498. Show
  1499. ItemLevel <= 10
  1500. Rarity = Magic
  1501. LinkedSockets = 3
  1502. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1503. SetTextColor 20 138 230 # Magic
  1504. SetBackgroundColor 40 40 40 200 # Quality - None
  1505. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1506. SetFontSize 27
  1507.  
  1508. Show
  1509. ItemLevel <= 15
  1510. DropLevel >= 5
  1511. Rarity = Magic
  1512. LinkedSockets = 3
  1513. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1514. SetTextColor 20 138 230 # Magic
  1515. SetBackgroundColor 40 40 40 200 # Quality - None
  1516. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1517. SetFontSize 27
  1518.  
  1519. Show
  1520. ItemLevel <= 20
  1521. DropLevel >= 10
  1522. Rarity = Magic
  1523. LinkedSockets = 3
  1524. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1525. SetTextColor 20 138 230 # Magic
  1526. SetBackgroundColor 40 40 40 200 # Quality - None
  1527. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1528. SetFontSize 27
  1529.  
  1530. Show
  1531. ItemLevel <= 25
  1532. DropLevel >= 15
  1533. Rarity = Magic
  1534. LinkedSockets = 3
  1535. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1536. SetTextColor 20 138 230 # Magic
  1537. SetBackgroundColor 40 40 40 200 # Quality - None
  1538. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1539. SetFontSize 27
  1540.  
  1541. Show
  1542. ItemLevel <= 30
  1543. DropLevel >= 20
  1544. Rarity = Magic
  1545. LinkedSockets = 3
  1546. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1547. SetTextColor 20 138 230 # Magic
  1548. SetBackgroundColor 40 40 40 200 # Quality - None
  1549. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1550. SetFontSize 27
  1551.  
  1552. Show
  1553. ItemLevel <= 35
  1554. DropLevel >= 25
  1555. Rarity = Magic
  1556. LinkedSockets = 3
  1557. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1558. SetTextColor 20 138 230 # Magic
  1559. SetBackgroundColor 40 40 40 200 # Quality - None
  1560. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1561. SetFontSize 27
  1562.  
  1563. Show
  1564. ItemLevel <= 40
  1565. DropLevel >= 30
  1566. Rarity = Magic
  1567. LinkedSockets = 3
  1568. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1569. SetTextColor 20 138 230 # Magic
  1570. SetBackgroundColor 40 40 40 200 # Quality - None
  1571. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1572. SetFontSize 27
  1573.  
  1574. Show
  1575. ItemLevel <= 45
  1576. DropLevel >= 35
  1577. Rarity = Magic
  1578. LinkedSockets = 3
  1579. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1580. SetTextColor 20 138 230 # Magic
  1581. SetBackgroundColor 40 40 40 200 # Quality - None
  1582. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1583. SetFontSize 27
  1584.  
  1585. Show
  1586. ItemLevel <= 50
  1587. DropLevel >= 40
  1588. Rarity = Magic
  1589. LinkedSockets = 3
  1590. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1591. SetTextColor 20 138 230 # Magic
  1592. SetBackgroundColor 40 40 40 200 # Quality - None
  1593. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1594. SetFontSize 27
  1595.  
  1596. Show
  1597. ItemLevel <= 55
  1598. DropLevel >= 45
  1599. Rarity = Magic
  1600. LinkedSockets = 3
  1601. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1602. SetTextColor 20 138 230 # Magic
  1603. SetBackgroundColor 40 40 40 200 # Quality - None
  1604. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1605. SetFontSize 27
  1606.  
  1607. Show
  1608. ItemLevel <= 60
  1609. DropLevel >= 50
  1610. Rarity = Magic
  1611. LinkedSockets = 3
  1612. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1613. SetTextColor 20 138 230 # Magic
  1614. SetBackgroundColor 40 40 40 200 # Quality - None
  1615. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1616. SetFontSize 27
  1617.  
  1618. Show
  1619. ItemLevel < 65
  1620. DropLevel >= 55
  1621. Rarity = Magic
  1622. LinkedSockets = 3
  1623. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1624. SetTextColor 20 138 230 # Magic
  1625. SetBackgroundColor 40 40 40 200 # Quality - None
  1626. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1627. SetFontSize 27
  1628.  
  1629. Show
  1630. ItemLevel >= 65
  1631. DropLevel >= 65
  1632. Rarity = Magic
  1633. LinkedSockets = 3
  1634. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1635. SetTextColor 20 138 230 # Magic
  1636. SetBackgroundColor 40 40 40 200 # Quality - None
  1637. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1638. SetFontSize 27
  1639.  
  1640. Hide
  1641. Rarity = Magic
  1642. LinkedSockets = 3
  1643. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  1644. SetTextColor 20 138 230 # Magic
  1645. SetBackgroundColor 40 40 40 200 # Quality - None
  1646. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1647. SetFontSize 27
  1648.  
  1649. Show
  1650. ItemLevel <= 10
  1651. Rarity = Magic
  1652. LinkedSockets >= 4
  1653. SetTextColor 20 138 230 # Magic
  1654. SetBackgroundColor 40 40 40 200 # Quality - None
  1655. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1656. SetFontSize 27
  1657.  
  1658. Show
  1659. ItemLevel <= 15
  1660. DropLevel >= 5
  1661. Rarity = Magic
  1662. LinkedSockets >= 4
  1663. SetTextColor 20 138 230 # Magic
  1664. SetBackgroundColor 40 40 40 200 # Quality - None
  1665. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1666. SetFontSize 27
  1667.  
  1668. Show
  1669. ItemLevel <= 20
  1670. DropLevel >= 10
  1671. Rarity = Magic
  1672. LinkedSockets >= 4
  1673. SetTextColor 20 138 230 # Magic
  1674. SetBackgroundColor 40 40 40 200 # Quality - None
  1675. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1676. SetFontSize 27
  1677.  
  1678. Show
  1679. ItemLevel <= 25
  1680. DropLevel >= 15
  1681. Rarity = Magic
  1682. LinkedSockets >= 4
  1683. SetTextColor 20 138 230 # Magic
  1684. SetBackgroundColor 40 40 40 200 # Quality - None
  1685. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1686. SetFontSize 27
  1687.  
  1688. Show
  1689. ItemLevel <= 30
  1690. DropLevel >= 20
  1691. Rarity = Magic
  1692. LinkedSockets >= 4
  1693. SetTextColor 20 138 230 # Magic
  1694. SetBackgroundColor 40 40 40 200 # Quality - None
  1695. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1696. SetFontSize 27
  1697.  
  1698. Show
  1699. ItemLevel <= 35
  1700. DropLevel >= 25
  1701. Rarity = Magic
  1702. LinkedSockets >= 4
  1703. SetTextColor 20 138 230 # Magic
  1704. SetBackgroundColor 40 40 40 200 # Quality - None
  1705. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1706. SetFontSize 27
  1707.  
  1708. Show
  1709. ItemLevel <= 40
  1710. DropLevel >= 30
  1711. Rarity = Magic
  1712. LinkedSockets >= 4
  1713. SetTextColor 20 138 230 # Magic
  1714. SetBackgroundColor 40 40 40 200 # Quality - None
  1715. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1716. SetFontSize 27
  1717.  
  1718. Show
  1719. ItemLevel <= 45
  1720. DropLevel >= 35
  1721. Rarity = Magic
  1722. LinkedSockets >= 4
  1723. SetTextColor 20 138 230 # Magic
  1724. SetBackgroundColor 40 40 40 200 # Quality - None
  1725. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1726. SetFontSize 27
  1727.  
  1728. Show
  1729. ItemLevel <= 50
  1730. DropLevel >= 40
  1731. Rarity = Magic
  1732. LinkedSockets >= 4
  1733. SetTextColor 20 138 230 # Magic
  1734. SetBackgroundColor 40 40 40 200 # Quality - None
  1735. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1736. SetFontSize 27
  1737.  
  1738. Show
  1739. ItemLevel <= 55
  1740. DropLevel >= 45
  1741. Rarity = Magic
  1742. LinkedSockets >= 4
  1743. SetTextColor 20 138 230 # Magic
  1744. SetBackgroundColor 40 40 40 200 # Quality - None
  1745. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1746. SetFontSize 27
  1747.  
  1748. Show
  1749. ItemLevel <= 60
  1750. DropLevel >= 50
  1751. Rarity = Magic
  1752. LinkedSockets >= 4
  1753. SetTextColor 20 138 230 # Magic
  1754. SetBackgroundColor 40 40 40 200 # Quality - None
  1755. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1756. SetFontSize 27
  1757.  
  1758. Show
  1759. ItemLevel < 65
  1760. DropLevel >= 55
  1761. Rarity = Magic
  1762. LinkedSockets >= 4
  1763. SetTextColor 20 138 230 # Magic
  1764. SetBackgroundColor 40 40 40 200 # Quality - None
  1765. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1766. SetFontSize 27
  1767.  
  1768. Show
  1769. ItemLevel >= 65
  1770. DropLevel >= 65
  1771. Rarity = Magic
  1772. LinkedSockets >= 4
  1773. SetTextColor 20 138 230 # Magic
  1774. SetBackgroundColor 40 40 40 200 # Quality - None
  1775. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1776. SetFontSize 27
  1777.  
  1778. Hide
  1779. Rarity = Magic
  1780. LinkedSockets >= 4
  1781. SetTextColor 20 138 230 # Magic
  1782. SetBackgroundColor 40 40 40 200 # Quality - None
  1783. SetBorderColor 20 138 230 # Sockets Linked >= 4
  1784. SetFontSize 27
  1785.  
  1786. Show
  1787. Quality = 20
  1788. Rarity = Magic
  1789. Sockets >= 4
  1790. SetTextColor 20 138 230 # Magic
  1791. SetBackgroundColor 200 200 200 200 # Quality = 20
  1792. SetBorderColor 255 255 255 # Socket >= 4
  1793. SetFontSize 27
  1794.  
  1795. Show
  1796. ItemLevel <= 10
  1797. Quality >= 10
  1798. Rarity = Magic
  1799. Sockets >= 4
  1800. SetTextColor 20 138 230 # Magic
  1801. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1802. SetBorderColor 255 255 255 # Socket >= 4
  1803. SetFontSize 27
  1804.  
  1805. Show
  1806. ItemLevel <= 15
  1807. DropLevel >= 5
  1808. Quality >= 10
  1809. Rarity = Magic
  1810. Sockets >= 4
  1811. SetTextColor 20 138 230 # Magic
  1812. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1813. SetBorderColor 255 255 255 # Socket >= 4
  1814. SetFontSize 27
  1815.  
  1816. Show
  1817. ItemLevel <= 20
  1818. DropLevel >= 10
  1819. Quality >= 10
  1820. Rarity = Magic
  1821. Sockets >= 4
  1822. SetTextColor 20 138 230 # Magic
  1823. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1824. SetBorderColor 255 255 255 # Socket >= 4
  1825. SetFontSize 27
  1826.  
  1827. Show
  1828. ItemLevel <= 25
  1829. DropLevel >= 15
  1830. Quality >= 10
  1831. Rarity = Magic
  1832. Sockets >= 4
  1833. SetTextColor 20 138 230 # Magic
  1834. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1835. SetBorderColor 255 255 255 # Socket >= 4
  1836. SetFontSize 27
  1837.  
  1838. Show
  1839. ItemLevel <= 30
  1840. DropLevel >= 20
  1841. Quality >= 10
  1842. Rarity = Magic
  1843. Sockets >= 4
  1844. SetTextColor 20 138 230 # Magic
  1845. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1846. SetBorderColor 255 255 255 # Socket >= 4
  1847. SetFontSize 27
  1848.  
  1849. Show
  1850. ItemLevel <= 35
  1851. DropLevel >= 25
  1852. Quality >= 10
  1853. Rarity = Magic
  1854. Sockets >= 4
  1855. SetTextColor 20 138 230 # Magic
  1856. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1857. SetBorderColor 255 255 255 # Socket >= 4
  1858. SetFontSize 27
  1859.  
  1860. Show
  1861. ItemLevel <= 40
  1862. DropLevel >= 30
  1863. Quality >= 10
  1864. Rarity = Magic
  1865. Sockets >= 4
  1866. SetTextColor 20 138 230 # Magic
  1867. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1868. SetBorderColor 255 255 255 # Socket >= 4
  1869. SetFontSize 27
  1870.  
  1871. Show
  1872. ItemLevel <= 45
  1873. DropLevel >= 35
  1874. Quality >= 10
  1875. Rarity = Magic
  1876. Sockets >= 4
  1877. SetTextColor 20 138 230 # Magic
  1878. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1879. SetBorderColor 255 255 255 # Socket >= 4
  1880. SetFontSize 27
  1881.  
  1882. Show
  1883. ItemLevel <= 50
  1884. DropLevel >= 40
  1885. Quality >= 10
  1886. Rarity = Magic
  1887. Sockets >= 4
  1888. SetTextColor 20 138 230 # Magic
  1889. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1890. SetBorderColor 255 255 255 # Socket >= 4
  1891. SetFontSize 27
  1892.  
  1893. Show
  1894. ItemLevel <= 55
  1895. DropLevel >= 45
  1896. Quality >= 10
  1897. Rarity = Magic
  1898. Sockets >= 4
  1899. SetTextColor 20 138 230 # Magic
  1900. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1901. SetBorderColor 255 255 255 # Socket >= 4
  1902. SetFontSize 27
  1903.  
  1904. Show
  1905. ItemLevel <= 60
  1906. DropLevel >= 50
  1907. Quality >= 10
  1908. Rarity = Magic
  1909. Sockets >= 4
  1910. SetTextColor 20 138 230 # Magic
  1911. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1912. SetBorderColor 255 255 255 # Socket >= 4
  1913. SetFontSize 27
  1914.  
  1915. Show
  1916. ItemLevel < 65
  1917. DropLevel >= 55
  1918. Quality >= 10
  1919. Rarity = Magic
  1920. Sockets >= 4
  1921. SetTextColor 20 138 230 # Magic
  1922. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1923. SetBorderColor 255 255 255 # Socket >= 4
  1924. SetFontSize 27
  1925.  
  1926. Show
  1927. ItemLevel >= 65
  1928. DropLevel >= 65
  1929. Quality >= 10
  1930. Rarity = Magic
  1931. Sockets >= 4
  1932. SetTextColor 20 138 230 # Magic
  1933. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1934. SetBorderColor 255 255 255 # Socket >= 4
  1935. SetFontSize 27
  1936.  
  1937. Hide
  1938. Quality >= 10
  1939. Rarity = Magic
  1940. Sockets >= 4
  1941. SetTextColor 20 138 230 # Magic
  1942. SetBackgroundColor 100 100 100 200 # Quality >= 10
  1943. SetBorderColor 255 255 255 # Socket >= 4
  1944. SetFontSize 27
  1945.  
  1946. Show
  1947. ItemLevel <= 10
  1948. Rarity = Magic
  1949. Sockets >= 4
  1950. SetTextColor 20 138 230 # Magic
  1951. SetBackgroundColor 40 40 40 200 # Quality - None
  1952. SetBorderColor 255 255 255 # Socket >= 4
  1953. SetFontSize 27
  1954.  
  1955. Show
  1956. ItemLevel <= 15
  1957. DropLevel >= 5
  1958. Rarity = Magic
  1959. Sockets >= 4
  1960. SetTextColor 20 138 230 # Magic
  1961. SetBackgroundColor 40 40 40 200 # Quality - None
  1962. SetBorderColor 255 255 255 # Socket >= 4
  1963. SetFontSize 27
  1964.  
  1965. Show
  1966. ItemLevel <= 20
  1967. DropLevel >= 10
  1968. Rarity = Magic
  1969. Sockets >= 4
  1970. SetTextColor 20 138 230 # Magic
  1971. SetBackgroundColor 40 40 40 200 # Quality - None
  1972. SetBorderColor 255 255 255 # Socket >= 4
  1973. SetFontSize 27
  1974.  
  1975. Show
  1976. ItemLevel <= 25
  1977. DropLevel >= 15
  1978. Rarity = Magic
  1979. Sockets >= 4
  1980. SetTextColor 20 138 230 # Magic
  1981. SetBackgroundColor 40 40 40 200 # Quality - None
  1982. SetBorderColor 255 255 255 # Socket >= 4
  1983. SetFontSize 27
  1984.  
  1985. Show
  1986. ItemLevel <= 30
  1987. DropLevel >= 20
  1988. Rarity = Magic
  1989. Sockets >= 4
  1990. SetTextColor 20 138 230 # Magic
  1991. SetBackgroundColor 40 40 40 200 # Quality - None
  1992. SetBorderColor 255 255 255 # Socket >= 4
  1993. SetFontSize 27
  1994.  
  1995. Show
  1996. ItemLevel <= 35
  1997. DropLevel >= 25
  1998. Rarity = Magic
  1999. Sockets >= 4
  2000. SetTextColor 20 138 230 # Magic
  2001. SetBackgroundColor 40 40 40 200 # Quality - None
  2002. SetBorderColor 255 255 255 # Socket >= 4
  2003. SetFontSize 27
  2004.  
  2005. Show
  2006. ItemLevel <= 40
  2007. DropLevel >= 30
  2008. Rarity = Magic
  2009. Sockets >= 4
  2010. SetTextColor 20 138 230 # Magic
  2011. SetBackgroundColor 40 40 40 200 # Quality - None
  2012. SetBorderColor 255 255 255 # Socket >= 4
  2013. SetFontSize 27
  2014.  
  2015. Show
  2016. ItemLevel <= 45
  2017. DropLevel >= 35
  2018. Rarity = Magic
  2019. Sockets >= 4
  2020. SetTextColor 20 138 230 # Magic
  2021. SetBackgroundColor 40 40 40 200 # Quality - None
  2022. SetBorderColor 255 255 255 # Socket >= 4
  2023. SetFontSize 27
  2024.  
  2025. Show
  2026. ItemLevel <= 50
  2027. DropLevel >= 40
  2028. Rarity = Magic
  2029. Sockets >= 4
  2030. SetTextColor 20 138 230 # Magic
  2031. SetBackgroundColor 40 40 40 200 # Quality - None
  2032. SetBorderColor 255 255 255 # Socket >= 4
  2033. SetFontSize 27
  2034.  
  2035. Show
  2036. ItemLevel <= 55
  2037. DropLevel >= 45
  2038. Rarity = Magic
  2039. Sockets >= 4
  2040. SetTextColor 20 138 230 # Magic
  2041. SetBackgroundColor 40 40 40 200 # Quality - None
  2042. SetBorderColor 255 255 255 # Socket >= 4
  2043. SetFontSize 27
  2044.  
  2045. Show
  2046. ItemLevel <= 60
  2047. DropLevel >= 50
  2048. Rarity = Magic
  2049. Sockets >= 4
  2050. SetTextColor 20 138 230 # Magic
  2051. SetBackgroundColor 40 40 40 200 # Quality - None
  2052. SetBorderColor 255 255 255 # Socket >= 4
  2053. SetFontSize 27
  2054.  
  2055. Show
  2056. ItemLevel < 65
  2057. DropLevel >= 55
  2058. Rarity = Magic
  2059. Sockets >= 4
  2060. SetTextColor 20 138 230 # Magic
  2061. SetBackgroundColor 40 40 40 200 # Quality - None
  2062. SetBorderColor 255 255 255 # Socket >= 4
  2063. SetFontSize 27
  2064.  
  2065. Show
  2066. ItemLevel >= 65
  2067. DropLevel >= 65
  2068. Rarity = Magic
  2069. Sockets >= 4
  2070. SetTextColor 20 138 230 # Magic
  2071. SetBackgroundColor 40 40 40 200 # Quality - None
  2072. SetBorderColor 255 255 255 # Socket >= 4
  2073. SetFontSize 27
  2074.  
  2075. Hide
  2076. Rarity = Magic
  2077. Sockets >= 4
  2078. SetTextColor 20 138 230 # Magic
  2079. SetBackgroundColor 40 40 40 200 # Quality - None
  2080. SetBorderColor 255 255 255 # Socket >= 4
  2081. SetFontSize 27
  2082.  
  2083. Show
  2084. Quality = 20
  2085. Rarity = Magic
  2086. SetTextColor 20 138 230 # Magic
  2087. SetBackgroundColor 200 200 200 200 # Quality = 20
  2088. SetBorderColor 40 40 40 # Socket - None
  2089. SetFontSize 27
  2090.  
  2091. Show
  2092. ItemLevel <= 10
  2093. Quality >= 10
  2094. Rarity = Magic
  2095. SetTextColor 20 138 230 # Magic
  2096. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2097. SetBorderColor 40 40 40 # Socket - None
  2098. SetFontSize 27
  2099.  
  2100. Show
  2101. ItemLevel <= 15
  2102. DropLevel >= 5
  2103. Quality >= 10
  2104. Rarity = Magic
  2105. SetTextColor 20 138 230 # Magic
  2106. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2107. SetBorderColor 40 40 40 # Socket - None
  2108. SetFontSize 27
  2109.  
  2110. Show
  2111. ItemLevel <= 20
  2112. DropLevel >= 10
  2113. Quality >= 10
  2114. Rarity = Magic
  2115. SetTextColor 20 138 230 # Magic
  2116. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2117. SetBorderColor 40 40 40 # Socket - None
  2118. SetFontSize 27
  2119.  
  2120. Show
  2121. ItemLevel <= 25
  2122. DropLevel >= 15
  2123. Quality >= 10
  2124. Rarity = Magic
  2125. SetTextColor 20 138 230 # Magic
  2126. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2127. SetBorderColor 40 40 40 # Socket - None
  2128. SetFontSize 27
  2129.  
  2130. Show
  2131. ItemLevel <= 30
  2132. DropLevel >= 20
  2133. Quality >= 10
  2134. Rarity = Magic
  2135. SetTextColor 20 138 230 # Magic
  2136. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2137. SetBorderColor 40 40 40 # Socket - None
  2138. SetFontSize 27
  2139.  
  2140. Show
  2141. ItemLevel <= 35
  2142. DropLevel >= 25
  2143. Quality >= 10
  2144. Rarity = Magic
  2145. SetTextColor 20 138 230 # Magic
  2146. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2147. SetBorderColor 40 40 40 # Socket - None
  2148. SetFontSize 27
  2149.  
  2150. Show
  2151. ItemLevel <= 40
  2152. DropLevel >= 30
  2153. Quality >= 10
  2154. Rarity = Magic
  2155. SetTextColor 20 138 230 # Magic
  2156. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2157. SetBorderColor 40 40 40 # Socket - None
  2158. SetFontSize 27
  2159.  
  2160. Show
  2161. ItemLevel <= 45
  2162. DropLevel >= 35
  2163. Quality >= 10
  2164. Rarity = Magic
  2165. SetTextColor 20 138 230 # Magic
  2166. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2167. SetBorderColor 40 40 40 # Socket - None
  2168. SetFontSize 27
  2169.  
  2170. Show
  2171. ItemLevel <= 50
  2172. DropLevel >= 40
  2173. Quality >= 10
  2174. Rarity = Magic
  2175. SetTextColor 20 138 230 # Magic
  2176. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2177. SetBorderColor 40 40 40 # Socket - None
  2178. SetFontSize 27
  2179.  
  2180. Show
  2181. ItemLevel <= 55
  2182. DropLevel >= 45
  2183. Quality >= 10
  2184. Rarity = Magic
  2185. SetTextColor 20 138 230 # Magic
  2186. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2187. SetBorderColor 40 40 40 # Socket - None
  2188. SetFontSize 27
  2189.  
  2190. Show
  2191. ItemLevel <= 60
  2192. DropLevel >= 50
  2193. Quality >= 10
  2194. Rarity = Magic
  2195. SetTextColor 20 138 230 # Magic
  2196. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2197. SetBorderColor 40 40 40 # Socket - None
  2198. SetFontSize 27
  2199.  
  2200. Show
  2201. ItemLevel < 65
  2202. DropLevel >= 55
  2203. Quality >= 10
  2204. Rarity = Magic
  2205. SetTextColor 20 138 230 # Magic
  2206. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2207. SetBorderColor 40 40 40 # Socket - None
  2208. SetFontSize 27
  2209.  
  2210. Show
  2211. ItemLevel >= 65
  2212. DropLevel >= 65
  2213. Quality >= 10
  2214. Rarity = Magic
  2215. SetTextColor 20 138 230 # Magic
  2216. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2217. SetBorderColor 40 40 40 # Socket - None
  2218. SetFontSize 27
  2219.  
  2220. Hide
  2221. Quality >= 10
  2222. Rarity = Magic
  2223. SetTextColor 20 138 230 # Magic
  2224. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2225. SetBorderColor 40 40 40 # Socket - None
  2226. SetFontSize 27
  2227.  
  2228. Show
  2229. ItemLevel <= 10
  2230. Rarity = Magic
  2231. SetTextColor 20 138 230 # Magic
  2232. SetBackgroundColor 40 40 40 200 # Quality - None
  2233. SetBorderColor 40 40 40 # Socket - None
  2234. SetFontSize 27
  2235.  
  2236. Show
  2237. ItemLevel <= 15
  2238. DropLevel >= 5
  2239. Rarity = Magic
  2240. SetTextColor 20 138 230 # Magic
  2241. SetBackgroundColor 40 40 40 200 # Quality - None
  2242. SetBorderColor 40 40 40 # Socket - None
  2243. SetFontSize 27
  2244.  
  2245. Show
  2246. ItemLevel <= 20
  2247. DropLevel >= 10
  2248. Rarity = Magic
  2249. SetTextColor 20 138 230 # Magic
  2250. SetBackgroundColor 40 40 40 200 # Quality - None
  2251. SetBorderColor 40 40 40 # Socket - None
  2252. SetFontSize 27
  2253.  
  2254. Show
  2255. ItemLevel <= 25
  2256. DropLevel >= 15
  2257. Rarity = Magic
  2258. SetTextColor 20 138 230 # Magic
  2259. SetBackgroundColor 40 40 40 200 # Quality - None
  2260. SetBorderColor 40 40 40 # Socket - None
  2261. SetFontSize 27
  2262.  
  2263. Show
  2264. ItemLevel <= 30
  2265. DropLevel >= 20
  2266. Rarity = Magic
  2267. SetTextColor 20 138 230 # Magic
  2268. SetBackgroundColor 40 40 40 200 # Quality - None
  2269. SetBorderColor 40 40 40 # Socket - None
  2270. SetFontSize 27
  2271.  
  2272. Show
  2273. ItemLevel <= 35
  2274. DropLevel >= 25
  2275. Rarity = Magic
  2276. SetTextColor 20 138 230 # Magic
  2277. SetBackgroundColor 40 40 40 200 # Quality - None
  2278. SetBorderColor 40 40 40 # Socket - None
  2279. SetFontSize 27
  2280.  
  2281. Show
  2282. ItemLevel <= 40
  2283. DropLevel >= 30
  2284. Rarity = Magic
  2285. SetTextColor 20 138 230 # Magic
  2286. SetBackgroundColor 40 40 40 200 # Quality - None
  2287. SetBorderColor 40 40 40 # Socket - None
  2288. SetFontSize 27
  2289.  
  2290. Show
  2291. ItemLevel <= 45
  2292. DropLevel >= 35
  2293. Rarity = Magic
  2294. SetTextColor 20 138 230 # Magic
  2295. SetBackgroundColor 40 40 40 200 # Quality - None
  2296. SetBorderColor 40 40 40 # Socket - None
  2297. SetFontSize 27
  2298.  
  2299. Show
  2300. ItemLevel <= 50
  2301. DropLevel >= 40
  2302. Rarity = Magic
  2303. SetTextColor 20 138 230 # Magic
  2304. SetBackgroundColor 40 40 40 200 # Quality - None
  2305. SetBorderColor 40 40 40 # Socket - None
  2306. SetFontSize 27
  2307.  
  2308. Show
  2309. ItemLevel <= 55
  2310. DropLevel >= 45
  2311. Rarity = Magic
  2312. SetTextColor 20 138 230 # Magic
  2313. SetBackgroundColor 40 40 40 200 # Quality - None
  2314. SetBorderColor 40 40 40 # Socket - None
  2315. SetFontSize 27
  2316.  
  2317. Show
  2318. ItemLevel <= 60
  2319. DropLevel >= 50
  2320. Rarity = Magic
  2321. SetTextColor 20 138 230 # Magic
  2322. SetBackgroundColor 40 40 40 200 # Quality - None
  2323. SetBorderColor 40 40 40 # Socket - None
  2324. SetFontSize 27
  2325.  
  2326. Show
  2327. ItemLevel < 65
  2328. DropLevel >= 55
  2329. Rarity = Magic
  2330. SetTextColor 20 138 230 # MagicSetTextColor 20 138 230 # Magic
  2331. SetBackgroundColor 40 40 40 200 # Quality - None
  2332. SetBorderColor 40 40 40 # Socket - None
  2333. SetFontSize 27
  2334.  
  2335. Show
  2336. ItemLevel >= 65
  2337. DropLevel >= 65
  2338. Rarity = Magic
  2339. SetTextColor 20 138 230 # MagicSetTextColor 20 138 230 # Magic
  2340. SetBackgroundColor 40 40 40 200 # Quality - None
  2341. SetBorderColor 40 40 40 # Socket - None
  2342. SetFontSize 27
  2343.  
  2344. Hide
  2345. Rarity = Magic
  2346. SetTextColor 20 138 230 # Magic
  2347. SetBackgroundColor 40 40 40 200 # Quality - None
  2348. SetBorderColor 40 40 40 # Socket - None
  2349. SetFontSize 20
  2350.  
  2351. # Section: # 2300 # Normal Items - Leveled
  2352.  
  2353. Show
  2354. Quality = 20
  2355. Rarity = Normal
  2356. Sockets = 6
  2357. SetTextColor 255 255 255 # Normal
  2358. SetBackgroundColor 200 200 200 200 # Quality = 20
  2359. SetBorderColor 149 42 230 # Sockets - RGB - 6
  2360. SetFontSize 24
  2361.  
  2362. Show
  2363. Quality >= 10
  2364. Rarity = Normal
  2365. Sockets = 6
  2366. SetTextColor 255 255 255 # Normal
  2367. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2368. SetBorderColor 149 42 230 # Sockets - RGB - 6
  2369. SetFontSize 24
  2370.  
  2371. Show
  2372. Rarity = Normal
  2373. Sockets = 6
  2374. SetTextColor 255 255 255 # Normal
  2375. SetBackgroundColor 40 40 40 200 # Quality - None
  2376. SetBorderColor 149 42 230 # Sockets - RGB - 6
  2377. SetFontSize 24
  2378.  
  2379. Show
  2380. Quality = 20
  2381. Rarity = Normal
  2382. LinkedSockets = 3
  2383. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2384. SetTextColor 255 255 255 # Normal
  2385. SetBackgroundColor 200 200 200 200 # Quality = 20
  2386. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2387. SetFontSize 24
  2388.  
  2389. Show
  2390. Quality = 20
  2391. Rarity = Normal
  2392. LinkedSockets >= 4
  2393. SetTextColor 255 255 255 # Normal
  2394. SetBackgroundColor 200 200 200 200 # Quality = 20
  2395. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2396. SetFontSize 24
  2397.  
  2398. Show
  2399. ItemLevel <= 10
  2400. Quality >= 10
  2401. Rarity = Normal
  2402. LinkedSockets = 3
  2403. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2404. SetTextColor 255 255 255 # Normal
  2405. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2406. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2407. SetFontSize 24
  2408.  
  2409. Show
  2410. ItemLevel <= 15
  2411. DropLevel >= 5
  2412. Quality >= 10
  2413. Rarity = Normal
  2414. LinkedSockets = 3
  2415. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2416. SetTextColor 255 255 255 # Normal
  2417. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2418. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2419. SetFontSize 24
  2420.  
  2421. Show
  2422. ItemLevel <= 20
  2423. DropLevel >= 10
  2424. Quality >= 10
  2425. Rarity = Normal
  2426. LinkedSockets = 3
  2427. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2428. SetTextColor 255 255 255 # Normal
  2429. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2430. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2431. SetFontSize 24
  2432.  
  2433. Show
  2434. ItemLevel <= 25
  2435. DropLevel >= 15
  2436. Quality >= 10
  2437. Rarity = Normal
  2438. LinkedSockets = 3
  2439. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2440. SetTextColor 255 255 255 # Normal
  2441. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2442. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2443. SetFontSize 24
  2444.  
  2445. Show
  2446. ItemLevel <= 30
  2447. DropLevel >= 20
  2448. Quality >= 10
  2449. Rarity = Normal
  2450. LinkedSockets = 3
  2451. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2452. SetTextColor 255 255 255 # Normal
  2453. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2454. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2455. SetFontSize 24
  2456.  
  2457. Show
  2458. ItemLevel <= 35
  2459. DropLevel >= 25
  2460. Quality >= 10
  2461. Rarity = Normal
  2462. LinkedSockets = 3
  2463. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2464. SetTextColor 255 255 255 # Normal
  2465. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2466. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2467. SetFontSize 24
  2468.  
  2469. Show
  2470. ItemLevel <= 40
  2471. DropLevel >= 30
  2472. Quality >= 10
  2473. Rarity = Normal
  2474. LinkedSockets = 3
  2475. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2476. SetTextColor 255 255 255 # Normal
  2477. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2478. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2479. SetFontSize 24
  2480.  
  2481. Show
  2482. ItemLevel <= 45
  2483. DropLevel >= 35
  2484. Quality >= 10
  2485. Rarity = Normal
  2486. LinkedSockets = 3
  2487. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2488. SetTextColor 255 255 255 # Normal
  2489. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2490. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2491. SetFontSize 24
  2492.  
  2493. Show
  2494. ItemLevel <= 50
  2495. DropLevel >= 40
  2496. Quality >= 10
  2497. Rarity = Normal
  2498. LinkedSockets = 3
  2499. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2500. SetTextColor 255 255 255 # Normal
  2501. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2502. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2503. SetFontSize 24
  2504.  
  2505. Show
  2506. ItemLevel <= 55
  2507. DropLevel >= 45
  2508. Quality >= 10
  2509. Rarity = Normal
  2510. LinkedSockets = 3
  2511. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2512. SetTextColor 255 255 255 # Normal
  2513. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2514. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2515. SetFontSize 24
  2516.  
  2517. Show
  2518. ItemLevel <= 60
  2519. DropLevel >= 50
  2520. Quality >= 10
  2521. Rarity = Normal
  2522. LinkedSockets = 3
  2523. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2524. SetTextColor 255 255 255 # Normal
  2525. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2526. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2527. SetFontSize 24
  2528.  
  2529. Show
  2530. ItemLevel < 65
  2531. DropLevel >= 55
  2532. Quality >= 10
  2533. Rarity = Normal
  2534. LinkedSockets = 3
  2535. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2536. SetTextColor 255 255 255 # Normal
  2537. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2538. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2539. SetFontSize 24
  2540.  
  2541. Show
  2542. ItemLevel >= 65
  2543. DropLevel >= 65
  2544. Quality >= 10
  2545. Rarity = Normal
  2546. LinkedSockets = 3
  2547. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2548. SetTextColor 255 255 255 # Normal
  2549. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2550. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2551. SetFontSize 24
  2552.  
  2553. Hide
  2554. Quality >= 10
  2555. Rarity = Normal
  2556. LinkedSockets = 3
  2557. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2558. SetTextColor 255 255 255 # Normal
  2559. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2560. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2561. SetFontSize 24
  2562.  
  2563. Show
  2564. ItemLevel <= 10
  2565. Quality >= 10
  2566. Rarity = Normal
  2567. LinkedSockets >= 4
  2568. SetTextColor 255 255 255 # Normal
  2569. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2570. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2571. SetFontSize 24
  2572.  
  2573. Show
  2574. ItemLevel <= 15
  2575. DropLevel >= 5
  2576. Quality >= 10
  2577. Rarity = Normal
  2578. LinkedSockets >= 4
  2579. SetTextColor 255 255 255 # Normal
  2580. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2581. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2582. SetFontSize 24
  2583.  
  2584. Show
  2585. ItemLevel <= 20
  2586. DropLevel >= 10
  2587. Quality >= 10
  2588. Rarity = Normal
  2589. LinkedSockets >= 4
  2590. SetTextColor 255 255 255 # Normal
  2591. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2592. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2593. SetFontSize 24
  2594.  
  2595. Show
  2596. ItemLevel <= 25
  2597. DropLevel >= 15
  2598. Quality >= 10
  2599. Rarity = Normal
  2600. LinkedSockets >= 4
  2601. SetTextColor 255 255 255 # Normal
  2602. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2603. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2604. SetFontSize 24
  2605.  
  2606. Show
  2607. ItemLevel <= 30
  2608. DropLevel >= 20
  2609. Quality >= 10
  2610. Rarity = Normal
  2611. LinkedSockets >= 4
  2612. SetTextColor 255 255 255 # Normal
  2613. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2614. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2615. SetFontSize 24
  2616.  
  2617. Show
  2618. ItemLevel <= 35
  2619. DropLevel >= 25
  2620. Quality >= 10
  2621. Rarity = Normal
  2622. LinkedSockets >= 4
  2623. SetTextColor 255 255 255 # Normal
  2624. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2625. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2626. SetFontSize 24
  2627.  
  2628. Show
  2629. ItemLevel <= 40
  2630. DropLevel >= 30
  2631. Quality >= 10
  2632. Rarity = Normal
  2633. LinkedSockets >= 4
  2634. SetTextColor 255 255 255 # Normal
  2635. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2636. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2637. SetFontSize 24
  2638.  
  2639. Show
  2640. ItemLevel <= 45
  2641. DropLevel >= 35
  2642. Quality >= 10
  2643. Rarity = Normal
  2644. LinkedSockets >= 4
  2645. SetTextColor 255 255 255 # Normal
  2646. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2647. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2648. SetFontSize 24
  2649.  
  2650. Show
  2651. ItemLevel <= 50
  2652. DropLevel >= 40
  2653. Quality >= 10
  2654. Rarity = Normal
  2655. LinkedSockets >= 4
  2656. SetTextColor 255 255 255 # Normal
  2657. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2658. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2659. SetFontSize 24
  2660.  
  2661. Show
  2662. ItemLevel <= 55
  2663. DropLevel >= 45
  2664. Quality >= 10
  2665. Rarity = Normal
  2666. LinkedSockets >= 4
  2667. SetTextColor 255 255 255 # Normal
  2668. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2669. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2670. SetFontSize 24
  2671.  
  2672. Show
  2673. ItemLevel <= 60
  2674. DropLevel >= 50
  2675. Quality >= 10
  2676. Rarity = Normal
  2677. LinkedSockets >= 4
  2678. SetTextColor 255 255 255 # Normal
  2679. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2680. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2681. SetFontSize 24
  2682.  
  2683. Show
  2684. ItemLevel < 65
  2685. DropLevel >= 55
  2686. Quality >= 10
  2687. Rarity = Normal
  2688. LinkedSockets >= 4
  2689. SetTextColor 255 255 255 # Normal
  2690. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2691. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2692. SetFontSize 24
  2693.  
  2694. Show
  2695. ItemLevel >= 65
  2696. DropLevel >= 65
  2697. Quality >= 10
  2698. Rarity = Normal
  2699. LinkedSockets >= 4
  2700. SetTextColor 255 255 255 # Normal
  2701. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2702. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2703. SetFontSize 24
  2704.  
  2705. Hide
  2706. Quality >= 10
  2707. Rarity = Normal
  2708. LinkedSockets >= 4
  2709. SetTextColor 255 255 255 # Normal
  2710. SetBackgroundColor 100 100 100 200 # Quality >= 10
  2711. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2712. SetFontSize 24
  2713.  
  2714. Show
  2715. ItemLevel <= 10
  2716. Rarity = Normal
  2717. LinkedSockets = 3
  2718. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2719. SetTextColor 255 255 255 # Normal
  2720. SetBackgroundColor 40 40 40 200 # Quality - None
  2721. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2722. SetFontSize 24
  2723.  
  2724. Show
  2725. ItemLevel <= 15
  2726. DropLevel >= 5
  2727. Rarity = Normal
  2728. LinkedSockets = 3
  2729. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2730. SetTextColor 255 255 255 # Normal
  2731. SetBackgroundColor 40 40 40 200 # Quality - None
  2732. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2733. SetFontSize 24
  2734.  
  2735. Show
  2736. ItemLevel <= 20
  2737. DropLevel >= 10
  2738. Rarity = Normal
  2739. LinkedSockets = 3
  2740. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2741. SetTextColor 255 255 255 # Normal
  2742. SetBackgroundColor 40 40 40 200 # Quality - None
  2743. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2744. SetFontSize 24
  2745.  
  2746. Show
  2747. ItemLevel <= 25
  2748. DropLevel >= 15
  2749. Rarity = Normal
  2750. LinkedSockets = 3
  2751. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2752. SetTextColor 255 255 255 # Normal
  2753. SetBackgroundColor 40 40 40 200 # Quality - None
  2754. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2755. SetFontSize 24
  2756.  
  2757. Show
  2758. ItemLevel <= 30
  2759. DropLevel >= 20
  2760. Rarity = Normal
  2761. LinkedSockets = 3
  2762. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2763. SetTextColor 255 255 255 # Normal
  2764. SetBackgroundColor 40 40 40 200 # Quality - None
  2765. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2766. SetFontSize 24
  2767.  
  2768. Show
  2769. ItemLevel <= 35
  2770. DropLevel >= 25
  2771. Rarity = Normal
  2772. LinkedSockets = 3
  2773. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2774. SetTextColor 255 255 255 # Normal
  2775. SetBackgroundColor 40 40 40 200 # Quality - None
  2776. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2777. SetFontSize 24
  2778.  
  2779. Show
  2780. ItemLevel <= 40
  2781. DropLevel >= 30
  2782. Rarity = Normal
  2783. LinkedSockets = 3
  2784. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2785. SetTextColor 255 255 255 # Normal
  2786. SetBackgroundColor 40 40 40 200 # Quality - None
  2787. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2788. SetFontSize 24
  2789.  
  2790. Show
  2791. ItemLevel <= 45
  2792. DropLevel >= 35
  2793. Rarity = Normal
  2794. LinkedSockets = 3
  2795. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2796. SetTextColor 255 255 255 # Normal
  2797. SetBackgroundColor 40 40 40 200 # Quality - None
  2798. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2799. SetFontSize 24
  2800.  
  2801. Show
  2802. ItemLevel <= 50
  2803. DropLevel >= 40
  2804. Rarity = Normal
  2805. LinkedSockets = 3
  2806. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2807. SetTextColor 255 255 255 # Normal
  2808. SetBackgroundColor 40 40 40 200 # Quality - None
  2809. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2810. SetFontSize 24
  2811.  
  2812. Show
  2813. ItemLevel <= 55
  2814. DropLevel >= 45
  2815. Rarity = Normal
  2816. LinkedSockets = 3
  2817. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2818. SetTextColor 255 255 255 # Normal
  2819. SetBackgroundColor 40 40 40 200 # Quality - None
  2820. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2821. SetFontSize 24
  2822.  
  2823. Show
  2824. ItemLevel <= 60
  2825. DropLevel >= 50
  2826. Rarity = Normal
  2827. LinkedSockets = 3
  2828. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2829. SetTextColor 255 255 255 # Normal
  2830. SetBackgroundColor 40 40 40 200 # Quality - None
  2831. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2832. SetFontSize 24
  2833.  
  2834. Show
  2835. ItemLevel < 65
  2836. DropLevel >= 55
  2837. Rarity = Normal
  2838. LinkedSockets = 3
  2839. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2840. SetTextColor 255 255 255 # Normal
  2841. SetBackgroundColor 40 40 40 200 # Quality - None
  2842. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2843. SetFontSize 24
  2844.  
  2845. Show
  2846. ItemLevel >= 65
  2847. DropLevel >= 65
  2848. Rarity = Normal
  2849. LinkedSockets = 3
  2850. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2851. SetTextColor 255 255 255 # Normal
  2852. SetBackgroundColor 40 40 40 200 # Quality - None
  2853. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2854. SetFontSize 24
  2855.  
  2856. Hide
  2857. Rarity = Normal
  2858. LinkedSockets = 3
  2859. Class "Wands" "Daggers" "Claws" "Shields" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Sceptres"
  2860. SetTextColor 255 255 255 # Normal
  2861. SetBackgroundColor 40 40 40 200 # Quality - None
  2862. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2863. SetFontSize 24
  2864.  
  2865. Show
  2866. ItemLevel <= 10
  2867. Rarity = Normal
  2868. LinkedSockets >= 4
  2869. SetTextColor 255 255 255 # Normal
  2870. SetBackgroundColor 40 40 40 200 # Quality - None
  2871. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2872. SetFontSize 24
  2873.  
  2874. Show
  2875. ItemLevel <= 15
  2876. DropLevel >= 5
  2877. Rarity = Normal
  2878. LinkedSockets >= 4
  2879. SetTextColor 255 255 255 # Normal
  2880. SetBackgroundColor 40 40 40 200 # Quality - None
  2881. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2882. SetFontSize 24
  2883.  
  2884. Show
  2885. ItemLevel <= 20
  2886. DropLevel >= 10
  2887. Rarity = Normal
  2888. LinkedSockets >= 4
  2889. SetTextColor 255 255 255 # Normal
  2890. SetBackgroundColor 40 40 40 200 # Quality - None
  2891. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2892. SetFontSize 24
  2893.  
  2894. Show
  2895. ItemLevel <= 25
  2896. DropLevel >= 15
  2897. Rarity = Normal
  2898. LinkedSockets >= 4
  2899. SetTextColor 255 255 255 # Normal
  2900. SetBackgroundColor 40 40 40 200 # Quality - None
  2901. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2902. SetFontSize 24
  2903.  
  2904. Show
  2905. ItemLevel <= 30
  2906. DropLevel >= 20
  2907. Rarity = Normal
  2908. LinkedSockets >= 4
  2909. SetTextColor 255 255 255 # Normal
  2910. SetBackgroundColor 40 40 40 200 # Quality - None
  2911. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2912. SetFontSize 24
  2913.  
  2914. Show
  2915. ItemLevel <= 35
  2916. DropLevel >= 25
  2917. Rarity = Normal
  2918. LinkedSockets >= 4
  2919. SetTextColor 255 255 255 # Normal
  2920. SetBackgroundColor 40 40 40 200 # Quality - None
  2921. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2922. SetFontSize 24
  2923.  
  2924. Show
  2925. ItemLevel <= 40
  2926. DropLevel >= 30
  2927. Rarity = Normal
  2928. LinkedSockets >= 4
  2929. SetTextColor 255 255 255 # Normal
  2930. SetBackgroundColor 40 40 40 200 # Quality - None
  2931. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2932. SetFontSize 24
  2933.  
  2934. Show
  2935. ItemLevel <= 45
  2936. DropLevel >= 35
  2937. Rarity = Normal
  2938. LinkedSockets >= 4
  2939. SetTextColor 255 255 255 # Normal
  2940. SetBackgroundColor 40 40 40 200 # Quality - None
  2941. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2942. SetFontSize 24
  2943.  
  2944. Show
  2945. ItemLevel <= 50
  2946. DropLevel >= 40
  2947. Rarity = Normal
  2948. LinkedSockets >= 4
  2949. SetTextColor 255 255 255 # Normal
  2950. SetBackgroundColor 40 40 40 200 # Quality - None
  2951. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2952. SetFontSize 24
  2953.  
  2954. Show
  2955. ItemLevel <= 55
  2956. DropLevel >= 45
  2957. Rarity = Normal
  2958. LinkedSockets >= 4
  2959. SetTextColor 255 255 255 # Normal
  2960. SetBackgroundColor 40 40 40 200 # Quality - None
  2961. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2962. SetFontSize 24
  2963.  
  2964. Show
  2965. ItemLevel <= 60
  2966. DropLevel >= 50
  2967. Rarity = Normal
  2968. LinkedSockets >= 4
  2969. SetTextColor 255 255 255 # Normal
  2970. SetBackgroundColor 40 40 40 200 # Quality - None
  2971. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2972. SetFontSize 24
  2973.  
  2974. Show
  2975. ItemLevel < 65
  2976. DropLevel >= 55
  2977. Rarity = Normal
  2978. LinkedSockets >= 4
  2979. SetTextColor 255 255 255 # Normal
  2980. SetBackgroundColor 40 40 40 200 # Quality - None
  2981. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2982. SetFontSize 24
  2983.  
  2984. Show
  2985. ItemLevel >= 65
  2986. DropLevel >= 65
  2987. Rarity = Normal
  2988. LinkedSockets >= 4
  2989. SetTextColor 255 255 255 # Normal
  2990. SetBackgroundColor 40 40 40 200 # Quality - None
  2991. SetBorderColor 20 138 230 # Sockets Linked >= 4
  2992. SetFontSize 24
  2993.  
  2994. Hide
  2995. Rarity = Normal
  2996. LinkedSockets >= 4
  2997. SetTextColor 255 255 255 # Normal
  2998. SetBackgroundColor 40 40 40 200 # Quality - None
  2999. SetBorderColor 20 138 230 # Sockets Linked >= 4
  3000. SetFontSize 24
  3001.  
  3002. Show
  3003. Quality = 20
  3004. Rarity = Normal
  3005. Sockets >= 4
  3006. SetTextColor 255 255 255 # Normal
  3007. SetBackgroundColor 200 200 200 200 # Quality = 20
  3008. SetBorderColor 255 255 255 # Socket >= 4
  3009. SetFontSize 24
  3010.  
  3011. Show
  3012. ItemLevel <= 10
  3013. Quality >= 10
  3014. Rarity = Normal
  3015. Sockets >= 4
  3016. SetTextColor 255 255 255 # Normal
  3017. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3018. SetBorderColor 255 255 255 # Socket >= 4
  3019. SetFontSize 24
  3020.  
  3021. Show
  3022. ItemLevel <= 15
  3023. DropLevel >= 5
  3024. Quality >= 10
  3025. Rarity = Normal
  3026. Sockets >= 4
  3027. SetTextColor 255 255 255 # Normal
  3028. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3029. SetBorderColor 255 255 255 # Socket >= 4
  3030. SetFontSize 24
  3031.  
  3032. Show
  3033. ItemLevel <= 20
  3034. DropLevel >= 10
  3035. Quality >= 10
  3036. Rarity = Normal
  3037. Sockets >= 4
  3038. SetTextColor 255 255 255 # Normal
  3039. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3040. SetBorderColor 255 255 255 # Socket >= 4
  3041. SetFontSize 24
  3042.  
  3043. Show
  3044. ItemLevel <= 25
  3045. DropLevel >= 15
  3046. Quality >= 10
  3047. Rarity = Normal
  3048. Sockets >= 4
  3049. SetTextColor 255 255 255 # Normal
  3050. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3051. SetBorderColor 255 255 255 # Socket >= 4
  3052. SetFontSize 24
  3053.  
  3054. Show
  3055. ItemLevel <= 30
  3056. DropLevel >= 20
  3057. Quality >= 10
  3058. Rarity = Normal
  3059. Sockets >= 4
  3060. SetTextColor 255 255 255 # Normal
  3061. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3062. SetBorderColor 255 255 255 # Socket >= 4
  3063. SetFontSize 24
  3064.  
  3065. Show
  3066. ItemLevel <= 35
  3067. DropLevel >= 25
  3068. Quality >= 10
  3069. Rarity = Normal
  3070. Sockets >= 4
  3071. SetTextColor 255 255 255 # Normal
  3072. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3073. SetBorderColor 255 255 255 # Socket >= 4
  3074. SetFontSize 24
  3075.  
  3076. Show
  3077. ItemLevel <= 40
  3078. DropLevel >= 30
  3079. Quality >= 10
  3080. Rarity = Normal
  3081. Sockets >= 4
  3082. SetTextColor 255 255 255 # Normal
  3083. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3084. SetBorderColor 255 255 255 # Socket >= 4
  3085. SetFontSize 24
  3086.  
  3087. Show
  3088. ItemLevel <= 45
  3089. DropLevel >= 35
  3090. Quality >= 10
  3091. Rarity = Normal
  3092. Sockets >= 4
  3093. SetTextColor 255 255 255 # Normal
  3094. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3095. SetBorderColor 255 255 255 # Socket >= 4
  3096. SetFontSize 24
  3097.  
  3098. Show
  3099. ItemLevel <= 50
  3100. DropLevel >= 40
  3101. Quality >= 10
  3102. Rarity = Normal
  3103. Sockets >= 4
  3104. SetTextColor 255 255 255 # Normal
  3105. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3106. SetBorderColor 255 255 255 # Socket >= 4
  3107. SetFontSize 24
  3108.  
  3109. Show
  3110. ItemLevel <= 55
  3111. DropLevel >= 45
  3112. Quality >= 10
  3113. Rarity = Normal
  3114. Sockets >= 4
  3115. SetTextColor 255 255 255 # Normal
  3116. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3117. SetBorderColor 255 255 255 # Socket >= 4
  3118. SetFontSize 24
  3119.  
  3120. Show
  3121. ItemLevel <= 60
  3122. DropLevel >= 50
  3123. Quality >= 10
  3124. Rarity = Normal
  3125. Sockets >= 4
  3126. SetTextColor 255 255 255 # Normal
  3127. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3128. SetBorderColor 255 255 255 # Socket >= 4
  3129. SetFontSize 24
  3130.  
  3131. Show
  3132. ItemLevel < 65
  3133. DropLevel >= 55
  3134. Quality >= 10
  3135. Rarity = Normal
  3136. Sockets >= 4
  3137. SetTextColor 255 255 255 # Normal
  3138. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3139. SetBorderColor 255 255 255 # Socket >= 4
  3140. SetFontSize 24
  3141.  
  3142. Show
  3143. ItemLevel >= 65
  3144. DropLevel >= 65
  3145. Quality >= 10
  3146. Rarity = Normal
  3147. Sockets >= 4
  3148. SetTextColor 255 255 255 # Normal
  3149. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3150. SetBorderColor 255 255 255 # Socket >= 4
  3151. SetFontSize 24
  3152.  
  3153. Hide
  3154. Quality >= 10
  3155. Rarity = Normal
  3156. Sockets >= 4
  3157. SetTextColor 255 255 255 # Normal
  3158. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3159. SetBorderColor 255 255 255 # Socket >= 4
  3160. SetFontSize 24
  3161.  
  3162. Show
  3163. ItemLevel <= 10
  3164. Rarity = Normal
  3165. Sockets >= 4
  3166. SetTextColor 255 255 255 # Normal
  3167. SetBackgroundColor 40 40 40 200 # Quality - None
  3168. SetBorderColor 255 255 255 # Socket >= 4
  3169. SetFontSize 24
  3170.  
  3171. Show
  3172. ItemLevel <= 15
  3173. DropLevel >= 5
  3174. Rarity = Normal
  3175. Sockets >= 4
  3176. SetTextColor 255 255 255 # Normal
  3177. SetBackgroundColor 40 40 40 200 # Quality - None
  3178. SetBorderColor 255 255 255 # Socket >= 4
  3179. SetFontSize 24
  3180.  
  3181. Show
  3182. ItemLevel <= 20
  3183. DropLevel >= 10
  3184. Rarity = Normal
  3185. Sockets >= 4
  3186. SetTextColor 255 255 255 # Normal
  3187. SetBackgroundColor 40 40 40 200 # Quality - None
  3188. SetBorderColor 255 255 255 # Socket >= 4
  3189. SetFontSize 24
  3190.  
  3191. Show
  3192. ItemLevel <= 25
  3193. DropLevel >= 15
  3194. Rarity = Normal
  3195. Sockets >= 4
  3196. SetTextColor 255 255 255 # Normal
  3197. SetBackgroundColor 40 40 40 200 # Quality - None
  3198. SetBorderColor 255 255 255 # Socket >= 4
  3199. SetFontSize 24
  3200.  
  3201. Show
  3202. ItemLevel <= 30
  3203. DropLevel >= 20
  3204. Rarity = Normal
  3205. Sockets >= 4
  3206. SetTextColor 255 255 255 # Normal
  3207. SetBackgroundColor 40 40 40 200 # Quality - None
  3208. SetBorderColor 255 255 255 # Socket >= 4
  3209. SetFontSize 24
  3210.  
  3211. Show
  3212. ItemLevel <= 35
  3213. DropLevel >= 25
  3214. Rarity = Normal
  3215. Sockets >= 4
  3216. SetTextColor 255 255 255 # Normal
  3217. SetBackgroundColor 40 40 40 200 # Quality - None
  3218. SetBorderColor 255 255 255 # Socket >= 4
  3219. SetFontSize 24
  3220.  
  3221. Show
  3222. ItemLevel <= 40
  3223. DropLevel >= 30
  3224. Rarity = Normal
  3225. Sockets >= 4
  3226. SetTextColor 255 255 255 # Normal
  3227. SetBackgroundColor 40 40 40 200 # Quality - None
  3228. SetBorderColor 255 255 255 # Socket >= 4
  3229. SetFontSize 24
  3230.  
  3231. Show
  3232. ItemLevel <= 45
  3233. DropLevel >= 35
  3234. Rarity = Normal
  3235. Sockets >= 4
  3236. SetTextColor 255 255 255 # Normal
  3237. SetBackgroundColor 40 40 40 200 # Quality - None
  3238. SetBorderColor 255 255 255 # Socket >= 4
  3239. SetFontSize 24
  3240.  
  3241. Show
  3242. ItemLevel <= 50
  3243. DropLevel >= 40
  3244. Rarity = Normal
  3245. Sockets >= 4
  3246. SetTextColor 255 255 255 # Normal
  3247. SetBackgroundColor 40 40 40 200 # Quality - None
  3248. SetBorderColor 255 255 255 # Socket >= 4
  3249. SetFontSize 24
  3250.  
  3251. Show
  3252. ItemLevel <= 55
  3253. DropLevel >= 45
  3254. Rarity = Normal
  3255. Sockets >= 4
  3256. SetTextColor 255 255 255 # Normal
  3257. SetBackgroundColor 40 40 40 200 # Quality - None
  3258. SetBorderColor 255 255 255 # Socket >= 4
  3259. SetFontSize 24
  3260.  
  3261. Show
  3262. ItemLevel <= 60
  3263. DropLevel >= 50
  3264. Rarity = Normal
  3265. Sockets >= 4
  3266. SetTextColor 255 255 255 # Normal
  3267. SetBackgroundColor 40 40 40 200 # Quality - None
  3268. SetBorderColor 255 255 255 # Socket >= 4
  3269. SetFontSize 24
  3270.  
  3271. Show
  3272. ItemLevel < 65
  3273. DropLevel >= 55
  3274. Rarity = Normal
  3275. Sockets >= 4
  3276. SetTextColor 255 255 255 # Normal
  3277. SetBackgroundColor 40 40 40 200 # Quality - None
  3278. SetBorderColor 255 255 255 # Socket >= 4
  3279. SetFontSize 24
  3280.  
  3281. Show
  3282. ItemLevel >= 65
  3283. DropLevel >= 65
  3284. Rarity = Normal
  3285. Sockets >= 4
  3286. SetTextColor 255 255 255 # Normal
  3287. SetBackgroundColor 40 40 40 200 # Quality - None
  3288. SetBorderColor 255 255 255 # Socket >= 4
  3289. SetFontSize 24
  3290.  
  3291. Hide
  3292. Rarity = Normal
  3293. Sockets >= 4
  3294. SetTextColor 255 255 255 # Normal
  3295. SetBackgroundColor 40 40 40 200 # Quality - None
  3296. SetBorderColor 255 255 255 # Socket >= 4
  3297. SetFontSize 24
  3298.  
  3299. Show
  3300. Quality = 20
  3301. Rarity = Normal
  3302. SetTextColor 255 255 255 # Normal
  3303. SetBackgroundColor 200 200 200 200 # Quality = 20
  3304. SetBorderColor 40 40 40 # Socket - None
  3305. SetFontSize 24
  3306.  
  3307. Show
  3308. ItemLevel <= 10
  3309. Quality >= 10
  3310. Rarity = Normal
  3311. SetTextColor 255 255 255 # Normal
  3312. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3313. SetBorderColor 40 40 40 # Socket - None
  3314. SetFontSize 24
  3315.  
  3316. Show
  3317. ItemLevel <= 15
  3318. DropLevel >= 5
  3319. Quality >= 10
  3320. Rarity = Normal
  3321. SetTextColor 255 255 255 # Normal
  3322. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3323. SetBorderColor 40 40 40 # Socket - None
  3324. SetFontSize 24
  3325.  
  3326. Show
  3327. ItemLevel <= 20
  3328. DropLevel >= 10
  3329. Quality >= 10
  3330. Rarity = Normal
  3331. SetTextColor 255 255 255 # Normal
  3332. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3333. SetBorderColor 40 40 40 # Socket - None
  3334. SetFontSize 24
  3335.  
  3336. Show
  3337. ItemLevel <= 25
  3338. DropLevel >= 15
  3339. Quality >= 10
  3340. Rarity = Normal
  3341. SetTextColor 255 255 255 # Normal
  3342. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3343. SetBorderColor 40 40 40 # Socket - None
  3344. SetFontSize 24
  3345.  
  3346. Show
  3347. ItemLevel <= 30
  3348. DropLevel >= 20
  3349. Quality >= 10
  3350. Rarity = Normal
  3351. SetTextColor 255 255 255 # Normal
  3352. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3353. SetBorderColor 40 40 40 # Socket - None
  3354. SetFontSize 24
  3355.  
  3356. Show
  3357. ItemLevel <= 35
  3358. DropLevel >= 25
  3359. Quality >= 10
  3360. Rarity = Normal
  3361. SetTextColor 255 255 255 # Normal
  3362. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3363. SetBorderColor 40 40 40 # Socket - None
  3364. SetFontSize 24
  3365.  
  3366. Show
  3367. ItemLevel <= 40
  3368. DropLevel >= 30
  3369. Quality >= 10
  3370. Rarity = Normal
  3371. SetTextColor 255 255 255 # Normal
  3372. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3373. SetBorderColor 40 40 40 # Socket - None
  3374. SetFontSize 24
  3375.  
  3376. Show
  3377. ItemLevel <= 45
  3378. DropLevel >= 35
  3379. Quality >= 10
  3380. Rarity = Normal
  3381. SetTextColor 255 255 255 # Normal
  3382. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3383. SetBorderColor 40 40 40 # Socket - None
  3384. SetFontSize 24
  3385.  
  3386. Show
  3387. ItemLevel <= 50
  3388. DropLevel >= 40
  3389. Quality >= 10
  3390. Rarity = Normal
  3391. SetTextColor 255 255 255 # Normal
  3392. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3393. SetBorderColor 40 40 40 # Socket - None
  3394. SetFontSize 24
  3395.  
  3396. Show
  3397. ItemLevel <= 55
  3398. DropLevel >= 45
  3399. Quality >= 10
  3400. Rarity = Normal
  3401. SetTextColor 255 255 255 # Normal
  3402. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3403. SetBorderColor 40 40 40 # Socket - None
  3404. SetFontSize 24
  3405.  
  3406. Show
  3407. ItemLevel <= 60
  3408. DropLevel >= 50
  3409. Quality >= 10
  3410. Rarity = Normal
  3411. SetTextColor 255 255 255 # Normal
  3412. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3413. SetBorderColor 40 40 40 # Socket - None
  3414. SetFontSize 24
  3415.  
  3416. Show
  3417. ItemLevel < 65
  3418. DropLevel >= 55
  3419. Quality >= 10
  3420. Rarity = Normal
  3421. SetTextColor 255 255 255 # Normal
  3422. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3423. SetBorderColor 40 40 40 # Socket - None
  3424. SetFontSize 24
  3425.  
  3426. Show
  3427. ItemLevel >= 65
  3428. DropLevel >= 65
  3429. Quality >= 10
  3430. Rarity = Normal
  3431. SetTextColor 255 255 255 # Normal
  3432. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3433. SetBorderColor 40 40 40 # Socket - None
  3434. SetFontSize 24
  3435.  
  3436. Hide
  3437. Quality >= 10
  3438. Rarity = Normal
  3439. SetTextColor 255 255 255 # Normal
  3440. SetBackgroundColor 100 100 100 200 # Quality >= 10
  3441. SetBorderColor 40 40 40 # Socket - None
  3442. SetFontSize 24
  3443.  
  3444. Show
  3445. ItemLevel <= 10
  3446. Rarity = Normal
  3447. SetTextColor 255 255 255 # Normal
  3448. SetBackgroundColor 40 40 40 200 # Quality - None
  3449. SetBorderColor 40 40 40 # Socket - None
  3450. SetFontSize 24
  3451.  
  3452. Show
  3453. ItemLevel <= 15
  3454. DropLevel >= 5
  3455. Rarity = Normal
  3456. SetTextColor 255 255 255 # Normal
  3457. SetBackgroundColor 40 40 40 200 # Quality - None
  3458. SetBorderColor 40 40 40 # Socket - None
  3459. SetFontSize 24
  3460.  
  3461. Show
  3462. ItemLevel <= 20
  3463. DropLevel >= 10
  3464. Rarity = Normal
  3465. SetTextColor 255 255 255 # Normal
  3466. SetBackgroundColor 40 40 40 200 # Quality - None
  3467. SetBorderColor 40 40 40 # Socket - None
  3468. SetFontSize 24
  3469.  
  3470. Show
  3471. ItemLevel <= 25
  3472. DropLevel >= 15
  3473. Rarity = Normal
  3474. SetTextColor 255 255 255 # Normal
  3475. SetBackgroundColor 40 40 40 200 # Quality - None
  3476. SetBorderColor 40 40 40 # Socket - None
  3477. SetFontSize 24
  3478.  
  3479. Show
  3480. ItemLevel <= 30
  3481. DropLevel >= 20
  3482. Rarity = Normal
  3483. SetTextColor 255 255 255 # Normal
  3484. SetBackgroundColor 40 40 40 200 # Quality - None
  3485. SetBorderColor 40 40 40 # Socket - None
  3486. SetFontSize 24
  3487.  
  3488. Show
  3489. ItemLevel <= 35
  3490. DropLevel >= 25
  3491. Rarity = Normal
  3492. SetTextColor 255 255 255 # Normal
  3493. SetBackgroundColor 40 40 40 200 # Quality - None
  3494. SetBorderColor 40 40 40 # Socket - None
  3495. SetFontSize 24
  3496.  
  3497. Show
  3498. ItemLevel <= 40
  3499. DropLevel >= 30
  3500. Rarity = Normal
  3501. SetTextColor 255 255 255 # Normal
  3502. SetBackgroundColor 40 40 40 200 # Quality - None
  3503. SetBorderColor 40 40 40 # Socket - None
  3504. SetFontSize 24
  3505.  
  3506. Show
  3507. ItemLevel <= 45
  3508. DropLevel >= 35
  3509. Rarity = Normal
  3510. SetTextColor 255 255 255 # Normal
  3511. SetBackgroundColor 40 40 40 200 # Quality - None
  3512. SetBorderColor 40 40 40 # Socket - None
  3513. SetFontSize 24
  3514.  
  3515. Show
  3516. ItemLevel <= 50
  3517. DropLevel >= 40
  3518. Rarity = Normal
  3519. SetTextColor 255 255 255 # Normal
  3520. SetBackgroundColor 40 40 40 200 # Quality - None
  3521. SetBorderColor 40 40 40 # Socket - None
  3522. SetFontSize 24
  3523.  
  3524. Show
  3525. ItemLevel <= 55
  3526. DropLevel >= 45
  3527. Rarity = Normal
  3528. SetTextColor 255 255 255 # Normal
  3529. SetBackgroundColor 40 40 40 200 # Quality - None
  3530. SetBorderColor 40 40 40 # Socket - None
  3531. SetFontSize 24
  3532.  
  3533. Show
  3534. ItemLevel <= 60
  3535. DropLevel >= 50
  3536. Rarity = Normal
  3537. SetTextColor 255 255 255 # Normal
  3538. SetBackgroundColor 40 40 40 200 # Quality - None
  3539. SetBorderColor 40 40 40 # Socket - None
  3540. SetFontSize 24
  3541.  
  3542. Show
  3543. ItemLevel < 65
  3544. DropLevel >= 55
  3545. Rarity = Normal
  3546. SetTextColor 255 255 255 # Normal
  3547. SetBackgroundColor 40 40 40 200 # Quality - None
  3548. SetBorderColor 40 40 40 # Socket - None
  3549. SetFontSize 24
  3550.  
  3551. Show
  3552. ItemLevel >= 65
  3553. DropLevel >= 65
  3554. Rarity = Normal
  3555. SetTextColor 255 255 255 # Normal
  3556. SetBackgroundColor 40 40 40 200 # Quality - None
  3557. SetBorderColor 40 40 40 # Socket - None
  3558. SetFontSize 24
  3559.  
  3560. Hide
  3561. Rarity = Normal
  3562. SetTextColor 255 255 255 # Normal
  3563. SetBackgroundColor 40 40 40 200 # Quality - None
  3564. SetBorderColor 40 40 40 # Socket - None
  3565. SetFontSize 20
  3566.  
  3567. # Section: # 9999 # Default
  3568.  
  3569. Show
  3570. SetTextColor 0 0 0
  3571. SetBackgroundColor 210 0 3 200
  3572. SetBorderColor 0 0 0
  3573. SetFontSize 27
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement