Guest User

Untitled

a guest
Dec 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. package server.model.player.items;
  2.  
  3. import server.model.players.Client;
  4.  
  5. /**
  6. * @author Almagesrnubs
  7. *
  8. */
  9. public class TheivingRedone {
  10.  
  11.  
  12. public static int[][] Thieves = {
  13. {11842, 2513, 4087, 6967, 1187},
  14. {11858, 10346, 10348, 10352},
  15. {11860, 10330, 10332, 10336},
  16. {11862, 10338, 10340, 10342},
  17. {11874, 6916, 6918, 6920, 6922, 6924},
  18. {11848, 4716, 4718, 4720, 4722},
  19. {11850, 4724, 4726, 4728, 4730},
  20. {11852, 4732, 4734, 4736, 4738},
  21. {11854, 4745, 4747, 4749, 4751},
  22. {11856, 4753, 4755, 4757, 4759},
  23. {11846, 4708, 4710, 4712, 4714}
  24. };
  25.  
  26. public static String[] NAMES = {
  27. "Rune",
  28. "Mystic",
  29. };
  30. }
Add Comment
Please, Sign In to add comment