Summoner veterinary training by stoutwall
Description from the author:
# This script trains veterinary by damaging your follower with Energy Bolt
# and then healing it with bandages. Uses meditation if low mana.
# I used my ostard mount as target.
while skill "Veterinary" < 100
hotkey 'Use Bandage (No Timer)'
waitfortarget
target last
if insysmsg "That being is not damaged!"
if mana < 25 and not findbuff "meditating"
hotkey 'Meditation'
wait 12500
endif
cast 'Energy Bolt'
waitfortarget
target last
wait 1000
hotkey 'Use Bandage (No Timer)'
waitfortarget
target last
endif
wait 6000
endwhileThis script trains veterinary by damaging your follower with Energy Boltmand then healing it with bandages. Uses meditation if low mana. I used my ostard mount as target.








