Train Veterinary to your max skill by Jaseowns
Description from the author:
# Train Veterinary to your max skill By Jaseowns
# UO Outlands
# I was training fencing, tactics and arms lore so me attacking my pet worked great.
# The other option is to have other pets attack your pet.
@setvar! yourMaxVetSkillToTrainTo 120
overhead "Select your pet to attack and heal" 88
@setvar! jasePetOne
wait 650
say "all kill"
wft 500
target jasePetOne
@setvar! maxFencing 80
@setvar! maxArmsLore 80
@setvar! maxTactics 80
while not dead
if skill "fencing" >= maxFencing
setskill "fencing" lock
endif
if skill "armslore" >= maxArmsLore
setskill "armslore" lock
endif
if skill "tactics" >= maxTactics
setskill "tactics" lock
endif
attack jasePetOne
if not bandaging
if findtype "clean bandage%s%" backpack as item
if not targetexists
dclick item
wft 500
endif
target jasePetOne
wait 650
else
overhead "Out of aids!" 34
wait 2000
break
endif
endif
wait 650
if skill "Veterinary" >= yourMaxVetSkillToTrainTo
break
endif
endwhile
warmode off
say "all stop"This script can take you to 120, make sure to update the yourMaxVetSkillToTrainTo to the correct value to prevent overusing bandaids.
I also was training fencing, tactics and armslore to 80. So there are locks in the script.