Training Anatomy by Jaseowns
# Training Anatomy by Jaseowns
# UO Outlands
# Requirements:
# Run script and select a
# target besides yourself
#
# Additional Info:
# You will passively gain this skill fighting
# but if you wanted to speed it up use the following
# script
setvar "my_training_target"
while skill "anatomy" < 100
useskill "anatomy"
wft 500
target "my_training_target"
wait 2000
endwhile
overhead "We did it!" 88