Advertisement
ment2008

Ment's Item Filters Limited - Red Highlight

May 2nd, 2015
1,944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 18.45 KB | None | 0 0
  1. # Ment's Item Filters Limited - Red Highlight ( Hidden Drops: No Exp/Quality gems | Low ilvl Drops [under 60 Rare Under 75 White] | Large RGB Vendor Items | No low Quality Flasks v2.9#
  2.  
  3. # Ment's Filter highlights
  4.  
  5. #I don't see any point by making filter for each item in the game. This will cause a lot of (visual) confusion. People won't see specific drops. Besides that, new players won't be able to edit it due to the heavy and long list of 1000 lines.
  6. #Keep it simple, most of the old colours remain the same.
  7. #Keep it organized, sizeable rarity (white low size, magic mid size, rare normal size).
  8. #Fit it to your screen, you won't get a mess over the whole screen.
  9. #A lot of tests have been made during the awakening beta. the original code have been improved to enhance the performance and the quality for the Novice~Experienced Exile.
  10. #Red highlight version is available for players with color blindness, more highlight colours may be implanted by requests.
  11. #Filter have been splitted into a two parts: Full & Limited, for letting the Novice players (Without basic coding knowledge) the ability to edit or modificate the script.
  12. #Filter have been splitted into a two parts: Full & Limited, Full for leveling and LIMITED for farming.
  13. #You still will be able to see the "Hidden" drops simply by hold the "ALT" key.
  14. #
  15. #
  16. # Currency
  17. # Socket/Links
  18. # Talisman Gear
  19. # Unique Gear
  20. # Rare Gear
  21. # Gems
  22. # Misc Items
  23. # Divination Cards
  24. # Maps
  25. # Flasks
  26. # Jewels
  27. # Rings,Amulets & Belts
  28. # Magic-Normal Gear
  29. #
  30. #-----------------------------------------------------------------------------------------------------------
  31.  
  32. # Currency
  33.  
  34. Show
  35.   BaseType "Mirror of Kalandra" "Exalted Orb"
  36.   PlayAlertSound 1 300
  37.   SetFontSize 45
  38.   SetTextColor 0 0 0
  39.   SetBackgroundColor 255 0 0 250
  40.   SetBorderColor 0 0 0
  41.  
  42. Show
  43. BaseType "Divine Orb" "Chaos Orb" "Regal Orb" "Vaal Orb" "Gemcutter's Prism" "Orb of Regret"
  44. PlayAlertSound 5 250
  45.   SetFontSize 40
  46.   SetTextColor 255 0 0
  47.   SetBackgroundColor 0 0 0 250
  48.   SetBorderColor 255 0 0
  49.  
  50. Show
  51. BaseType "Blessed Orb" "Orb of Scouring" "Orb of Fusing" "Orb of Alchemy" "Cartographer's Chisel"
  52. PlayAlertSound 3 150
  53.   SetFontSize 35
  54.   SetTextColor 200 130 150
  55.   SetBackgroundColor 0 0 0 250
  56.  
  57. Show
  58. BaseType "Orb of Chance"
  59. PlayAlertSound 9 120
  60. SetFontSize 35
  61. SetTextColor 200 130 150
  62. SetBackgroundColor 0 0 0 250
  63. SetBorderColor 100 0 0 200
  64.  
  65. Show
  66. BaseType "Jeweller's Orb" "Chromatic Orb" "Orb of Alteration" "Orb of Transmutation" "Orb of Augmentation" "Blacksmith's Whetstone" "Armourer's Scrap" "Glassblower's Bauble"
  67. PlayAlertSound 9 100
  68. SetFontSize 35
  69. SetTextColor 200 130 150
  70. SetBackgroundColor 0 0 0 250  
  71.  
  72. Show
  73. BaseType "Perandus Coin"
  74. PlayAlertSound 9 100
  75. SetFontSize 35
  76. SetTextColor 200 0 100
  77. SetBackgroundColor 0 0 0 250
  78.    
  79. Show
  80.   BaseType "Scroll of Wisdom"
  81.   SetFontSize 27
  82.   SetTextColor 200 130 130 200
  83.   SetBackgroundColor 0 0 0 130
  84.  
  85. Show
  86.   BaseType "Portal Scroll"
  87.   SetFontSize 25
  88.   SetTextColor 200 130 130 200
  89.   SetBackgroundColor 0 0 0 50
  90.  
  91. Show
  92.   LinkedSockets = 6
  93.   PlayAlertSound 1 300
  94.   SetFontSize 45
  95.   SetTextColor 255 255 153
  96.   SetBackgroundColor 250 0 0 200
  97.   SetBorderColor 255 255 153
  98.  
  99. Show
  100.   LinkedSockets = 5
  101.   SetFontSize 40
  102.   PlayAlertSound 2 150
  103.  SetTextColor 255 255 255 250
  104.  SetBackgroundColor 200 0 0 120
  105.  SetBorderColor 255 255 255 150
  106.  
  107. Show
  108.   Sockets = 6
  109.   PlayAlertSound 3 100
  110.   SetTextColor 255 255 153
  111.   SetBorderColor 200 0 153
  112.   SetBackgroundColor 0 0 0 150
  113.  
  114. # Top Bases
  115.  
  116. # Chests
  117. Show
  118. BaseType "Zodiac Leather" "Assassin's Garb" "Vaal Regalia" "Full Dragonscale" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Carnal Armour" "Blood Raiment"
  119. ItemLevel >= 84
  120. SetBackgroundColor 0 100 0 250
  121. SetTextColor 100 0 100 250
  122.  
  123. # Shields
  124. Show
  125. BaseType "Sacrificial Garb" "Colossal Tower Shield" "Lacquered Buckler" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Vaal Spirit Shield" "Champion Kite Shield" "Archon Kite Shield"
  126. ItemLevel >= 84
  127. SetBackgroundColor 0 100 0 250
  128. SetTextColor 100 0 100 250
  129.  
  130. # Helm
  131. Show
  132. BaseType "Royal Burgonet" "Eternal Burgonet" "Lion Pelt" "Sinner Tricorne" "Hubris Circlet" "Nightmare Bascinet" "Praetor Crown" "Deicide Mask" "Vaal Mask"
  133. ItemLevel >= 84
  134. SetBackgroundColor 0 100 0 250
  135. SetTextColor 100 0 100 250
  136.  
  137. # Boots
  138. Show
  139. BaseType "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Assassin's Boots"
  140. ItemLevel >= 84
  141. SetBackgroundColor 0 100 0 250
  142. SetTextColor 100 0 100 250
  143.  
  144. # Gloves
  145. Show
  146. BaseType "Titan Gauntlets" "Vaal Gauntlets" "Slink Gloves" "Stealth Gloves" "Sorcerer Gloves" "Arcanist Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts"
  147. ItemLevel >= 84
  148. SetBackgroundColor 0 100 0 250
  149. SetTextColor 100 0 100 250
  150.  
  151. # Rings & Amulets
  152. Show
  153. BaseType "Diamond Ring" "Coral Ring" "Moonstone Ring" "Amethyst Ring" "Two-Stone Ring" "Onyx Amulet" "Agate Amulet" "Turquoise Amulet" "Citrine Amulet"
  154. ItemLevel >= 84
  155. SetBackgroundColor 0 100 0 250
  156. SetTextColor 100 0 100 250
  157.  
  158. # Belts
  159. Show
  160. BaseType "Rustic Sash" "Chain Belt" "Leather Belt" "Heavy Belt" "Studded Belt" "Cloth Belt"
  161. ItemLevel >= 84
  162. SetBackgroundColor 0 100 0 250
  163. SetTextColor 100 0 100 250
  164.  
  165. #Labyrinth Misc
  166.  
  167. Show
  168. BaseType "Golden Key"
  169. PlayAlertSound 7 100
  170. SetFontSize 30
  171. SetTextColor 0 0 0 250
  172. SetBackgroundColor 200 200 50 200
  173. SetBorderColor 255 255 153
  174.  
  175. Show
  176. BaseType "Silver Key"
  177. PlayAlertSound 7 100
  178. SetFontSize 20
  179. SetTextColor 0 0 0 250
  180. SetBackgroundColor 200 200 50 200
  181. SetBorderColor 255 255 153
  182.  
  183. Show
  184. BaseType "Treasure Key" "Sand of Eternity"
  185. PlayAlertSound 7 100
  186. SetFontSize 20
  187. SetTextColor 0 0 0 250
  188. SetBackgroundColor 200 200 50 200
  189. SetBorderColor 255 255 153
  190.  
  191. Show
  192. BaseType "Portal Shredder" "Heart of the Gargoyle" "Bane of the Loyal" "Orb of Elemental Essence" "Cogs of Disruption" "Rod of Detonation"
  193. # "Cube of Absorption"
  194. PlayAlertSound 7 100
  195. SetFontSize 20
  196. SetTextColor 0 0 0 250
  197. SetBackgroundColor 200 200 50 200
  198. SetBorderColor 255 255 153
  199.  
  200. # Talisman Gear
  201.  
  202. Show
  203.  BaseType "Talisman"
  204.  Rarity Unique
  205.  PlayAlertSound 3 150
  206.  SetTextColor 200 70 0 200
  207.  SetBorderColor 200 200 200 200
  208.  
  209. Show
  210.  BaseType "Talisman"
  211.  Rarity Rare
  212.  PlayAlertSound 9 100
  213.  SetTextColor 255 100 120
  214.  SetBorderColor 255 255 0
  215.  SetBackgroundColor 100 0 0 180
  216.  
  217. Show
  218.  BaseType "Talisman"
  219.  Rarity Magic
  220.  PlayAlertSound 9 100
  221.  SetBorderColor 131 131 247
  222.  SetBackgroundColor 100 0 0 180
  223.  SetTextColor 131 131 247 180
  224.  
  225. Hide
  226.  BaseType "Talisman"
  227.  Rarity Normal
  228.  PlayAlertSound 9 100
  229.  SetTextColor 255 255 255 180
  230.  SetBackgroundColor 0 0 0 180  
  231.  
  232. # Unique Gear (Help me to fill this list)
  233.  
  234. Show
  235.  BaseType "Gavel" "Agate Amulet" "Prophecy Wand" "Imperial Bow" "Occultist's Vestment" "Infernal Axe" "Vaal Gauntlets" "Gold Ring" "Vaal Axe" "Spine Bow" "Fishing Rod" "Vaal Sceptre"
  236.  Rarity = Unique
  237.  PlayAlertSound 1 300
  238.  SetFontSize 45
  239.  SetTextColor 0 0 0
  240.  SetBackgroundColor 255 0 0 200
  241.  SetBorderColor 0 0 0
  242.  
  243. Show
  244.  BaseType "Glorious Plate" "Nightmare Bascinet" "Slaughter Knife" "Diamond Ring" "Ursine Pelt" "Chain Belt" "Penetrating Arrow Quiver" "Murder Mitts" "Amethyst Ring" "Granite Flask" "Siege Axe" "Vaal Mask" "Judgement Staff"
  245.  Rarity = Unique
  246.  PlayAlertSound 1 200
  247.  SetFontSize 45
  248.  SetTextColor 250 50 50
  249.  SetBackgroundColor 250 150 150 200
  250.  SetBorderColor 0 0 0
  251.  
  252. Show
  253.  Rarity = Unique
  254.  PlayAlertSound 2 100
  255.  SetTextColor 200 70 0 200
  256.  SetFontSize 40
  257.  PlayAlertSound 8 100
  258.  
  259. # Rare Gear
  260.  
  261. # Chests
  262. Show
  263. BaseType "Zodiac Leather" "Assassin's Garb" "Vaal Regalia" "Full Dragonscale" "Triumphant Lamellar" "Saint's Hauberk" "Saintly Chainmail" "Carnal Armour" "Blood Raiment"
  264. Rarity = Rare
  265.  SetTextColor 250 0 0 250
  266.  SetBackgroundColor 250 150 150 100
  267.  
  268. # Shields
  269. Show
  270. BaseType "Sacrificial Garb" "Colossal Tower Shield" "Lacquered Buckler" "Titanium Spirit Shield" "Harmonic Spirit Shield" "Vaal Spirit Shield" "Champion Kite Shield" "Archon Kite Shield"
  271. Rarity = Rare
  272.  SetTextColor 250 0 0 250
  273.  SetBackgroundColor 250 150 150 100
  274.  
  275. # Helm
  276. Show
  277. BaseType "Royal Burgonet" "Eternal Burgonet" "Lion Pelt" "Sinner Tricorne" "Hubris Circlet" "Nightmare Bascinet" "Praetor Crown" "Deicide Mask" "Vaal Mask"
  278. Rarity = Rare
  279.  SetTextColor 250 0 0 250
  280.  SetBackgroundColor 250 150 150 100
  281.  
  282. # Boots
  283. Show
  284. BaseType "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Assassin's Boots"
  285. Rarity = Rare
  286.  SetTextColor 250 0 0 250
  287.  SetBackgroundColor 250 150 150 100
  288.  
  289. # Gloves
  290. Show
  291. BaseType "Titan Gauntlets" "Vaal Gauntlets" "Slink Gloves" "Stealth Gloves" "Sorcerer Gloves" "Arcanist Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts"
  292. Rarity = Rare
  293.  SetTextColor 250 0 0 250
  294.  SetBackgroundColor 250 150 150 100
  295.  
  296. # Rings & Amulets
  297. Show
  298. BaseType "Diamond Ring" "Coral Ring" "Moonstone Ring" "Amethyst Ring" "Two-Stone Ring" "Onyx Amulet" "Agate Amulet" "Turquoise Amulet" "Citrine Amulet"
  299. Rarity = Rare
  300.  SetTextColor 250 0 0 250
  301.  SetBackgroundColor 250 150 150 100
  302.  
  303. # Belts
  304. Show
  305. BaseType "Rustic Sash" "Chain Belt" "Leather Belt" "Heavy Belt" "Studded Belt" "Cloth Belt"
  306. Rarity = Rare
  307.  SetTextColor 250 0 0 250
  308.  SetBackgroundColor 250 150 150 100
  309.  
  310. Show
  311. Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand Axes" "One Hand Maces" "One Hand Swords" "Quivers" "Rings" "Sceptres" "Shields" "Small Relics" "Staves" "Thrusting One Hand Swords" "Two Hand Axes" "Two Hand Maces" "Two Hand Swords" "Wands"
  312.   Rarity = Rare
  313.   ItemLevel >= 75
  314.   SetTextColor 255 100 120
  315.   SetBorderColor 255 255 0
  316.   SetBackgroundColor 100 0 0 180
  317.  
  318. Show
  319. Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand Axes" "One Hand Maces" "One Hand Swords" "Quivers" "Rings" "Sceptres" "Shields" "Small Relics" "Staves" "Thrusting One Hand Swords" "Two Hand Axes" "Two Hand Maces" "Two Hand Swords" "Wands"
  320.   Rarity = Rare
  321.   ItemLevel >= 60
  322.   SetTextColor 255 100 120
  323.   SetBackgroundColor 100 0 0 180  
  324.  
  325. Hide
  326. Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand Axes" "One Hand Maces" "One Hand Swords" "Quivers" "Rings" "Sceptres" "Shields" "Small Relics" "Staves" "Thrusting One Hand Swords" "Two Hand Axes" "Two Hand Maces" "Two Hand Swords" "Wands"
  327.   Rarity = Rare
  328.   ItemLevel >= 1
  329.    ItemLevel <= 59    
  330.   SetTextColor 255 100 120
  331.   SetBorderColor 255 255 0
  332.   SetBackgroundColor 100 0 0 180
  333.  
  334.  
  335. # Socket/Links & RGB
  336.  
  337.  
  338. Show
  339. SocketGroup RGB
  340. Class "Daggers" "Wands" "Gloves" "Boots" "Helmets" "Shields"
  341. #Class "Daggers" "Wands" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Staves" "Two Hand Swords" "Two Hand Axes" "Two Hand Maces" "Gloves" "Boots" "Body Armours" "Helmets" "Shields" "Sceptres"
  342. PlayAlertSound 9 130
  343. SetFontSize 35
  344. SetTextColor 200 130 150
  345. SetBackgroundColor 0 0 0 250  
  346.  
  347. Hide
  348. SocketGroup RGB
  349.   Class "Daggers" "Wands" "One Hand Swords" "Thrusting One Hand Swords" "One Hand Axes" "One Hand Maces" "Bows" "Staves" "Two Hand Swords" "Two Hand Axes" "Two Hand Maces" "Gloves" "Boots" "Body Armours" "Helmets" "Shields" "Sceptres"
  350.   Quality = 20
  351.   SetFontSize 30
  352.   SetTextColor 200 130 150
  353.   SetBackgroundColor 0 0 0 200
  354.   SetBorderColor 200 130 150
  355.  
  356. Hide
  357.   LinkedSockets = 4
  358.   SetFontSize 30
  359.   SetBackgroundColor 60 35 35 250
  360.  
  361. Hide
  362.   LinkedSockets = 3
  363.   SetFontSize 25
  364.   SetBackgroundColor 60 35 35 250
  365.  
  366. # Gems
  367.  
  368. Class Gem
  369. BaseType "Empower" "Enlighten"
  370. PlayAlertSound 3 150
  371. SetFontSize 40
  372. SetTextColor 0 255 255
  373. SetBorderColor 0 255 255
  374. SetBackgroundColor 100 0 0 150
  375.  
  376. Show
  377. Class Gem
  378. BaseType "Portal" "Enhance" "Added Chaos Damage" "Detonate Mines"
  379. PlayAlertSound 9 50
  380. SetTextColor 0 255 255
  381. SetBackgroundColor 0 0 0 100
  382.  
  383. Show
  384. Class Gem
  385. BaseType "Vaal Haste" "Vaal Grace" "Vaal Haste" "Vaal Discipline"
  386. SetFontSize 35
  387. SetTextColor 255 255 255 250
  388. SetBackgroundColor 100 0 0 150
  389.  
  390. Hide
  391.   Class Gem
  392.   Quality = 0
  393.   SetFontSize 25
  394.   SetTextColor 0 255 255    
  395.   SetBackgroundColor 0 0 0 100
  396.  
  397. Show
  398.   Class Gem
  399.   Quality >= 1
  400.   Quality <= 9
  401.   SetTextColor 0 255 255
  402.   SetBackgroundColor 0 0 0 100
  403.  
  404. Show
  405.   Class Gem
  406.   Quality >= 10
  407.   Quality <= 14
  408.   PlayAlertSound 3 150
  409.   SetTextColor 0 255 255
  410.   SetBorderColor 0 255 255
  411.   SetBackgroundColor 100 0 0 150
  412.  
  413. Show
  414.   Class Gem
  415.   Quality >= 15
  416.   Quality <= 20
  417.   PlayAlertSound 2 250
  418.   SetTextColor 0 255 255
  419.   SetBorderColor 0 255 255    
  420.   SetBackgroundColor 100 0 0 200
  421.  
  422. # Misc Items
  423.  
  424. Show
  425.   Class "Map Fragment"
  426.  
  427. Show
  428.    Class "Microtransactions"  
  429.  
  430. Show
  431.    Class "Hideout Doodads"    
  432.  
  433. Show
  434.    Class Quest
  435.  
  436. # Divination Cards
  437.  
  438. # Unique Divination Cards
  439.  
  440. Show
  441. Class "Divination Card"
  442. # (Missing on the client)
  443. BaseType "The Chains that Bind" "The Offering" "The Warlord" "The Ethereal" "The Dark Mage" "The Dapper Prodigy" "The Celestial Justicar" "Anarchy's Price" "The Fletcher" "The Surveyor" "The Thaumaturgist" "The Vast" "Audacity" "Bowyer's Dream" "Hunter's Reward" "Last Hope" "The Queen" "Wealth and Power" "The Dragon's Heart" "The Dragon" "The Avenger" "The Feast" "The Fox" "The Trial" "Time-Lost Relic" "House of Mirrors" "The Wind" "The Union" "The Watcher" "The Pact" "The Pack Leader" "The King's Heart" "Humility" "Abandoned Wealth" "The Brittle Emperor" "The Battle Born" "The Doctor" "The Drunken Aristocrat" "The Fiend" "The Gladiator" "The Hoarder" "Hope" "The Hunger" "The Poet" "The Sun" "Vinia's Token" "Birth of the Three" "The Flora's Gift" "The Last One Standing" "The Pack Leader"
  444. PlayAlertSound 4 250
  445.   SetFontSize 42
  446.   SetTextColor 131 131 247 180
  447.   SetBorderColor 131 131 247
  448.   SetBackgroundColor 100 0 0 180
  449.  
  450. # Rare Divination Cards
  451.  
  452. Show
  453. Class "Divination Card"
  454. # (Missing on the client)
  455. BaseType "Treasure Hunter"  "Gift of the Gemling Queen" "The Enlightened" "Volatile Power" "The Doppelganger" "Hunter's Resolve" "The Gemcutter" "The Conduit" "The Survivalist" "Grave Knowledge" "Coveted Possession" "Rain of Chaos" "Lucky Connections" "Jack in the Box" "The Inventor" "Gemcutter's Promise" "The Road to Power" "The Summoner" "Three Faces in the Dark" "The Cataclysm" "Chaotic Disposition" "The One With All" "The Siren" "The Wrath"
  456. PlayAlertSound 2 150
  457.   SetFontSize 35  
  458.   SetTextColor 131 131 247 180
  459.   SetBackgroundColor 100 0 0 180
  460.  
  461. # Normal Divination Cards
  462.  
  463. Show
  464. Class "Divination Card"
  465. # (Missing on the client) "The Key"
  466. BaseType "The Twins" "The Body" "Treasure Hunter" "Scholar of the Seas" "The Traitor" "The Wolf's Shadow" "The Risk" "The Rabid Rhoa" "The Lion" "Her Mask" "Earth Drinker" "Prosperity" "The Sigil" "The Dapper Prodigy" "The Dragon" "Rats" "Tranquillity" "Birth of the Three" "Blind Venture" "The Surgeon" "Merciless Armament" "The Aesthete" "The Lich" "Hubris" "Loyalty" "Assassin's Favour" "The Inoculated" "Lantador's Lost Love" "The Tower" "The Catalyst" "Lantador's Lost Love" "The Hermit" "The Mercenary" "The Gentleman" "The Scarred Meadow" "The Explorer" "Eternal Sword" "The Lover" "The Metalsmith's Gift" "The Scholar" "The Warden" "The Carrion Crow" "Emperor's Luck" "The Gambler"  "The Gambler" "Doedre's Madness" "The Encroaching Darkness" "The Artist" "The Betrayal" "The King's Blade" "The Spoiled Prince" "Death"
  467. PlayAlertSound 2 100
  468. SetFontSize 32  
  469.   SetTextColor 255 255 255 180
  470.   SetBackgroundColor 0 0 0 180
  471.   SetBorderColor 100 0 0 180
  472.  
  473. Show
  474.   Class "Divination Card"
  475.   PlayAlertSound 2 100
  476.   SetFontSize 32  
  477.   SetTextColor 255 255 255 180
  478.   SetBackgroundColor 0 0 0 180
  479.  
  480. # Maps
  481.  
  482. Show
  483.   Class Map
  484.   Rarity = Unique
  485.   SetFontSize 35
  486.   SetTextColor 200 70 0
  487.   SetBackgroundColor 100 0 0 200
  488.   SetBorderColor 200 70 0
  489.  
  490. Show
  491. Class Map
  492. DropLevel >= 76
  493. PlayAlertSound 6 200
  494. SetFontSize 40
  495. SetBorderColor 255 0 0
  496.  
  497. Show
  498.   Class Map
  499.   Rarity = Rare
  500.   SetFontSize 35
  501.   SetTextColor 255 255 0
  502.   SetBorderColor 255 255 0
  503.  
  504. Show
  505.   Class Map
  506.   Rarity = Magic
  507.   SetFontSize 35
  508.   SetTextColor 0 0 255
  509.   SetBorderColor 0 0 255  
  510.  
  511. Show
  512.   Class Map
  513.   Rarity = Normal
  514.   SetFontSize 35
  515.   SetTextColor 192 192 192
  516.   SetBorderColor 192 192 192
  517.  
  518. # White items that worth to chance
  519.  
  520. Show
  521. ItemLevel >= 60
  522. BaseType "Sorcerer Boots" "Agate Amulet" "Prophecy Wand" "Occultist's Vestment" "Glorious Plate" "Leather Belt"
  523. # More Available items to chance : "Spine Bow" "Chain Belt" "Siege Axe" "Judgement Staff" "Imperial Bow"
  524. Rarity = Normal
  525. SetFontSize 35
  526. SetTextColor 255 255 255 180
  527. SetBackgroundColor 0 0 0 180
  528. SetBorderColor 100 0 0 200
  529.    
  530. Show
  531. BaseType "Sapphire Flask"
  532. Rarity = Normal
  533. SetBackgroundColor 0 0 0 200
  534. SetBorderColor 175 96 37 250
  535. SetTextColor 255 255 240 200
  536.  
  537. Hide
  538. BaseType "Sapphire Flask"
  539. Rarity = Magic
  540.  
  541.  
  542. # Flasks
  543.  
  544. #New Flasks
  545.  
  546. Show
  547. BaseType "Basalt Flask" "Aquamarine Flask" "Stibnite Flask" "Sulphur Flask"  "Bismuth Flask" "Silver Flask"
  548. Rarity >= Normal
  549. SetFontSize 25
  550. SetBackgroundColor 0 0 0 150
  551.  
  552. Hide
  553. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  554. Quality >= 0
  555. Quality <= 14
  556. Rarity >= Normal
  557. SetFontSize 20
  558. SetBackgroundColor 0 0 0 180
  559.  
  560. Show
  561. Class "Life Flask" "Mana Flask" "Hybrid Flask"
  562. Quality >= 15
  563. Rarity >= Normal
  564. SetFontSize 30
  565. SetBackgroundColor 0 0 0 180
  566.  
  567. Show
  568. BaseType "Diamond Flask" "Granite Flask" "Topaz Flask" "Ruby Flask" "Quicksilver Flask"
  569. Rarity >= Normal
  570. SetFontSize 25
  571. SetBackgroundColor 0 0 0 150
  572.  
  573. Show
  574. Class "Utility Flask"
  575.  
  576. # Jewels
  577.  
  578. Show
  579. Class "Jewel"
  580. SetFontSize 35
  581. PlayAlertSound 3 100
  582. SetBackgroundColor 0 0 0 200
  583.  
  584. # Rings, Amulets & Belts
  585.  
  586. Hide
  587. Class Belts
  588. Rarity = Normal
  589. SetFontSize 25
  590. SetTextColor 255 255 255 180
  591. SetBackgroundColor 0 0 0 180
  592.  
  593. Hide
  594. Class Rings Amulets
  595. Rarity = Normal
  596. SetFontSize 35
  597. SetTextColor 255 255 255 180
  598. SetBackgroundColor 0 0 0 180
  599.  
  600. Hide
  601. Class Rings Amulets Belts
  602. Rarity = Magic
  603. SetFontSize 25
  604. SetTextColor 131 131 247 180
  605. SetBackgroundColor 0 0 0 180
  606.  
  607. # Magic-Normal Gear
  608.  
  609. Show
  610. BaseType "Rock Breaker"
  611. Rarity = Normal
  612. SetFontSize 35
  613. SetBackgroundColor 0 0 0 200
  614.  
  615. Show
  616. BaseType "Gavel"
  617. Rarity = Normal
  618. SetFontSize 35
  619. SetTextColor 255 0 0 250
  620. SetBackgroundColor 0 0 0 200
  621.  
  622. Show
  623. Rarity = Magic
  624. DropLevel >= 83
  625. SetTextColor 131 131 247 180
  626. SetBorderColor 131 131 247
  627. SetBackgroundColor 100 0 0 180
  628.  
  629. Hide
  630. Rarity = Magic
  631. DropLevel >= 1
  632. DropLevel <= 76
  633. SetTextColor 131 131 247 180
  634. SetBorderColor 131 131 247
  635. SetBackgroundColor 100 0 0 180
  636.  
  637. Show
  638. Rarity = Normal
  639. DropLevel >= 83
  640. SetFontSize 25
  641. SetTextColor 255 255 255 180
  642. SetBackgroundColor 0 0 0 180
  643.  
  644.  
  645. Hide
  646. Rarity = Normal
  647. DropLevel >= 1
  648. DropLevel <= 76
  649. SetFontSize 25
  650. SetTextColor 255 255 255 180
  651. SetBackgroundColor 0 0 0 180
  652.  
  653. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement