Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. --EQ
  2.  
  3. local halskette1 = { ---NASZYJNIK PVP
  4. {1, 5000},
  5. {15, 10},
  6. {29, 15},
  7. {30, 15},
  8. {31, 15}
  9. }
  10.  
  11. local halskette2 = { ---NASZYJNIK EXP
  12. {1, 5000},
  13. {15, 10},
  14. {32, 15},
  15. {33, 15},
  16. {34, 15}
  17. }
  18.  
  19. local armband1 = { ---BRANSOLETKA
  20. {1, 5000},
  21. {23, 15},
  22. {16, 10},
  23. {37, 15},
  24. {17, 15}
  25. }
  26.  
  27. local ohrringe1 = { ---KOLCZYKI PVP
  28. {17, 15},
  29. {29, 15},
  30. {30, 15},
  31. {31, 15},
  32. {41, 15}
  33. }
  34.  
  35. local ohrringe2 = { ---KOLCZYKI EXP
  36. {17, 15},
  37. {32, 15},
  38. {33, 15},
  39. {34, 15},
  40. {41, 15}
  41. }
  42.  
  43. local schuhe1 = { ---BUTY PVP
  44. {1, 5000},
  45. {29, 15},
  46. {30, 15},
  47. {31, 15},
  48. {15, 10}
  49. }
  50.  
  51. local schuhe2 = { ---BUTY EXP
  52. {1, 5000},
  53. {32, 15},
  54. {33, 15},
  55. {34, 15},
  56. {15, 10}
  57. }
  58.  
  59. local helme1 = { ---HEŁM PVP
  60. {12, 15},
  61. {37, 15},
  62. {17, 15},
  63. {27, 15},
  64. {7, 15}
  65. }
  66.  
  67. local ruestung1 = { ---ZBROJA PVP
  68. {1, 5000},
  69. {29, 15},
  70. {30, 15},
  71. {31, 15},
  72. {23, 15}
  73. }
  74.  
  75. local ruestung2 = { ---ZBROJA EXP
  76. {1, 5000},
  77. {32, 15},
  78. {33, 15},
  79. {34, 15},
  80. {23, 15}
  81. }
  82.  
  83. local schild1 = { ---TARCZA SIŁA
  84. {5, 15},
  85. {6, 15},
  86. {17, 15},
  87. {48, 1},
  88. {27, 15}
  89. }
  90.  
  91. local schild2 = { ---TARCZA INT
  92. {4, 15},
  93. {5, 15},
  94. {17, 15},
  95. {48, 1},
  96. {27, 15}
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement