Created: 24 days ago on 02/18/2025, 09:53:05 PM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: Razor Script (Community Edition)
Size: 1012
Category: Lockpicking
Skills: Lockpicking
Hotkey: No hotkey provided
Tags: No tags provided
Description: Lockpicking Trainer
#Author DaKlue
#UO Unchained
#Need training box and about 200 lockpicks
@setvar! GlobalTimeOut 650
while not dead
if skill 'lockpicking' < 100
if findtype 'wooden box' backpack 2096 as trainer
dclick trainer
wait GlobalTimeOut
endif
if not findtype 5372 backpack
overhead 'Out Of Lockpicks!'
endif
if findtype 5372 backpack as picks and findtype 'wooden box' backpack 2096 as trainer
while not targetexists
dclick picks
endwhile
if targetexists
target trainer
endif
wait GlobalTimeOut
endif
else
overhead 'Lockpicking Done!'
stop
endif
endwhile