Tank Pet Vet Healer by 大向

Description: This script first asks you to set a tankpet.

It will keep bandaging your pet unless you stop it or start another script or macro. If your pet doesn't need healing, it will pause for 2 seconds. If the pet is dead, it will try to resurrect it.

This script has been updated to work with the most recent patch, which sets Veterinary at a static 5 second timer, regardless of Dex.

if varexist tank //cool. else overhead "Select your tank pet" @setvar! tank endif if findbuff 'veterinary' //cool else if insysmsg "that being is not damaged!" pause 2000 else dclicktype 3617 backpack wft 500 target tank if dead tank pause 10000 endif endif endif loop