Advertisement
Guest User

Itel Loot Filter for MAPs by Doe

a guest
Apr 24th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. #DOE_ITEM_LIST_v1_0_MAP
  2.  
  3.  
  4. #CHANGE VALUE HERE
  5. #Itemlevel Items [change DropLevel == Required Level to Wear the Item]
  6. Show
  7. ItemLevel >= 0
  8. DropLevel >= 58
  9. Rarity Normal Magic
  10.  
  11.  
  12. #Itemlevel Rings / Amu / Belt [change ItemLevel == Area Level]
  13. Show
  14. ItemLevel >= 73
  15. DropLevel >= 0
  16. Class Ring Amulet Belt
  17. Rarity Normal Magic
  18.  
  19.  
  20. #REMOVE THIS IF U DONT WANNA C FLASKS
  21. #FLASK
  22. Show
  23. Class Flask
  24.  
  25.  
  26.  
  27. #NO NEED TO BE CHANGED
  28. #5L+ Items
  29. Show
  30. LinkedSockets >= 5
  31. SetBackgroundColor 50 50 0
  32. SetBorderColor 0 0 0
  33.  
  34. #5+Socket Items
  35. Show
  36. Sockets >= 5
  37.  
  38. #Quality Gem
  39. Show
  40. Class Gem
  41. Quality > 0
  42. SetBorderColor 80 80 0
  43.  
  44. #Normal Gems
  45. Show
  46. Class Gem
  47. SetTextColor 0 120 120
  48.  
  49. #High Value Currency
  50. Show
  51. BaseType "Exalted Orb" "Divine Orb" "Mirror of Kalandra" "Eternal Orb" "Albino Rhoa Feather" "Fishing Rod"
  52. SetTextColor 255 000 000
  53. SetBorderColor 255 000 000
  54.  
  55. #SCROLLS
  56. Show
  57. BaseType "Scroll of Wisdom" "Portal Scroll"
  58. SetTextColor 000 255 000
  59.  
  60. #Chrom Recipe Items
  61. Show
  62. SocketGroup RGB
  63. SetBackgroundColor 0 128 0
  64.  
  65. #Currency + Jewels + Fragments
  66. Show
  67. Class Currency Jewel "Map Fragment"
  68.  
  69. #Anything 20Quality
  70. Show
  71. Quality = 20
  72.  
  73. #MAP
  74. Show
  75. BaseType "Sacrificial Garb" Map
  76.  
  77. #Always Show Items
  78. Show
  79. Rarity Rare Unique
  80.  
  81. Hide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement