Training Anatomy by Jaseowns
1# Training Anatomy by Jaseowns
2# UO Outlands
3# Requirements:
4# Run script and select a
5# target besides yourself
6#
7# Additional Info:
8# You will passively gain this skill fighting
9# but if you wanted to speed it up use the following
10# script
11setvar "my_training_target"
12while skill "anatomy" < 100
13 useskill "anatomy"
14 wft 500
15 target "my_training_target"
16 wait 2000
17endwhile
18overhead "We did it!" 88