- This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago by orks777.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Posted in 
› General › Macro Help › Script for Lockpicking (UOS)
//Experience
//Train Lockpicking with 2 boxes
while @injournal ‘*Unlocked!*’
useobject ‘Key Ring’
autotargetobject ‘First Box’
clearjournal
pause 500
endwhile
if not findalias ‘Lockpicks’
headmsg ‘Select Lockpicks’
promptalias ‘Lockpicks’
endif
if not findalias ‘First Box’
headmsg ‘Select First Box’
promptalias ‘First Box’
endif
if not findalias ‘Key Ring’
headmsg ‘Select Key Ring’
promptalias ‘Key Ring’
endif
if skill ‘Lockpicking’ <= 130.0
useobject ‘Lockpicks’
autotargetobject ‘First Box’
pause 2500
endif
replay
Do it manualy like we did oldschool 🙂
true… we realy old school))))