Back to "veterinary" tags

Veterinary Training for Tamer/Mage by nabolas

# Train Veterinary to your max skill By Jaseowns # UO Outlands # Nabolas' updated Vet training for Tamer/Mage # The script just didn't work very well when you have no melee combat. # Changed the script up to work for a Tamer/Mage, uses magic arrow to deal dmg to the pet. # Load up on Sulfurous Ash and bandages. @setvar! yourMaxVetSkillToTrainTo 120 overhead "Select your pet to attack and heal" 88 @setvar! jasePetOne wait 650 say "all kill" wft 500 target jasePetOne while not dead attack jasePetOne if not bandaging cast "magic arrow" wft 1000 target jasePetOne wait 650 if findtype "clean bandage%s%" backpack as item if not targetexists dclick item wft 500 endif target jasePetOne pause 5500 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"