Advertisement
Guest User

poe 1-handed duelist speedrun filter

a guest
Apr 27th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. ############ GOTTA GO FAST ############
  2. Hide
  3. DropLevel > 33
  4.  
  5.  
  6. ############ QUALITY WEAPONS FOR WHETSTONES, PLUS ALL 1-HANDERS WE MAY WANT TO USE ############
  7. Show
  8. Class Claws Daggers Wands Swords Axes Maces Bows Staves Sceptres
  9. Quality = 20
  10. Rarity Normal
  11. SetBorderColor 0 255 0
  12. SetTextColor 0 255 0
  13. SetFontSize 45
  14. PlayAlertSound 1
  15. Show
  16. Class "One Hand"
  17. BaseType "Rusted Sword" "Rusted Spike" "Rusted Hatchet" "Copper Sword" "Jade Hatchet"
  18.  
  19. "Whalebone Rapier" "Sabre" "Boarding Axe" "Cleaver" "Broad Axe" "Arming Axe" "Decorative Axe"
  20.  
  21. "Spectral Axe"
  22. Quality > 0
  23. SetBorderColor 0 255 0
  24. SetFontSize 45
  25. Show
  26. Class "One Hand"
  27. BaseType "Rusted Sword" "Rusted Spike" "Rusted Hatchet" "Copper Sword" "Jade Hatchet"
  28.  
  29. "Whalebone Rapier" "Sabre" "Boarding Axe" "Cleaver" "Broad Axe" "Arming Axe" "Decorative Axe"
  30.  
  31. "Spectral Axe"
  32. SetFontSize 45
  33. Show
  34. Class Claws Daggers Wands Swords Axes Maces Bows Staves Sceptres
  35. Quality > 0
  36. SetBorderColor 0 255 0
  37. SetFontSize 45
  38.  
  39. ############ THE 4-LINK DREAM ############
  40. Show
  41. Class "Boot" "Glove" "Helmet" "Body Armour"
  42. SocketGroup RRRR RRRG
  43. SetBorderColor 255 0 0
  44. SetTextColor 0 0 0
  45. SetBackgroundColor 255 255 255
  46. SetFontSize 45
  47. PlayAlertSound 5
  48.  
  49. ############ BOOTS WITH SOCKETS WE NEED OR POTENTIAL MS ############
  50.  
  51. Show
  52. Class "Boot"
  53. SocketGroup RRR RRG RG
  54. SetBorderColor 255 0 0
  55. SetFontSize 45
  56. Show
  57. Class "Boot"
  58. Rarity Magic Rare
  59. SetBorderColor 255 0 255
  60. SetFontSize 45
  61.  
  62.  
  63.  
  64.  
  65. ############ ARMOR WITH SOCKETS WE NEED ############
  66.  
  67. Show
  68. Class "Glove" "Helmet" "Body Armour"
  69. SocketGroup RRR RRG RR RG
  70. SetBorderColor 255 0 0
  71. SetFontSize 45
  72.  
  73.  
  74.  
  75.  
  76. ############ GOOD JEWELERY ############
  77.  
  78. Show
  79. BaseType "Rustic Sash" "Iron Ring" "Two-Stone Ring" "Ruby Ring" "Topaz Ring" "Sapphire Ring"
  80.  
  81. "Agate Amulet" "Citrine Amulet" "Turquoise Amulet" "Onyx Amulet" "Lapis Amulet" "Amber Amulet"
  82.  
  83. "Jade Amulet"
  84. SetFontSize 45
  85. Show
  86. Class Ring Belt Amulet
  87. Rarity Rare
  88. SetFontSize 45
  89.  
  90.  
  91.  
  92. ############ THE MOST IMPORTANT CURRENCY IN THE GAME ############
  93.  
  94. Show
  95. BaseType Whetstone
  96. SetTextColor 0 255 0
  97. SetFontSize 45
  98. PlayAlertSound 1
  99. Hide
  100. BaseType "Silver Coin"
  101. Show
  102. Class "Currency"
  103. SetTextColor 255 0 0
  104. SetFontSize 45
  105.  
  106.  
  107.  
  108. ############ GG FLASKS ############
  109.  
  110. Show
  111. BaseType "Quicksilver Flask" "Silver Flask"
  112. SetTextColor 255 0 255
  113. SetFontSize 45
  114. PlayAlertSound 5
  115. Show
  116. BaseType "Stibnite Flask" "Granite Flask" "Jade Flask" "Aquamarine Flask"
  117. SetTextColor 0 255 255
  118. SetFontSize 45
  119. PlayAlertSound 4
  120. Show
  121. Class "Flask"
  122. SetFontSize 45
  123.  
  124.  
  125.  
  126. ############ QUEST ITEMS ############
  127.  
  128. Show
  129. Class "Quest Items"
  130. SetFontSize 45
  131.  
  132. ############ EVERYTHING ELSE (REDUCE OPACITY OF RANDOM TRASH) ############
  133.  
  134. Hide
  135. Class "Divination Card"
  136. Show
  137. Rarity Rare Unique
  138. Show
  139. Class Gem
  140. Show
  141. Rarity Magic
  142. SetTextColor 136 136 255 200
  143. SetBackgroundColor 0 0 0 200
  144. Show
  145. Rarity Normal
  146. SetTextColor 200 200 200 200
  147. SetBackgroundColor 0 0 0 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement