Advertisement
Guest User

Untitled

a guest
Jul 10th, 2015
2,183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. #Oos PoE Loot Script v1.095
  2. #Hegemony Custom Version
  3.  
  4. #Installation Instructions
  5. #Put script in your relevant user directory
  6. #For me it's C:\Users\Oos\Documents\My Games\Path of Exile
  7. #Paste this script in a file with the .filter suffix, like Item.filter
  8. #Go to PoE, go to UI, scroll to bottom, set item filter to the script name, in this case "Item"
  9.  
  10. #http://pastebin.com/S5h8bNjv - item IDs
  11.  
  12. #Colour Reference Sheet
  13. #0 204 255 ~ blue
  14. #204 255 0 ~ green
  15. #255 0 204 ~ pink
  16. #255 204 0 ~ gold
  17. #200 200 200 180~ grey text for hidden whites
  18. #136 136 255 180 ~ blue text for hidden blues
  19. #40 40 40 ~ background colour for some items
  20. #255 255 255 ~ pure white text for wisdom/portal
  21. #Default colours
  22. #170 158 130 ~ Currency
  23. #27 162 155 ~ Gem
  24. #200 200 200 ~ Normal
  25. #136 136 255 ~ Magic
  26. #255 255 119 ~ Rare
  27. #175 96 37 ~ Unique
  28.  
  29. #Field 0, Quest
  30. #Field 1, GGm8
  31. #Field 2, Currency/Recipe
  32. #Field 3, Gems
  33. #Field 4, Uniques and Rares
  34. #Field 5, Flasks
  35. #Field 6, Mapping Configuration
  36. #Field 7, ETC
  37. #Field 8, Fade the rest
  38.  
  39. #Field 0, Quest
  40.  
  41. Show
  42. Class "Quest Items"
  43.  
  44. #Field 1, GGm8
  45. Show
  46. Class "Fishing Rod"
  47. SetTextColor 255 0 204
  48.  
  49. Show
  50. LinkedSockets 6
  51. SetTextColor 255 0 204
  52.  
  53. Show
  54. BaseType "Mirror of Kalandra" "Rhoa Feather" "Divine Orb" "Exalted Orb"
  55. SetTextColor 255 0 204
  56. PlayAlertSound 1
  57.  
  58.  
  59. #Field 2, Currency/Recipe
  60. Show
  61. BaseType "Portal Scroll" "Scroll of Wisdom"
  62. SetTextColor 170 158 130
  63.  
  64. Show
  65. Class Currency
  66. SetTextColor 204 255 0
  67.  
  68. Show
  69. LinkedSockets 5
  70. SetBorderColor 0 204 255
  71. Show
  72. Sockets 6
  73. SetBorderColor 0 204 255
  74. Show
  75. SocketGroup RGB
  76. SetBorderColor 0 204 255
  77.  
  78.  
  79. #Field 3, Gems
  80. Show
  81. Class Gem
  82. Quality > 0
  83. SetBorderColor 0 204 255
  84. SetTextColor 0 204 255
  85.  
  86. Show
  87. Class Gems
  88. SetTextColor 0 204 255
  89.  
  90. #Field 4, Uniques, Jewels and Rares
  91. Show
  92. Rarity Unique
  93.  
  94. Show
  95. Class Jewel
  96.  
  97. #Remove this section if you don't want ilvl highlighting for Chaos/Regal recipe.
  98. #75+ Regal
  99. Show
  100. Rarity Rare
  101. ItemLevel >= 75
  102. SetBorderColor 0 204 255 220
  103. #60+ Chaos
  104. Show
  105. ItemLevel >= 60
  106. Rarity Rare
  107. SetBorderColor 255 204 0 220
  108. #Remove this section if you don't want ilvl highlighting for Chaos/Regal recipe.
  109.  
  110. Show
  111. Rarity Rare
  112.  
  113. #Field 5, Flasks
  114. Show
  115. BaseType "Flask"
  116. BaseType "Amethyst" "Diamond" "Granite" "Jade" "Quartz" "Quicksilver" "Ruby" "Sapphire" "Topaz"
  117. SetBackgroundColor 40 40 40
  118.  
  119. Show
  120. BaseType "Flask"
  121. Quality >= 4
  122. SetBackgroundColor 40 40 40
  123.  
  124. #Fade flasks not used for leveling
  125. Show
  126. BaseType Flask
  127. ItemLevel >= 35
  128. BaseType Small Large Greater Grand
  129. SetTextColor 200 200 200 180
  130. SetBackgroundColor 0 0 0 180
  131. SetFontSize 28
  132. Show
  133. BaseType Flask
  134. ItemLevel >= 42
  135. BaseType Giant Colossal Sacred
  136. SetTextColor 200 200 200 180
  137. SetBackgroundColor 0 0 0 180
  138. SetFontSize 28
  139. Show
  140. BaseType Flask
  141. ItemLevel >= 55
  142. BaseType Hallowed Sanctified
  143. SetTextColor 200 200 200 180
  144. SetBackgroundColor 0 0 0 180
  145. SetFontSize 28
  146. Show
  147. BaseType Flask
  148. ItemLevel >= 68
  149. BaseType Divine Eternal
  150. SetTextColor 200 200 200 180
  151. SetBackgroundColor 0 0 0 180
  152. SetFontSize 28
  153.  
  154. Show
  155. BaseType Flask
  156.  
  157. #Field 6, Mapping Configuration
  158. #Maps
  159. Show
  160. Class Maps
  161. PlayAlertSound 2
  162. Show
  163. Class Maps "Map Fragments"
  164.  
  165. #Quality Items
  166. Show
  167. Quality 20
  168.  
  169. #High Level Maraketh Weapons
  170. Show
  171. BaseType "Judgement Staff" "Titan Gauntlets" "Titan Greaves" "Hubris Circlet" "Royal Burgonet" "Eternal Burgonet" "Maraketh Bow" "Gemini Claw" "Sai" "Fleshripper" "Eclipse Staff" "Dragoon Sword" "Exquisite Blade" "Tiger Hook" "Profane Wand" "Runic Hatchet" "Sambar Sceptre" "Coronal Maul"
  172. SetBackgroundColor 0 0 0 200
  173.  
  174. #Divination Cards
  175. Show
  176. Class "Divination Card"
  177. PlayAlertSound 2
  178. SetBorderColor 0 255 0
  179.  
  180. #Jewelry
  181. #Hide shit bases
  182. Show
  183. BaseType "Cloth Belt" "Studded Belt" "Paua Amulet" "Coral Amulet" "Paua Ring" "Iron Ring" "Moonstone Ring"
  184. SetTextColor 200 200 200 180
  185. SetBackgroundColor 0 0 0 180
  186. SetFontSize 28
  187. #Show rest
  188. Show
  189. Class Rings Amulets Belts
  190.  
  191. #Field 7, ETC
  192. Show
  193. LinkedSockets 4
  194. SetBackgroundColor 0 0 0 200
  195.  
  196. #Chisel Recipe
  197. Show
  198. Rarity Normal
  199. BaseType "Gavel" "Rock Breaker" "Stone Hammer"
  200. Show
  201. Rarity Magic
  202. BaseType "Gavel" "Rock Breaker" "Stone Hammer"
  203. Quality >= 12
  204.  
  205. #Field 8, Fade the rest
  206. Show
  207. Rarity Normal
  208. SetTextColor 200 200 200 180
  209. SetBackgroundColor 0 0 0 180
  210. SetFontSize 28
  211.  
  212. Show
  213. Rarity Magic
  214. SetTextColor 136 136 255 180
  215. SetBackgroundColor 0 0 0 180
  216. SetFontSize 28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement