Advertisement
Guest User

LLD Filter Mod

a guest
Dec 7th, 2018
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Show # Veiled Mods in LLD
  2. Identified True
  3. DropLevel <= 28
  4. HasExplicitMod "Veil"
  5. SetFontSize 45
  6. SetBorderColor 190 0 190 240 # BORDERCOLOR: LLD Base
  7. SetBackgroundColor 60 105 60 255
  8. PlayAlertSound 2 300
  9. MinimapIcon 2 White Hexagon
  10. PlayEffect White Temp
  11.  
  12. Show # Safety Entry - just to test if there's unided veiled items
  13. DropLevel <= 28
  14. HasExplicitMod "Veil"
  15. SetFontSize 45
  16. SetTextColor 255 190 150
  17. SetBorderColor 190 0 190 240 #BORDERCOLOR: LLD Base
  18. PlayAlertSound 2 300 # DROPSOUND: Currency Sound
  19. MinimapIcon 2 White Hexagon
  20. PlayEffect White Temp
  21.  
  22. Show # Delve Mod Items Usable in LLD
  23. Identified True
  24. HasExplicitMod "of Crafting" "of Spellcraft" "of Weaponcraft" "of the Underground" "Subterranean"
  25. DropLevel <= 28
  26. SetFontSize 50
  27. SetTextColor 255 190 150 # TEXTCOLOR: Rare 75+ + LLD
  28. SetBorderColor 190 0 190 240 # BORDERCOLOR: LLD Base
  29. SetBackgroundColor 60 105 60 255 # BACKGROUND: Rare T1 + LLD
  30. PlayAlertSound 3 300 # DROPSOUND: Unique
  31. MinimapIcon 2 Blue Diamond
  32. PlayEffect Blue
  33.  
  34. Show # Incursion Mod Items Usable in LLD
  35. Identified True
  36. HasExplicitMod "Tacati" "Citaqualotl" "Matatl" "Topotante" "Xopec" "Guatelitzi" "Puhuarte"
  37. DropLevel <= 28
  38. SetFontSize 50
  39. SetTextColor 255 190 150 # TEXTCOLOR: Rare 75+ + LLD
  40. SetBorderColor 190 0 190 240 # BORDERCOLOR: LLD Base
  41. SetBackgroundColor 30 75 30 255 # BACKGROUND: Rare T1 + LLD
  42. PlayAlertSound 3 300 # DROPSOUND: Unique
  43. MinimapIcon 2 Blue Diamond
  44. PlayEffect Blue
  45.  
  46. Show # Warband Mod Items Usable in LLD
  47. Identified True
  48. HasExplicitMod "Brinerot" "Mutewind" "Redblade"
  49. DropLevel <= 28
  50. SetFontSize 50
  51. SetTextColor 255 190 150 240 # TEXTCOLOR: Special + LLD
  52. SetBorderColor 190 0 190 255 # BORDERCOLOR: LLD Base
  53. PlayAlertSound 3 300 # DROPSOUND: Unique
  54. MinimapIcon 2 Blue Diamond
  55. PlayEffect Blue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement