Advertisement
Maespark

Training - Lockpicking

Jan 27th, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. //To be used at UO:Evolution's lockpick training area.
  2. //Can be found under the New Player heading in the public
  3. //moongate. You will need a couple hundred lockpicks, and
  4. //will need to move yourself a couple of times while training
  5. //due to the boxes being spread out.
  6. while skill 'Lockpicking' < 100
  7. if skill 'Lockpicking' >= 30 and skill 'Lockpicking' < 40
  8. usetype 0x14fc
  9. waitfortarget 15000
  10. target! 0x404b8cc1
  11. pause 3000
  12. endif
  13. if skill 'Lockpicking' >= 40 and skill 'Lockpicking' < 50
  14. usetype 0x14fc
  15. waitfortarget 15000
  16. target! 0x405ceb71
  17. pause 3000
  18. endif
  19. if skill 'Lockpicking' >= 50 and skill 'Lockpicking' < 60
  20. usetype 0x14fc
  21. waitfortarget 15000
  22. target! 0x405ced38
  23. pause 3000
  24. endif
  25. if skill 'Lockpicking' >= 60 and skill 'Lockpicking' < 70
  26. usetype 0x14fc
  27. waitfortarget 15000
  28. target! 0x405cee53
  29. pause 3000
  30. endif
  31. if skill 'Lockpicking' >= 70 and skill 'Lockpicking' < 80
  32. usetype 0x14fc
  33. waitfortarget 15000
  34. target! 0x405cef6e
  35. pause 3000
  36. endif
  37. if skill 'Lockpicking' >= 80 and skill 'Lockpicking' < 90
  38. usetype 0x14fc
  39. waitfortarget 15000
  40. target! 0x405cf09f
  41. pause 3000
  42. endif
  43. if skill 'Lockpicking' >= 90
  44. usetype 0x14fc
  45. waitfortarget 15000
  46. target! 0x405cf1c4
  47. pause 3000
  48. endif
  49. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement