Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //To be used at UO:Evolution's lockpick training area.
- //Can be found under the New Player heading in the public
- //moongate. You will need a couple hundred lockpicks, and
- //will need to move yourself a couple of times while training
- //due to the boxes being spread out.
- while skill 'Lockpicking' < 100
- if skill 'Lockpicking' >= 30 and skill 'Lockpicking' < 40
- usetype 0x14fc
- waitfortarget 15000
- target! 0x404b8cc1
- pause 3000
- endif
- if skill 'Lockpicking' >= 40 and skill 'Lockpicking' < 50
- usetype 0x14fc
- waitfortarget 15000
- target! 0x405ceb71
- pause 3000
- endif
- if skill 'Lockpicking' >= 50 and skill 'Lockpicking' < 60
- usetype 0x14fc
- waitfortarget 15000
- target! 0x405ced38
- pause 3000
- endif
- if skill 'Lockpicking' >= 60 and skill 'Lockpicking' < 70
- usetype 0x14fc
- waitfortarget 15000
- target! 0x405cee53
- pause 3000
- endif
- if skill 'Lockpicking' >= 70 and skill 'Lockpicking' < 80
- usetype 0x14fc
- waitfortarget 15000
- target! 0x405cef6e
- pause 3000
- endif
- if skill 'Lockpicking' >= 80 and skill 'Lockpicking' < 90
- usetype 0x14fc
- waitfortarget 15000
- target! 0x405cf09f
- pause 3000
- endif
- if skill 'Lockpicking' >= 90
- usetype 0x14fc
- waitfortarget 15000
- target! 0x405cf1c4
- pause 3000
- endif
- endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement