Advertisement
vla

Yet Another Loot Filter.filter

vla
Jul 13th, 2015
11,937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Yet Another Loot Filter v0.11.4 -- 14.06.2018 -- Incursion
  2. # Source: http://pastebin.com/Zpc8xSgp
  3. # Preview: http://bschug.github.io/poedit/poedit.html#Zpc8xSgp
  4.  
  5. ####################################################################################################
  6.  
  7. #### SETTINGS:
  8. # (find and replace if you want)
  9.  
  10. # Sizes:
  11. # - ultra-small    SetFontSize 31     # hidden items
  12. # - small:         SetFontSize 36     # unimportant items (gems, flasks, bad currency, simple vendor recipes, crafting bases, ...)
  13. # - normal:        SetFontSize 38     # default font size (rares, good vendor recipes, divination cards, ...)
  14. # - large:         SetFontSize 40     # items you don't want to miss (good currency, 6L, uniques, ...)
  15.  
  16. # Borders:
  17. # (every item has a border for better visual separating; the border is inline, it doesn't increase the box size)
  18. # - default:       SetBorderColor 0 0 0 255
  19. # - currency:      SetBorderColor 170 158 130 255
  20. # - gem:           SetBorderColor 27 162 155 255
  21. # - card:          SetBorderColor 170 230 230 255
  22. # - chance:        SetBorderColor 191 91 0 255
  23. # - alch:          SetBorderColor 255 255 119 255
  24. # - other
  25.  
  26. # Sounds:
  27. # - generic:       PlayAlertSoundPositional 5 200
  28. # - important:     PlayAlertSoundPositional 1 300
  29.  
  30. ####################################################################################################
  31. #### ULTRA RARE STUFF -- the one and only crazy pink highlight
  32.  
  33. Show
  34.     BaseType "Mirror of Kalandra" "Mirror Shard" "Fishing Rod" "Albino Rhoa Feather"
  35.     SetBackgroundColor 254 128 222 190
  36.     SetTextColor 0 0 0 255
  37.     SetFontSize 40
  38.     SetBorderColor 210 0 220 255
  39.     PlayAlertSoundPositional 1 300
  40.  
  41. ####################################################################################################
  42. #### UTILITY
  43.  
  44. Show
  45.     Class "Hideout" "Microtransaction"
  46.     SetFontSize 38
  47.     SetBorderColor 0 0 0 255
  48.  
  49. ####################################################################################################
  50. #### QUEST ITEMS
  51.  
  52. Show
  53.     BaseType "Shaper's Orb (Tier 1)" "Shaper's Orb (Tier 2)" "Shaper's Orb (Tier 3)" "Shaper's Orb (Tier 4)" "Shaper's Orb (Tier 5)" "Shaper's Orb (Tier 6)" "Shaper's Orb (Tier 7)" "Shaper's Orb (Tier 8)" "Shaper's Orb (Tier 9)" "Shaper's Orb (Tier 10)"
  54.     SetFontSize 40
  55.     SetBorderColor 0 0 0 255
  56.     PlayAlertSoundPositional 1 300
  57.  
  58. Show
  59.     Class "Quest"
  60.     SetFontSize 40
  61.     SetBorderColor 0 0 0 255
  62.  
  63. ####################################################################################################
  64. #### THE LABYRINTH
  65.  
  66. Show
  67.     BaseType "Treasure Key" "Golden Key" "Silver Key"
  68.     SetFontSize 40
  69.     SetBorderColor 170 158 130 255
  70. Show
  71.     BaseType "Bane of the Loyal" "Cogs of Disruption" "Cube Of Absorption" "Heart of the Gargoyle" "Orb of Elemental Dispersion" "Portal Shredder" "Rod of Detonation" "Sand of Eternity"
  72.     SetFontSize 40
  73.     SetBorderColor 170 158 130 255
  74. Show
  75.     BaseType "Offering to the Goddess"
  76.     SetFontSize 40
  77.     SetTextColor 255 255 255 255
  78.     SetBorderColor 255 255 255 255
  79.     PlayAlertSoundPositional 5 200
  80.    
  81. ####################################################################################################
  82. #### CURRENCY
  83.  
  84. #### LEAGUE-SPECIFIC
  85. Show
  86.     Class "Incursion Item"
  87.     BaseType "Stone of Passage" "Flashpowder Keg"
  88.     SetFontSize 40
  89.     SetBorderColor 199 20 16 255
  90.     PlayAlertSoundPositional 5 200
  91. Show
  92.     Class "Currency"
  93.     BaseType "Vial of"
  94.     SetFontSize 40
  95.     SetBorderColor 199 20 16 255
  96.     PlayAlertSoundPositional 5 200
  97. Show
  98.     Class "Currency"
  99.     BaseType "Bestiary Orb" "Imprinted Bestiary Orb" "Strong Steel Net" "Thaumaturgical Net" "Necromancy Net"
  100.     SetFontSize 40
  101.     SetBorderColor 254 65 35 255
  102.     PlayAlertSoundPositional 5 200
  103. Show
  104.     Class "Currency"
  105.     BaseType "Bestiary Orb" "Imprinted Bestiary Orb" "Strong Steel Net" "Thaumaturgical Net" "Necromancy Net"
  106.     SetFontSize 40
  107.     SetBorderColor 254 65 35 255
  108.     PlayAlertSoundPositional 5 200
  109. Show
  110.     Class "Currency"
  111.     BaseType "Simple Rope Net" "Reinforced Rope Net" "Strong Rope Net" "Simple Iron Net" "Reinforced Iron Net" "Strong Iron Net" "Simple Steel Net" "Reinforced Steel Net"
  112.     SetFontSize 38
  113.     SetBorderColor 254 65 35 255
  114. Show
  115.     Class "Currency"
  116.     BaseType "Harbinger's Orb"
  117.     SetFontSize 40
  118.     SetBorderColor 170 158 130 255
  119.     PlayAlertSoundPositional 5 200
  120. Show
  121.     Class "Currency"
  122.     BaseType "Splinter of"
  123.     SetFontSize 38
  124.     SetBorderColor 0 0 0 255
  125.     SetBackgroundColor 30 0 60
  126. Show
  127.     Class "Currency"
  128.     BaseType "Blessing of"
  129.     SetFontSize 38
  130.     SetBorderColor 0 0 0 255
  131.     SetBackgroundColor 30 0 60
  132.     PlayAlertSoundPositional 5 200
  133. Show
  134.     BaseType "Perandus Coin"
  135.     SetFontSize 38
  136.     SetBorderColor 0 0 0 255
  137.     SetBackgroundColor 69 64 52
  138.  
  139. #### STANDARD
  140.  
  141. Show
  142.     BaseType "Eternal Orb" "Exalted Orb" "Divine Orb"
  143.     SetFontSize 40
  144.     SetBorderColor 170 158 130 255
  145.     PlayAlertSoundPositional 1 300
  146. Show
  147.     BaseType "Gemcutter's Prism" "Regal Orb" "Chaos Orb" "Vaal Orb" "Orb of Regret" "Stacked Deck" "Orb of Annulment" "Ancient Orb" "Exalted Shard"
  148.     SetFontSize 40
  149.     SetBorderColor 170 158 130 255
  150.     PlayAlertSoundPositional 5 200
  151. Show
  152.     BaseType "Cartographer's Sextant" "Cartographer's Seal" "Unshaping Orb"
  153.     SetFontSize 40
  154.     SetBorderColor 170 158 130 255
  155.     PlayAlertSoundPositional 5 200
  156. Show
  157.     BaseType "Orb of Alchemy" "Orb of Fusing" "Blessed Orb" "Orb of Scouring" "Cartographer's Chisel" "Silver Coin" "Orb of Binding"
  158.     SetFontSize 38
  159.     SetBorderColor 0 0 0 255
  160.     PlayAlertSoundPositional 5 200
  161. Show
  162.     Class "Currency"
  163.     BaseType "Essence" "Remnant of Corruption"
  164.     SetFontSize 38
  165.     SetBorderColor 0 0 0 255
  166.     PlayAlertSoundPositional 5 200
  167. Show
  168.     Class "Currency"
  169.     BaseType "Prophecy"
  170.     SetFontSize 38
  171.     SetBorderColor 0 0 0 255
  172.     SetBackgroundColor 30 0 60
  173. Show
  174.     Class "Currency"
  175.     SetFontSize 36
  176.     SetBorderColor 0 0 0 255
  177.    
  178. ####################################################################################################
  179. #### LEAGUESTONES
  180.  
  181. Show
  182.     Class "Leaguestones"
  183.     SetFontSize 38
  184.     SetBorderColor 0 0 0 255
  185.     PlayAlertSoundPositional 5 200
  186.    
  187. ####################################################################################################
  188. #### DIVINATION CARDS
  189.  
  190. Show
  191.     Class "Divination Card"
  192.     SetFontSize 38
  193.     SetTextColor 170 230 230 255
  194.     SetBorderColor 170 230 230 255
  195.     PlayAlertSoundPositional 5 200
  196.  
  197. ####################################################################################################
  198. #### PANTHEON SOULS
  199.  
  200. Show
  201.     Class "Pantheon Soul"
  202.     SetFontSize 38
  203.     SetTextColor 255 255 255 255
  204.     SetBorderColor 255 255 255 255
  205.     PlayAlertSoundPositional 5 200
  206.  
  207. ####################################################################################################
  208. #### MAPS
  209.  
  210. #### Tier 16
  211. Show
  212.     Class "Maps"
  213.     DropLevel >= 83
  214.     Rarity Rare
  215.     SetFontSize 40
  216.     SetBackgroundColor 255 255 119
  217.     SetTextColor 0 0 0 255
  218.     SetBorderColor 0 0 0 255
  219.     PlayAlertSoundPositional 1 200
  220. Show
  221.     Class "Maps"
  222.     DropLevel >= 83
  223.     Rarity Magic
  224.     SetFontSize 40
  225.     SetBackgroundColor 136 136 255
  226.     SetTextColor 0 0 0 255
  227.     SetBorderColor 0 0 0 255
  228.     PlayAlertSoundPositional 1 200
  229. Show
  230.     Class "Maps"
  231.     DropLevel >= 83
  232.     Rarity Normal
  233.     SetFontSize 40
  234.     SetBackgroundColor 200 200 200
  235.     SetTextColor 0 0 0 255
  236.     SetBorderColor 0 0 0 255
  237.     PlayAlertSoundPositional 1 200
  238.  
  239. #### Top-tier (red): 12-15
  240. Show
  241.     Class "Maps"
  242.     DropLevel >= 79
  243.     Rarity Rare
  244.     SetFontSize 40
  245.     SetBackgroundColor 255 255 119
  246.     SetTextColor 0 0 0 255
  247.     SetBorderColor 0 0 0 255
  248.     PlayAlertSoundPositional 5 200
  249. Show
  250.     Class "Maps"
  251.     DropLevel >= 79
  252.     Rarity Magic
  253.     SetFontSize 40
  254.     SetBackgroundColor 136 136 255
  255.     SetTextColor 0 0 0 255
  256.     SetBorderColor 0 0 0 255
  257.     PlayAlertSoundPositional 5 200
  258. Show
  259.     Class "Maps"
  260.     DropLevel >= 79
  261.     Rarity Normal
  262.     SetFontSize 40
  263.     SetBackgroundColor 200 200 200
  264.     SetTextColor 0 0 0 255
  265.     SetBorderColor 0 0 0 255
  266.     PlayAlertSoundPositional 5 200
  267.  
  268. #### Mid-tier (yellow): 7-11
  269. Show
  270.     Class "Maps"
  271.     DropLevel >= 74
  272.     Rarity Rare
  273.     SetFontSize 38
  274.     SetBackgroundColor 255 255 119
  275.     SetTextColor 0 0 0 255
  276.     SetBorderColor 0 0 0 255
  277.     PlayAlertSoundPositional 5 200
  278. Show
  279.     Class "Maps"
  280.     DropLevel >= 74
  281.     Rarity Magic
  282.     SetFontSize 38
  283.     SetBackgroundColor 136 136 255
  284.     SetTextColor 0 0 0 255
  285.     SetBorderColor 0 0 0 255
  286.     PlayAlertSoundPositional 5 200
  287. Show
  288.     Class "Maps"
  289.     DropLevel >= 74
  290.     Rarity Normal
  291.     SetFontSize 38
  292.     SetBackgroundColor 200 200 200
  293.     SetTextColor 0 0 0 255
  294.     SetBorderColor 0 0 0 255
  295.     PlayAlertSoundPositional 5 200
  296.    
  297. #### Low-tier (white): 1-6
  298. Show
  299.     Class "Maps"
  300.     DropLevel >= 58
  301.     Rarity Rare
  302.     SetFontSize 36
  303.     SetBackgroundColor 255 255 119
  304.     SetTextColor 0 0 0 255
  305.     SetBorderColor 0 0 0 255
  306. Show
  307.     Class "Maps"
  308.     DropLevel >= 58
  309.     Rarity Magic
  310.     SetFontSize 36
  311.     SetBackgroundColor 136 136 255
  312.     SetTextColor 0 0 0 255
  313.     SetBorderColor 0 0 0 255
  314. Show
  315.     Class "Maps"
  316.     DropLevel >= 58
  317.     Rarity Normal
  318.     SetFontSize 36
  319.     SetBackgroundColor 200 200 200
  320.     SetTextColor 0 0 0 255
  321.     SetBorderColor 0 0 0 255
  322.    
  323. #### Default
  324. Show
  325.     Class "Maps"
  326.     Rarity Unique
  327.     SetFontSize 40
  328.     SetBackgroundColor 175 96 37
  329.     SetTextColor 0 0 0 255
  330.     SetBorderColor 0 0 0 255
  331.     PlayAlertSoundPositional 5 200
  332. Show
  333.     Class "Maps"
  334.     Rarity Rare
  335.     SetFontSize 38
  336.     SetBackgroundColor 255 255 119
  337.     SetTextColor 0 0 0 255
  338.     SetBorderColor 0 0 0 255
  339. Show
  340.     Class "Maps"
  341.     Rarity Magic
  342.     SetFontSize 38
  343.     SetBackgroundColor 136 136 255
  344.     SetTextColor 0 0 0 255
  345.     SetBorderColor 0 0 0 255
  346. Show
  347.     Class "Maps"
  348.     Rarity Normal
  349.     SetFontSize 38
  350.     SetBackgroundColor 200 200 200
  351.     SetTextColor 0 0 0 255
  352.     SetBorderColor 0 0 0 255
  353.  
  354. ####################################################################################################
  355. #### FRAGMENTS
  356.  
  357. Show
  358.     BaseType "Divine Vessel" "Fragment of the Phoenix" "Fragment of the Minotaur" "Fragment of the Chimera" "Fragment of the Hydra"
  359.     SetFontSize 40
  360.     SetTextColor 255 255 255 255
  361.     SetBorderColor 255 255 255 255
  362.     PlayAlertSoundPositional 1 200
  363. Show
  364.     BaseType "Mortal Grief" "Mortal Rage" "Mortal Hope" "Mortal Ignorance"
  365.     SetFontSize 40
  366.     SetTextColor 255 255 255 255
  367.     SetBorderColor 255 255 255 255
  368.     PlayAlertSoundPositional 1 200
  369. Show
  370.     BaseType "Eber's Key" "Yriel's Key" "Inya's Key" "Volkuur's Key"
  371.     SetFontSize 40
  372.     SetTextColor 255 255 255 255
  373.     SetBorderColor 255 255 255 255
  374.     PlayAlertSoundPositional 5 200
  375. Show
  376.     Class "Map Fragment"
  377.     SetFontSize 38
  378.     SetTextColor 255 255 255 255
  379.     SetBorderColor 255 255 255 255
  380.  
  381. ####################################################################################################
  382. #### MISC MAP ITEMS
  383.  
  384. Show
  385.     BaseType "Ancient Reliquary Key"
  386.     SetFontSize 40
  387.     SetTextColor 255 255 255 255
  388.     SetBorderColor 255 255 255 255
  389.     PlayAlertSoundPositional 5 200
  390. Show
  391.     BaseType "Xoph's Breachstone" "Tul's Breachstone" "Esh's Breachstone" "Uul-Netol's Breachstone" "Chayula's Breachstone"
  392.     SetFontSize 40
  393.     SetTextColor 255 255 255 255
  394.     SetBorderColor 255 255 255 255
  395.     PlayAlertSoundPositional 5 200
  396.    
  397. ####################################################################################################
  398. #### GEMS
  399.  
  400. Show
  401.     Class "Gem"
  402.     Quality >= 18
  403.     SetFontSize 38
  404.     SetBorderColor 27 162 155 255
  405.     PlayAlertSoundPositional 5 200
  406. Show
  407.     BaseType "Empower" "Enhance" "Enlighten" "Vaal Breach"
  408.     Class "Gem"
  409.     SetFontSize 38
  410.     SetBorderColor 27 162 155 255
  411. Show
  412.     Class "Gem"
  413.     Quality > 0
  414.     SetFontSize 36
  415.     SetBorderColor 27 162 155 255
  416. Show
  417.     Class "Gem"
  418.     SetFontSize 36
  419.     SetBorderColor 0 0 0 255
  420.    
  421. ####################################################################################################
  422. #### FLASKS
  423.  
  424. Show
  425.     Class "Flask"
  426.     Rarity Unique
  427.     SetFontSize 40
  428.     SetBorderColor 0 0 0 255
  429.     PlayAlertSoundPositional 5 200
  430. Show
  431.     Class "Utility Flask"
  432.     Rarity Normal
  433.     SetFontSize 36
  434.     SetBorderColor 0 0 0 255
  435. Show
  436.     Class "Flask"
  437.     Quality > 0
  438.     SetFontSize 36
  439.     SetBorderColor 0 0 0 255
  440.  
  441. ####################################################################################################
  442. #### EQUIPMENT
  443.  
  444. #### LEAGUE-SPECIFIC
  445.  
  446. Show
  447.     BaseType "Breach Ring"
  448.     Class "Ring"
  449.     SetFontSize 38
  450.     SetBorderColor 0 0 0 255
  451. Show
  452.     BaseType "Talisman"
  453.     Class "Amulet"
  454.     SetFontSize 38
  455.     SetBackgroundColor 0 75 25
  456.     SetBorderColor 0 45 15 255
  457.  
  458. #### STANDARD
  459.  
  460. #### Linked
  461. Show
  462.     LinkedSockets 5
  463.     SetFontSize 38
  464.     SetBorderColor 0 0 0 255
  465.     PlayAlertSoundPositional 5 200
  466. Show
  467.     LinkedSockets 6
  468.     SetFontSize 40
  469.     SetBorderColor 0 0 0 255
  470.     PlayAlertSoundPositional 1 300
  471.        
  472. #### Uniques
  473. Show
  474.     Rarity Unique
  475.     SetFontSize 40
  476.     SetBorderColor 0 0 0 255
  477.     PlayAlertSoundPositional 5 200
  478. Show
  479.     Class "Piece"
  480.     SetFontSize 40
  481.     SetBorderColor 0 0 0 255
  482.     PlayAlertSoundPositional 5 200
  483.  
  484. #### Jeweller
  485. Show
  486.     Sockets 6
  487.     SetFontSize 38
  488.     SetBorderColor 0 0 0 255
  489.     PlayAlertSoundPositional 5 200
  490.    
  491. #### Rares
  492. # Jewelry
  493. Show
  494.     Class "Ring" "Amulet" "Belt"
  495.     Rarity Rare
  496.     SetFontSize 38
  497.     SetBorderColor 0 0 0 255
  498.    
  499. # Weapons
  500. Show
  501.     Class "Dagger" "Wand"
  502.     Rarity Rare
  503.     SetFontSize 38
  504.     SetBorderColor 0 0 0 255
  505. Hide
  506.     Class "Claw" "Sword" "Axe" "Mace" "Bow" "Stave" "Sceptre"
  507.     Rarity Rare
  508.     ItemLevel >= 62
  509.     DropLevel < 62
  510.     SetFontSize 31
  511.     SetBorderColor 0 0 0 255
  512. Show
  513.     Class "Claw" "Sword" "Axe" "Mace" "Bow" "Stave" "Sceptre"
  514.     Rarity Rare
  515.     SetFontSize 38
  516.     SetBorderColor 0 0 0 255
  517.    
  518. # Armour
  519. Show
  520.     Class "Gloves" "Boots" "Helmet" "Shield" "Quiver"
  521.     Rarity Rare
  522.     SetFontSize 38
  523.     SetBorderColor 0 0 0 255
  524. Hide
  525.     Class "Body"
  526.     Rarity Rare
  527.     ItemLevel >= 59
  528.     DropLevel < 59
  529.     SetFontSize 31
  530.     SetBorderColor 0 0 0 255
  531. Show
  532.     Class "Body"
  533.     Rarity Rare
  534.     SetFontSize 38
  535.     SetBorderColor 0 0 0 255
  536.    
  537. ####################################################################################################
  538. #### CRAFTING
  539.  
  540. #### Chancing - orange border
  541.  
  542. # League-specific:
  543. # - Leather Belt - Headhunter (Nemesis)
  544. # - Agate Amulet - Voll's Devotion (Anarchy & Onslaught)
  545. #Show
  546. #    BaseType "Agate Amulet" "Leather Belt"
  547. #    Rarity Normal
  548. #    SetFontSize 36
  549. #    SetBorderColor 191 91 0 255
  550.  
  551. # Standard:
  552. # - Sorcerer Boots - Skyforth
  553. # - Occultist's Vestment - Shavronne's Wrappings
  554. # - Prophecy Wand - Void Battery
  555. # - Deicide Mask - Heretic's Veil
  556. # Show
  557. #     BaseType "Sorcerer Boots" "Occultist's Vestment"
  558. #     Rarity Normal
  559. #     SetFontSize 36
  560. #     SetBorderColor 191 91 0 255
  561.    
  562. #### Alching - yellow border
  563.  
  564. # Rings:
  565. # - Coral - 20 to 30
  566. # - Moonstone - 15 to 25
  567. # - Sapphire, Topaz, Ruby - 20 to 30
  568. # - Two-Stone - 9 to 16
  569. # - Prismatic - 8 to 10
  570. # - Diamond - 20 to 30
  571. # - Gold - 6 to 15
  572. # Show
  573. #   Class "Ring"
  574. #   BaseType "Coral" "Sapphire" "Topaz" "Ruby" "Two-Stone" "Prismatic" "Diamond" "Gold" "Steel" "Opal"
  575. #   ItemLevel >= 72
  576. #   Rarity Normal
  577. #   SetFontSize 36
  578. #   SetBorderColor 255 255 119 255
  579.  
  580. Show
  581.    Class "Ring"
  582.    BaseType "Steel"
  583.    ItemLevel >= 72
  584.    Rarity Normal
  585.    SetFontSize 36
  586.    SetBorderColor 255 255 119 255
  587.  
  588. # Amulets:
  589. # - Amber, Jade, Lapis - 20 to 30
  590. # - Agate, Citrine, Turquoise - 16 to 24
  591. # - Onyx - 10 to 16
  592. # - Gold - 12 to 20
  593. # Show
  594. #    Class "Amulet"
  595. #    BaseType "Amber" "Jade" "Lapis" "Agate" "Citrine" "Turquoise" "Onyx" "Gold" "Blue Pearl" "Marble"
  596. #    ItemLevel >= 72
  597. #    Rarity Normal
  598. #    SetFontSize 36
  599. #    SetBorderColor 255 255 119 255
  600.    
  601. # Belts:
  602. # - Rustic - 12 to 24
  603. # - Leather - 25 to 40
  604. # - Heavy - 25 to 35
  605. # - Chain - 9 to 20
  606. # Show
  607. #    Class "Belt"
  608. #    BaseType "Rustic" "Leather" "Heavy" "Chain" "Vanguard" "Crystal"
  609. #    ItemLevel >= 72
  610. #    Rarity Normal
  611. #    SetFontSize 36
  612. #    SetBorderColor 255 255 119 255
  613.  
  614. ####################################################################################################
  615. #### VENDOR RECIPES
  616.    
  617. #### Chrome
  618. # Hide big items at high levels
  619. Show
  620.     SocketGroup RGB
  621.     LinkedSockets >= 3
  622.     ItemLevel > 65
  623.     Height <= 2
  624.     Width <= 2
  625.     SetFontSize 36
  626.     SetBorderColor 0 0 0 255
  627. Show
  628.     SocketGroup RGB
  629.     LinkedSockets >= 3
  630.     ItemLevel > 65
  631.     Width 1
  632.     SetFontSize 36
  633.     SetBorderColor 0 0 0 255
  634. Hide
  635.     SocketGroup RGB
  636.     LinkedSockets >= 3
  637.     ItemLevel > 65
  638.     SetFontSize 31
  639.     SetBorderColor 0 0 0 255
  640.  
  641. # Show everything else
  642. Show
  643.     SocketGroup RGB
  644.     LinkedSockets >= 3
  645.     SetFontSize 36
  646.     SetBorderColor 0 0 0 255
  647.  
  648. ####################################################################################################
  649. #### LEVELING
  650.  
  651. #### Show whites and blues
  652. Show
  653.     Rarity <= Magic
  654.     LinkedSockets 3
  655.     ItemLevel < 25
  656.     SetFontSize 36
  657.     SetBorderColor 0 0 0 255
  658. Show
  659.     Rarity <= Magic
  660.     LinkedSockets 4
  661.     ItemLevel < 60
  662.     SetFontSize 36
  663.     SetBorderColor 0 0 0 255
  664. Show
  665.     Class "Claw" "Dagger" "Wand" "Sword" "Axe" "Mace" "Bow" "Stave" "Quiver" "Gloves" "Boots" "Body" "Helmet" "Shield" "Sceptre"
  666.     Rarity Normal
  667.     ItemLevel <= 5
  668.     SetFontSize 36
  669.     SetBorderColor 0 0 0 255
  670. Show
  671.     Class "Amulet" "Ring" "Belt"
  672.     Rarity Normal
  673.     ItemLevel <= 20
  674.     SetFontSize 36
  675.     SetBorderColor 0 0 0 255
  676. Show
  677.     Class "Amulet" "Ring" "Claw" "Dagger" "Wand" "Sword" "Axe" "Mace" "Bow" "Stave" "Quiver" "Belt" "Gloves" "Boots" "Body" "Helmet" "Shield" "Sceptre"
  678.     Rarity Magic
  679.     ItemLevel <= 20
  680.     SetFontSize 36
  681.     SetBorderColor 0 0 0 255
  682.  
  683. #### Smooth flask progression
  684. Show
  685.     Class "Flask"
  686.     SetFontSize 36
  687.     SetBorderColor 0 0 0 255
  688.     ItemLevel <= 5
  689.     DropLevel >= 0
  690. Show
  691.     Class "Flask"
  692.     SetFontSize 36
  693.     SetBorderColor 0 0 0 255
  694.     ItemLevel <= 10
  695.     DropLevel >= 5
  696. Show
  697.     Class "Flask"
  698.     SetFontSize 36
  699.     SetBorderColor 0 0 0 255
  700.     ItemLevel <= 15
  701.     DropLevel >= 10
  702. Show
  703.     Class "Flask"
  704.     SetFontSize 36
  705.     SetBorderColor 0 0 0 255
  706.     ItemLevel <= 20
  707.     DropLevel >= 15
  708. Show
  709.     Class "Flask"
  710.     SetFontSize 36
  711.     SetBorderColor 0 0 0 255
  712.     ItemLevel <= 25
  713.     DropLevel >= 20    
  714. Show
  715.     Class "Flask"
  716.     SetFontSize 36
  717.     SetBorderColor 0 0 0 255
  718.     ItemLevel <= 30
  719.     DropLevel >= 25
  720. Show
  721.     Class "Flask"
  722.     SetFontSize 36
  723.     SetBorderColor 0 0 0 255
  724.     ItemLevel <= 35
  725.     DropLevel >= 30
  726. Show
  727.     Class "Flask"
  728.     SetFontSize 36
  729.     SetBorderColor 0 0 0 255
  730.     ItemLevel <= 40
  731.     DropLevel >= 35
  732. Show
  733.     Class "Flask"
  734.     SetFontSize 36
  735.     SetBorderColor 0 0 0 255
  736.     ItemLevel <= 45
  737.     DropLevel >= 40
  738. Show
  739.     Class "Flask"
  740.     SetFontSize 36
  741.     SetBorderColor 0 0 0 255
  742.     ItemLevel <= 50
  743.     DropLevel >= 45
  744. Show
  745.     Class "Flask"
  746.     SetFontSize 36
  747.     SetBorderColor 0 0 0 255
  748.     ItemLevel <= 55
  749.     DropLevel >= 50
  750. Show
  751.     Class "Flask"
  752.     SetFontSize 36
  753.     SetBorderColor 0 0 0 255
  754.     ItemLevel <= 60
  755.     DropLevel >= 55
  756. Show
  757.     Class "Flask"
  758.     SetFontSize 36
  759.     SetBorderColor 0 0 0 255
  760.     ItemLevel <= 65
  761.     DropLevel >= 60
  762. Show
  763.     Class "Flask"
  764.     SetFontSize 36
  765.     SetBorderColor 0 0 0 255
  766.     ItemLevel <= 70
  767.     DropLevel >= 65
  768.    
  769. ####################################################################################################
  770. #### HIDE TRASH
  771.  
  772. Hide
  773.     Class "Amulet" "Ring" "Belt"
  774.     SetFontSize 31
  775.     SetBorderColor 0 0 0 255
  776. Hide
  777.     Class "Quiver" "Gloves" "Boots" "Body" "Helmet" "Shield"
  778.     SetFontSize 31
  779.     SetBorderColor 0 0 0 255
  780. Hide
  781.     Class "Claw" "Dagger" "Wand" "Sword" "Axe" "Mace" "Bow" "Stave" "Sceptre"
  782.     SetFontSize 31
  783.     SetBorderColor 0 0 0 255
  784. Hide
  785.     Class "Flask"
  786.     SetFontSize 31
  787.     SetBorderColor 0 0 0 255
  788.  
  789. ####################################################################################################
  790.  
  791. #### TODO:
  792. # - hide useless rares at higher levels
  793. # - further size and group-related improvements
  794. # - enhance settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement