Advertisement
Anetti

Для проверки расстояний

Apr 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. local HarmItems = {
  2. [5] = {
  3. 37727, -- Ruby Acorn
  4. },
  5. [8] = {
  6. 34368, -- Attuned Crystal Cores
  7. 33278, -- Burning Torch
  8. },
  9. [10] = {
  10. 32321, -- Sparrowhawk Net
  11. },
  12. [15] = {
  13. 33069, -- Sturdy Rope
  14. },
  15. [20] = {
  16. 10645, -- Gnomish Death Ray
  17. },
  18. [25] = {
  19. 24268, -- Netherweave Net
  20. 41509, -- Frostweave Net
  21. 31463, -- Zezzak's Shard
  22. },
  23. [30] = {
  24. 835, -- Large Rope Net
  25. 7734, -- Six Demon Bag
  26. 34191, -- Handful of Snowflakes
  27. },
  28. [35] = {
  29. 24269, -- Heavy Netherweave Net
  30. 18904, -- Zorbin's Ultra-Shrinker
  31. },
  32. [40] = {
  33. 28767, -- The Decapitator
  34. },
  35. [45] = {
  36. 32698, -- Wrangling Rope
  37. },
  38. [60] = {
  39. 32825, -- Soul Cannon
  40. 37887, -- Seeds of Nature's Wrath
  41. },
  42. [80] = {
  43. 35278, -- Reinforced Net
  44. },
  45. }
  46.  
  47.  
  48. local FriendItems = {
  49. [5] = {
  50. 37727, -- Ruby Acorn
  51. },
  52. [8] = {
  53. 34368, -- Attuned Crystal Cores
  54. 33278, -- Burning Torch
  55. },
  56. [10] = {
  57. 32321, -- Sparrowhawk Net
  58. },
  59. [15] = {
  60. 1251, -- Linen Bandage
  61. 2581, -- Heavy Linen Bandage
  62. 3530, -- Wool Bandage
  63. 3531, -- Heavy Wool Bandage
  64. 6450, -- Silk Bandage
  65. 6451, -- Heavy Silk Bandage
  66. 8544, -- Mageweave Bandage
  67. 8545, -- Heavy Mageweave Bandage
  68. 14529, -- Runecloth Bandage
  69. 14530, -- Heavy Runecloth Bandage
  70. 21990, -- Netherweave Bandage
  71. 21991, -- Heavy Netherweave Bandage
  72. 34721, -- Frostweave Bandage
  73. 34722, -- Heavy Frostweave Bandage
  74. -- 38643, -- Thick Frostweave Bandage
  75. -- 38640, -- Dense Frostweave Bandage
  76. },
  77. [20] = {
  78. 21519, -- Mistletoe
  79. },
  80. [25] = {
  81. 31463, -- Zezzak's Shard
  82. },
  83. [30] = {
  84. 1180, -- Scroll of Stamina
  85. 1478, -- Scroll of Protection II
  86. 3012, -- Scroll of Agility
  87. 1712, -- Scroll of Spirit II
  88. 2290, -- Scroll of Intellect II
  89. 1711, -- Scroll of Stamina II
  90. 34191, -- Handful of Snowflakes
  91. },
  92. [35] = {
  93. 18904, -- Zorbin's Ultra-Shrinker
  94. },
  95. [40] = {
  96. 34471, -- Vial of the Sunwell
  97. },
  98. [45] = {
  99. 32698, -- Wrangling Rope
  100. },
  101. [60] = {
  102. 32825, -- Soul Cannon
  103. 37887, -- Seeds of Nature's Wrath
  104. },
  105. [80] = {
  106. 35278, -- Reinforced Net
  107. },
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement