Training Animal Lore by Jaseowns
1# Training Animal Lore by Jaseowns
2# UO Outlands
3# Requirements:
4# Run script and select an
5# animal target
6#
7# Additional Info:
8# You will passively gain this skill taming
9# but if you wanted to speed it up use the following
10# script
11setvar "my_training_target"
12while skill "animallore" < 100
13 useskill "animallore"
14 wft 500
15 target "my_training_target"
16 wait 2000
17endwhile