Train Archery and heal pet by Jaseowns
Description: I used this in shelter to easily get to 80 archery.
1# Train Archery and heal pet by Jaseowns
2# UO Outlands
3# I used this in shelter to easily get to 80 archery.
4overhead "Select pet to attack and heal"
5@setvar! jase_MyHealAttackTarget
6
7if followers > 0
8 say "all follow me" 88
9 wait 200
10endif
11
12@setvar! jase_StopAtArcherySkill 80
13
14@setvar! jase_MyHealTimerCooldown 30000
15settimer jase_MyHealTimer jase_MyHealTimerCooldown
16
17overhead "Fighting until we are at {{jase_StopAtArcherySkill}} skill" 34
18
19while skill "Archery" < jase_StopAtArcherySkill
20 if timer jase_MyHealTimer > jase_MyHealTimerCooldown and findtype 3617 backpack as item
21 if not bandaging
22 while not targetexists
23 dclick item
24 wft 500
25 endwhile
26 if targetexists
27 target jase_MyHealAttackTarget
28 endif
29 endif
30 settimer jase_MyHealTimer 0
31 endif
32 attack jase_MyHealAttackTarget
33 wait 200
34endwhile
35
36overhead "We have reached {{jase_StopAtArcherySkill}} skill" 88
37warmode off