Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. val MEDIUM_LOW = arrayOf(
  2. Item(6808, 1), //Abyssal tentacle
  3. Item(12006, 1), //Abyssal tentacle
  4. Item(12002, 1), //Occult necklace
  5. Item(6585, 1), //Amulet of fury
  6. Item(11926, 1), //Odium ward
  7. Item(11924, 1), //Malediction ward
  8. Item(6737, 1), //Berserker ring
  9. Item(6735, 1), //Warriors ring
  10. Item(6733, 1), //Archers ring
  11. Item(6731, 1), //Seers ring
  12. Item(11283, 1), //Dragonfire shield
  13. Item(12904, 1), //Toxic staff of the dead
  14. Item(11791, 1)) //Staff of the dead
  15.  
  16. val MEDIUM = arrayOf(
  17. Item(12931, 1), //Serpentine helm
  18. Item(13227, 1), //Eternal crystal
  19. Item(13229, 1), //Pegasian crystal
  20. Item(13231, 1), //Primordial crystal
  21. Item(11828, 1), //Armadyl chestplate
  22. Item(11830, 1), //Armadyl chainskirt
  23. Item(11826, 1), //Armadyl helmet
  24. Item(11834, 1), //Bandos tassets
  25. Item(11832, 1), //Bandos chestplate
  26. Item(11808, 1), //Zamorak godsword
  27. Item(11806, 1), //Saradomin godsword
  28. Item(11804, 1), //Bandos godsword
  29. Item(11773, 1), //Berserker ring (i)
  30. Item(11772, 1), //Warriors ring (i)
  31. Item(11771, 1), //Archers ring (i)
  32. Item(19550, 1), //Ring of suffering
  33. Item(11770, 1)) //Seers ring (i))
  34.  
  35. val MEDIUM_HIGH = arrayOf(
  36. Item(11806, 1), //Armadyl godsword
  37. Item(12825, 1), //Arcane spirit shield
  38. Item(12821, 1), //Spectral spirit shield
  39. Item(13271, 1), //Abyssal dagger
  40. Item(11785, 1), //Armadyl crossbow
  41. Item(22978, 1), //Dragon hunter lance
  42. Item(23971, 1), //Crystal helm
  43. Item(23975, 1), //Crystal body
  44. Item(23979, 1), //Crystal legs
  45. Item(23995, 1), //Blade of saeldor
  46. Item(23680, 1), //Crystal pick
  47. Item(23673, 1), //Crystal axe
  48. Item(23762, 1)) //Crystal harpoon
  49.  
  50. val HIGH_LOW = arrayOf(
  51. Item(13576, 1)) //Dragon warhammer
  52.  
  53.  
  54. val HIGH = arrayOf(
  55. Item(6799, 1), //Donator scroll
  56. Item(22322, 1)) //Avernic def
  57.  
  58.  
  59. val RARE = arrayOf(
  60. Item(6800, 1), //Super donator scroll
  61. Item(1053, 1), //Green halloween mask
  62. Item(1055, 1), //Blue halloween mask
  63. Item(1057, 1), //Red halloween mask
  64. Item(1050, 1)) //Santa hat
  65.  
  66. val EXTREME = arrayOf(
  67. Item(12817), // Elysian spirit shield
  68. Item(1050), //Santa hat
  69. Item(12422), //3rd age wand
  70. Item(12424), //3rd age bow
  71. Item(12426), //3rd age sword
  72. Item(12437), //3rd age cloak
  73. Item(10330), //3rd age range top
  74. Item(10332), //3rd age range legs
  75. Item(10334), //3rd age range coif
  76. Item(10336), //3rd age range vanbraces
  77. Item(10338), //3rd age robe top
  78. Item(10340), //3rd age robe
  79. Item(10342), //3rd age mage hat
  80. Item(10344), //3rd age amulet
  81. Item(10346), //3rd age platelegs
  82. Item(10348), //3rd age platebody
  83. Item(10350), //3rd age fullhelm
  84. Item(10352), //3rd age kiteshield
  85. Item(20014), //3rd age pickaxe
  86. Item(20011), //3rd age axe
  87. Item(12399), // Partyhat & specs
  88. Item(1038, 1), //Red party hat
  89. Item(1040, 1), //Yellow party hat
  90. Item(1042, 1), //Blue party hat
  91. Item(1044, 1), //Green party hat
  92. Item(1046, 1), //Purple party hat
  93. Item(1048, 1)) //White party hat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement