Train veterinary with pets - by Deathroll by jesaug205
# Train Veterinary by Deathroll
#
# You should have bandages in your pack
# and 1 pet that will be able to take quite some damage.
# One pet will defend againt all other so adjust the amount of attackers as needed.
# In most cases you want to run the codex WITHOUT overheal
#
# VERSION: 1.0
#
# CHANGELOG
# 2026/01/05:
# - Initial version
#
overhead "Select defending pet"
setvar! pet1
say 'all kill'
wft 5000
target pet1
warmode "off"
while not dead
if skill "Veterinary" >= 120
say "All Stop"
stop
endif
if counttype 3617 backpack = 0
say "All Stop"
stop
endif
clearsysmsg
dclicktype 3617
wft 3000
target pet1
if insysmsg "that being is not damaged!"
pause 0
else
pause 5000
endif
endwhile








