Vet Trainer by dumbbellsanddragons
Related: Veterinaryveterinary
Description from the author:
# Original Script: Train Veterinary to your max skill By Jaseowns
# UO Outlands
# Be in your room/house with two pets. Name one "a" & equip a low damage weapon (not your Crook as that gives extra damage. Goal here is to harm your target pet enough so they don't regenerate on their own so you can heal, but not enough that they die if you fail healing them
# Set max skill limit to train to. Minor Lore gains as well.
@setvar! yourMaxVetSkillToTrainTo 100
overhead "Select your pet to attack and heal" 88
@setvar! jasePetOne
wait 650
say "a kill"
wft 500
target lasttarget
wft 5000
say "a stop"
while not dead
wait 650
say "a kill"
warmode off
wft 500
target lasttarget
wft 3000
say "a stop"
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"Original Script: Train Veterinary to your max skill By Jaseowns