Training Lockpicking using Lockbox by Jaseowns
Related: Lockpickingtraining
# Training Lockpicking using Lockbox by Jaseowns
# UO Unchained
while skill "Lockpicking" < 100
if findtype 2474 backpack 2096 as jaseowns_TrainBox
if findtype 5372 backpack as jaseowns_Lockpick
dclick jaseowns_TrainBox
if not targetexists
dclick jaseowns_Lockpick
wft 500
endif
if targetexists
target jaseowns_TrainBox
wait 100
endif
endif
endif
wait 100
endwhile