Advertisement
Guest User

list v1.3

a guest
Apr 3rd, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. # H4NS'S Loot Filter v1.3
  2.  
  3. # Credits
  4. # eskprodigy1
  5.  
  6. # ------------------------------------------------------------------------------
  7. # 10/10
  8.  
  9. Show
  10. BaseType "Ethereal Knives"
  11. SetTextColor xxx yyy zzz
  12. SetBackgroundColor xxx yyy zzz
  13. SetBorderColor xxx yyy zzz
  14. PlayAlertSound x
  15.  
  16. Show
  17. BaseType "Cast on Death"
  18. SetTextColor xxx yyy zzz
  19. SetBackgroundColor xxx yyy zzz
  20. SetBorderColor xxx yyy zzz
  21. PlayAlertSound x
  22.  
  23. Show
  24. BaseType "Occultist's Vestment"
  25. Rarity = Unique
  26. SetTextColor xxx yyy zzz
  27. SetBackgroundColor xxx yyy zzz
  28. SetBorderColor xxx yyy zzz
  29. PlayAlertSound x
  30.  
  31. Show
  32. BaseType "Imperial Bow"
  33. Rarity = Unique
  34. SetTextColor xxx yyy zzz
  35. SetBackgroundColor xxx yyy zzz
  36. SetBorderColor xxx yyy zzz
  37. PlayAlertSound x
  38.  
  39. Show
  40. BaseType "Fishing Rod"
  41. SetTextColor xxx yyy zzz
  42. SetBackgroundColor xxx yyy zzz
  43. SetBorderColor xxx yyy zzz
  44. PlayAlertSound x
  45.  
  46. # ------------------------------------------------------------------------------
  47. # Chancing Bases
  48.  
  49. Show
  50. BaseType "Judgement Staff"
  51. Rarity = Normal
  52.  
  53. Show
  54. BaseType "Occultist's Vestment"
  55. Rarity = Normal
  56.  
  57. Show
  58. BaseType "Prophecy Wand"
  59. Rarity = Normal
  60.  
  61. Show
  62. BaseType "Glorious Plate"
  63. Rarity = Normal
  64.  
  65. Show
  66. BaseType "Imperial Bow"
  67. Rarity = Normal
  68.  
  69. # ------------------------------------------------------------------------------
  70. # Linked Items
  71.  
  72. Show
  73. LinkedSockets > 4
  74. SetTextColor xxx yyy zzz
  75.  
  76. # ------------------------------------------------------------------------------
  77. # Six Socketed Items
  78.  
  79. Show
  80. Sockets 6
  81.  
  82. # ------------------------------------------------------------------------------
  83. # i75 Rares
  84.  
  85. Show
  86. Rarity = Rare
  87. ItemLevel > 74
  88. SetTextColor xxx yyy zzz
  89.  
  90. # ------------------------------------------------------------------------------
  91. # i60 Rares
  92.  
  93. Show
  94. Rarity = Rare
  95. ItemLevel > 59
  96. SetTextColor xxx yyy zzz
  97.  
  98. # ------------------------------------------------------------------------------
  99. # Other Rares
  100.  
  101. Show
  102. Rarity = Rare
  103.  
  104. # ------------------------------------------------------------------------------
  105. # Unique Items
  106.  
  107. Show
  108. Rarity = Unique
  109. PlayAlertSound x
  110.  
  111. # ------------------------------------------------------------------------------
  112. # Maps
  113.  
  114. Show
  115. Class Maps
  116.  
  117. Show
  118. Class Map Fragments
  119.  
  120. # ------------------------------------------------------------------------------
  121. # High-End Currency (>Chaos)
  122.  
  123. Show
  124. BaseType "Gemcutter's Prism"
  125. SetTextColor xxx yyy zzz
  126.  
  127. Show
  128. BaseType "Divine Orb"
  129. SetTextColor xxx yyy zzz
  130.  
  131. Show
  132. BaseType "Eternal Orb"
  133. SetTextColor xxx yyy zzz
  134.  
  135. Show
  136. BaseType "Mirror of Kalandra"
  137. SetTextColor xxx yyy zzz
  138.  
  139. Show
  140. BaseType "Exalted Orb"
  141. SetTextColor xxx yyy zzz
  142.  
  143. Show
  144. BaseType "Regal Orb"
  145. SetTextColor xxx yyy zzz
  146.  
  147. # ------------------------------------------------------------------------------
  148. # Mid-End Currency (~Chaos)
  149.  
  150. Show
  151. BaseType "Chaos Orb"
  152. SetTextColor xxx yyy zzz
  153.  
  154. Show
  155. BaseType "Cartographer's Chisel"
  156. SetTextColor xxx yyy zzz
  157.  
  158. Show
  159. BaseType "Orb of Alchemy"
  160. SetTextColor xxx yyy zzz
  161.  
  162. Show
  163. BaseType "Orb of Fusing"
  164. SetTextColor xxx yyy zzz
  165.  
  166. Show
  167. BaseType "Orb of Regret"
  168. SetTextColor xxx yyy zzz
  169.  
  170. Show
  171. BaseType "Orb of Scouring"
  172. SetTextColor xxx yyy zzz
  173.  
  174. Show
  175. BaseType "Vaal Orb"
  176. SetTextColor xxx yyy zzz
  177.  
  178. # ------------------------------------------------------------------------------
  179. # Low-End Currency
  180.  
  181. Show
  182. Class Currency
  183.  
  184. # ------------------------------------------------------------------------------
  185. # Quest Items
  186.  
  187. Show
  188. Class Quest Items
  189.  
  190. # ------------------------------------------------------------------------------
  191. # Crafting Bases
  192.  
  193. Show
  194. BaseType "Ambusher"
  195. ItemLevel > 76
  196.  
  197. Show
  198. BaseType "Harbinger Bow"
  199. ItemLevel > 76
  200.  
  201. Show
  202. BaseType "Imbued Wand"
  203. ItemLevel > 76
  204.  
  205. # ------------------------------------------------------------------------------
  206. # Emergency Regal
  207.  
  208. Hide
  209. BaseType "Coral Ring"
  210.  
  211. Hide
  212. BaseType "Gold Ring"
  213.  
  214. Hide
  215. BaseType "Iron Ring"
  216.  
  217. Hide
  218. BaseType "Moonstone Ring"
  219.  
  220. Hide
  221. BaseType "Paua Ring"
  222.  
  223. Hide
  224. BaseType "Unset Ring"
  225.  
  226. Hide
  227. BaseType "Coral Amulet"
  228.  
  229. Hide
  230. BaseType "Gold Amulet"
  231.  
  232. Hide
  233. BaseType "Chain Belt"
  234.  
  235. Hide
  236. BaseType "Cloth Belt"
  237.  
  238. Hide
  239. BaseType "Studded Belt"
  240.  
  241. Show
  242. Class Ring
  243. ItemLevel > 74
  244. Rarity = Normal
  245.  
  246. Show
  247. Class Amulet
  248. ItemLevel > 74
  249. Rarity = Normal
  250.  
  251. Show
  252. Class Belt
  253. ItemLevel > 74
  254. Rarity = Normal
  255.  
  256. # ------------------------------------------------------------------------------
  257. # Chisel Recipe
  258.  
  259. Show
  260. BaseType "Gavel"
  261. Rarity = Normal
  262.  
  263. Show
  264. BaseType "Stone Hammer"
  265. Rarity = Normal
  266.  
  267. Show
  268. BaseType "Rock Breaker"
  269. Rarity = Normal
  270.  
  271. # ------------------------------------------------------------------------------
  272. # Flasks
  273.  
  274. Show
  275. Class Flask
  276. Quality > 0
  277.  
  278. Show
  279. BaseType "Divine Life Flask"
  280.  
  281. Show
  282. BaseType "Granite Flask"
  283.  
  284. Show
  285. BaseType "Ruby Flask"
  286.  
  287. Show
  288. BaseType "Sapphire Flask"
  289.  
  290. Show
  291. BaseType "Topaz Flask"
  292.  
  293.  
  294. # ------------------------------------------------------------------------------
  295. # Chromatic Recipe
  296.  
  297. Show
  298. SocketGroup RGB
  299.  
  300. # ------------------------------------------------------------------------------
  301. # Valuable Gems (>=1 Chaos)
  302.  
  303. Show
  304. Class Gem
  305. Quality > 0
  306.  
  307. Show
  308. BaseType "Haste"
  309. SetBackgroundColor xxx yyy zzz
  310.  
  311. Show
  312. BaseType "Elemental Weakness"
  313. SetBackgroundColor xxx yyy zzz
  314.  
  315. Show
  316. BaseType "Herald"
  317. SetBackgroundColor xxx yyy zzz
  318.  
  319. Show
  320. BaseType "Cast When Damage Taken"
  321. SetBackgroundColor xxx yyy zzz
  322.  
  323. Show
  324. BaseType "Empower"
  325. SetBackgroundColor xxx yyy zzz
  326.  
  327. Show
  328. BaseType "Duration"
  329. SetBackgroundColor xxx yyy zzz
  330.  
  331. Show
  332. BaseType "Multistrike"
  333. SetBackgroundColor xxx yyy zzz
  334.  
  335. Show
  336. BaseType "Enhance"
  337. SetBackgroundColor xxx yyy zzz
  338.  
  339. Show
  340. BaseType "Greater Multiple Projectiles"
  341. SetBackgroundColor xxx yyy zzz
  342.  
  343. Show
  344. BaseType "Added Chaos Damage"
  345. SetBackgroundColor xxx yyy zzz
  346.  
  347. Show
  348. BaseType "Concentrated Effect"
  349. SetBackgroundColor xxx yyy zzz
  350.  
  351. Show
  352. BaseType "Elemental Proliferation"
  353. SetBackgroundColor xxx yyy zzz
  354.  
  355. Show
  356. BaseType "Faster Casting"
  357. SetBackgroundColor xxx yyy zzz
  358.  
  359. Show
  360. BaseType "Spell Echo"
  361. SetBackgroundColor xxx yyy zzz
  362.  
  363. # ------------------------------------------------------------------------------
  364. # Sellable Gems (Worth an Orb of Fusing)
  365.  
  366. Show
  367. BaseType "Reduced Mana"
  368.  
  369. Show
  370. BaseType "Penetration"
  371.  
  372. Show
  373. BaseType "Projectiles"
  374.  
  375. Show
  376. BaseType "Vaal"
  377.  
  378. Show
  379. BaseType "Anger"
  380.  
  381. Show
  382. BaseType "Enduring Cry"
  383.  
  384. Show
  385. BaseType "Immortal Call"
  386.  
  387. Show
  388. BaseType "Purity"
  389.  
  390. Show
  391. BaseType "Arctic Armour"
  392.  
  393. Show
  394. BaseType "Blind Arrow"
  395.  
  396. Show
  397. BaseType "Grace"
  398.  
  399. Show
  400. BaseType "Hatred"
  401.  
  402. Show
  403. BaseType "Riposte"
  404.  
  405. Show
  406. BaseType "Smoke Mine"
  407.  
  408. Show
  409. BaseType "Temporal Chains"
  410.  
  411. Show
  412. BaseType "Tornado Shot"
  413.  
  414. Show
  415. BaseType "Arc"
  416.  
  417. Show
  418. BaseType "Assassin's Mark"
  419.  
  420. Show
  421. BaseType "Ball Lightning"
  422.  
  423. Show
  424. BaseType "Clarity"
  425.  
  426. Show
  427. BaseType "Conductivity"
  428.  
  429. Show
  430. BaseType "Discipline"
  431.  
  432. Show
  433. BaseType "Enfeeble"
  434.  
  435. Show
  436. BaseType "Flammability"
  437.  
  438. Show
  439. BaseType "Flameblast"
  440.  
  441. Show
  442. BaseType "Offering"
  443.  
  444. Show
  445. BaseType "Frostbite"
  446.  
  447. Show
  448. BaseType "Lightning Warp"
  449.  
  450. Show
  451. BaseType "Vulnerability"
  452.  
  453. Show
  454. BaseType "Wrath"
  455.  
  456. Show
  457. BaseType "Added Fire Damage"
  458.  
  459. Show
  460. BaseType "Increased Burning Damage"
  461.  
  462. Show
  463. BaseType "Life Gain on Hit"
  464.  
  465. Show
  466. BaseType "Life Leech"
  467.  
  468. Show
  469. BaseType "Melee Physical Damage"
  470.  
  471. Show
  472. BaseType "Melee Splash"
  473.  
  474. Show
  475. BaseType "Weapon Elemental Damage"
  476.  
  477. Show
  478. BaseType "Chain"
  479.  
  480. Show
  481. BaseType "Cast on Critical Strike"
  482.  
  483. Show
  484. BaseType "Faster Attacks"
  485.  
  486. Show
  487. BaseType "Physical Projectile Attack Damage"
  488.  
  489. Show
  490. BaseType "Chance to Ignite"
  491.  
  492. Show
  493. BaseType "Curse on Hit"
  494.  
  495. Show
  496. BaseType "Increased Area of Effect"
  497.  
  498. Show
  499. BaseType "Increased Critical"
  500.  
  501. Show
  502. BaseType "Power Charge on Critical"
  503.  
  504. Show
  505. BaseType "Kinetic Blast"
  506.  
  507. Show
  508. BaseType "Leap Slam"
  509.  
  510. Show
  511. BaseType "Searing Bond"
  512.  
  513. Show
  514. BaseType "Shockwave Totem"
  515.  
  516. Show
  517. BaseType "Flame Totem"
  518.  
  519. Show
  520. BaseType "Summon Raging Spirits"
  521.  
  522. Show
  523. BaseType "Blood Magic"
  524.  
  525. Show
  526. BaseType "Item Rarity"
  527.  
  528. Hide
  529. Class Gem
  530.  
  531. # ------------------------------------------------------------------------------
  532. # FBI Arrived Hide yo kids, hide yo wife
  533.  
  534. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement