Back to "magery healing magic resist" tags
Magery, Resist and bandage Healing with Self Flame Strike by golfinh0
Related: MagicResist magery healing magic resist
1# Author: golfinho
2#
3if skill 'Healing' > 0
4 # Conditions to keep the script running, adjust as you will
5 if skill "Healing" < 100 and count "Bandages" > 0
6 else
7 stop
8 endif
9
10 if not bandaging
11 dclicktype 'clean bandage%s%'
12 wft 500
13 target last
14 wait 5150
15 endif
16
17 if hits < 100 and not bandaging
18 hotkey "Bandage Self"
19 wait 500
20 endif
21else
22 # Conditions to keep the script running, adjust as you will
23 if skill "Magery" < 90 and skill "Resist spell" < 90
24 else
25 stop
26 endif
27
28 if hits < 50 and mana > 11
29 cast "Greater Heal"
30 wft 2000
31 target self
32 wait 350
33 endif
34endif
35
36if not findbuff "food satisfaction" and findtype 28879|28880|28881|28883|28885|28886|28888|29773|29774|2429 backpack as _food
37 dclick _food
38endif
39
40if mana < 50 and not findbuff 'Actively Meditating'
41 useskill "Meditation"
42 wait 1000
43 loop
44endif
45
46while hits > 45 and mana > 40
47 cast "Flamestrike"
48 wft 4000
49 target self
50 wait 350
51endwhile
52loop