Simple Detect Hidden and Item Identification Training to 100 by .kastore
# UO Outlands
# Updated by Corak - inspired by Edithe Puthee
# updated to combine the two skills to work properly
# Requirements:
# Have a dagger in your bag
#
# Additional Info:
# This works in Shelter dungeon to up to skill 80
# Edit line 8 with your desired skill level
# Trainable in town
#
while skill "Item Identification" < 100 and skill 'detectinghidden' < 100
useskill "itemId"
wft 700
targettype "dagger" backpack
wait 3000
useskill 'detectinghidden'
waitfortarget
target 'self'
wait 11000
endwhile
replay