Guest User

Untitled

a guest
Jun 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Attack
  2. String[] s = { "Bronze", "Iron", "Steel", "Mithril", "Adamant", "Rune", "Dragon", "Abyssal Whip", "Decorative Sword"};
  3. String[] s1 = { "1", "1", "10", "20", "30", "40", "60", "70", "80"};
  4. int items[] = { 1291, 1293, 1295, 1299, 1301, 1303, 1305, 4151, 4068};
  5.  
  6. Strength
  7. String[] s = { "Bronze", "Iron", "Steel", "Mithril", "Adamant", "Rune", "Dragon" };
  8. String[] s1 = { "1", "1", "10", "20", "30", "40", "60" };
  9. int items[] = { 1307, 1309, 1311, 1315, 1317, 1319, 7158};
  10.  
  11. Defence
  12. String[] s = { "Bronze", "Iron", "Steel", "Mithril", "Adamant", "Rune", "Dragon", "Skeletal", "Barrows" };
  13. String[] s1 = { "1", "1", "10", "20", "30", "40", "60", "80", "90" };
  14. int items[] = { 1117, 1115, 1119, 1121, 1123, 1127, 3140, 6139, 4964};
  15.  
  16. Mining
  17. String[] s = { "Tin", "Copper", "Iron", "Coal", "Mithril", "Adamant", "Rune"};
  18. String[] s1 = { "1", "1", "15", "40", "55", "70", "85"};
  19. int items[] = { 438, 436, 440, 453, 447, 449, 451};
  20.  
  21. Smithing
  22. String[] s = { "Bronze", "Iron", "Steel", "Mithril", "Adamant", "Rune"};
  23. String[] s1 = { "1", "15", "40", "55", "70", "85"};
  24. int items[] = { 438, 436, 440, 453, 447, 449, 451};
Add Comment
Please, Sign In to add comment