Created: 02/28/2023, 01:14:02 AM Updated: 03/02/2023, 02:09:25 AM View Change History
1
2
3if not varexist jaseTankPet or not find jaseTankPet ground -1 -1 12
4 overhead "Select your tank pet" 88
5 @setvar! jaseTankPet
6endif
7
8@setvar! useVetSupplies 1
9
10if skill "Veterinary" >= 50 and not bandaging
11 if useVetSupplies = 1 and findtype "veterinary supplies" backpack as vets
12 dclick vets
13 elseif findtype "clean bandage%s%" backpack as aids
14 dclick aids
15 wft 500
16 target jaseTankPet
17 endif
18endif
19
20if skill "Magery" >= 50
21 if not dead jaseTankPet
22 while not targetexists beneficial
23 hotkey 'Greater Heal'
24 wft 200
25 endwhile
26 else
27 while not targetexists beneficial
28 hotkey 'Resurrection'
29 wft 200
30 endwhile
31 endif
32endif
33
34if targetexists beneficial
35 target jaseTankPet
36endif