Back to "med" tags

Magery with elemental by golfinh0

1# Author: golfinho
2
3# Conditions to halt the script, adjust as you need
4if skill 'Magery' = 100
5    stop
6endif
7
8if mana < 50
9   if not findbuff 'Actively Meditating'
10      useskill "Meditation"
11   endif
12
13   wait 1000
14   loop
15endif
16
17cast 'Air Elemental'
18wait 5000
19say "all release"
20wait 250
21gumpresponse 1
22wait 250
23
24loop