Guest User

Untitled

a guest
Apr 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /**
  2. * Hat:
  3. targetSlot = 0;
  4. Cape:
  5. targetSlot = 1;
  6. Amulet:
  7. targetSlot = 2;
  8. Weapons:
  9. targetSlot = 3;
  10. Body:
  11. targetSlot = 4;
  12. Shield:
  13. targetSlot = 5;
  14. Legs:
  15. targetSlot = 7;
  16. Gloves:
  17. targetSlot = 9;
  18. Boots:
  19. targetSlot = 10;
  20. Ring:
  21. targetSlot = 12;
  22. Arrows:
  23. targetSlot = 13;
  24. */
Add Comment
Please, Sign In to add comment