Advertisement
winters0

POE: Wintersfilter

Apr 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.45 KB | None | 0 0
  1. #Winters Lootfilter
  2.  
  3.     #Currency
  4.        
  5.         #T1 Scrolls
  6.        
  7.             #Wisdom
  8.            
  9.                 Show
  10.    
  11.                     BaseType "Scroll of Wisdom"
  12.                     SetFontSize 30
  13.                     SetTextColor 191 124 0
  14.                     SetBorderColor 0 0 0
  15.                     SetBackgroundColor 50 50 50
  16.            
  17.             #Portal
  18.            
  19.                 Show
  20.    
  21.                     BaseType "Portal Scroll"
  22.                     SetFontSize 30
  23.                     SetTextColor 191 124 0
  24.                     SetBorderColor 0 0 0
  25.                     SetBackgroundColor 50 50 50
  26.                
  27.                            
  28.                
  29.         #T2 Very low value Currency >> Chaos Orb
  30.        
  31.             Show
  32.    
  33.                 BaseType "Armourer's Scrap" "Blacksmith's Whetstone" "Alchemy Shard" "Alteration Shard" "Scroll Fragment" "Transmutation Shard"
  34.                 SetFontSize 32
  35.                 SetTextColor 191 124 0
  36.                 SetBorderColor 0 0 0
  37.                 SetBackgroundColor 50 50 50
  38.            
  39.         #T3 Low value Currency > Chaos Orb
  40.        
  41.             Show
  42.    
  43.                 BaseType "Glassblower's Bauble" "Orb of Alteration" "Orb of Transmutation" "Orb of Augmentation"
  44.                 SetFontSize 34
  45.                 SetTextColor 191 124 0
  46.                 SetBorderColor 0 0 0
  47.                 SetBackgroundColor 50 50 50
  48.                
  49.         #T4 Medium value Currency ~> Chaos Orb
  50.        
  51.             Show
  52.    
  53.                 BaseType "Blessed Orb" "Apprentice Cartographer's Sextant" "Orb of Fusing" "Gemcutter's Prism" "Orb of Scouring" "Jeweller's Orb" "Chromatic Orb" "Orb of Alchemy" "Orb of Chance"
  54.                 SetFontSize 40
  55.                 SetBackgroundColor 213 159 15
  56.                 SetTextColor 0 0 0
  57.                 SetBorderColor 0 0 0
  58.        
  59.         #T5 High value Currency <= Chaos Orb
  60.        
  61.             Show
  62.    
  63.                 BaseType "Silver Coin" "Blessing of Xoph" "Blessing of Uul-Netol" "Blessing of Esh" "Orb of Regret" "Vaal Orb" "Regal Orb" "Master Cartographer's Sextant" "Journeyman's Cartographer's Sextant" "Chaos Orb"
  64.                 SetBackgroundColor 249 150 50
  65.                 SetTextColor 0 0 0
  66.                 SetBorderColor 255 255 255
  67.                 PlayAlertSound 2 300
  68.                 SetFontSize 45
  69.                
  70.         #T6 Very high value currency << Chaos Orb
  71.        
  72.             Show
  73.    
  74.                 BaseType "Misc Map Items" "Exalted Orb" "Blessing of Chayula" "Divine Orb" "Mirror of Kalandra" "Eternal Orb" "Imprint"
  75.                 SetTextColor 255 0 0
  76.                 SetBorderColor 255 0 0
  77.                 SetBackgroundColor 255 255 255 255
  78.                 PlayAlertSound 6 300
  79.                 SetFontSize 50
  80.                
  81.         #T7 Breach Splinters
  82.        
  83.             Show
  84.            
  85.                 BaseType "Splinter of Xoph" "Splinter of Esh" "Splinter of Tul" "Splinter of Uul-Netol" "Splinter of Chayula"
  86.                 SetFontSize 38
  87.                 SetTextColor 255 255 255
  88.                 SetBackgroundColor 150 0 0
  89.                 SetBorderColor 255 255 255
  90.                
  91.         #T8 Perandus Coin
  92.        
  93.             Show
  94.            
  95.                 BaseType "Perandus Coin"
  96.                 SetFontSize 38
  97.                 SetBackgroundColor 154 205 50
  98.                 SetTextColor 0 0 0
  99.                 SetBorderColor 0 0 0
  100.                
  101.     #Maps
  102.    
  103.         #T1 popular good maps
  104.        
  105.             Show
  106.        
  107.                 Class Maps
  108.                 BaseType "Shaped Strand" "Vault" "High Gardens" "Beacon" "Tropical Island" "Shaped Burial Chamber" "Shaped Spider Lair"  
  109.                 SetTextColor 0 255 0
  110.                 SetBorderColor 255 255 255
  111.                 SetBackgroundColor 0 0 0
  112.                 PlayAlertSound 5 300
  113.                 SetFontSize 48
  114.                
  115.         #T2 lvl 15+ maps   
  116.    
  117.             Show
  118.            
  119.                 Class Maps
  120.                 DropLevel >= 82
  121.                 SetTextColor 255 0 0
  122.                 SetBorderColor 255 0 0
  123.                 SetBackgroundColor 255 255 255 255
  124.                 PlayAlertSound 6 300
  125.                 SetFontSize 48
  126.  
  127.         #T3 lvl 10+
  128.        
  129.             Show
  130.            
  131.                 Class Maps
  132.                 DropLevel >= 78
  133.                 SetTextColor 255 0 0
  134.                 SetBorderColor 255 255 255
  135.                 SetBackgroundColor 0 0 0
  136.                 SetFontSize 48
  137.                 PlayAlertSound 5 220
  138.                
  139.         #T4 lvl 5+
  140.  
  141.             Show
  142.            
  143.                 Class Maps
  144.                 DropLevel >= 73
  145.                 SetFontSize 36
  146.                 PlayAlertSound 5 150
  147.                
  148.         #T5 lvl low maps       
  149.              
  150.             Show
  151.                 Rarity <= Rare
  152.                 Class Maps
  153.                 SetFontSize 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement