Magery to 80 by 大向

Related: Magery magery

Description: This script trains you to 80 Magery using Greater Heal and Invisibility. It doesn't train Magic Resist. Credits for this one go to WhiskeyWalt of Outlands.

1if skill 'magery' < 60 and mana < 11
2  useskill "meditation"
3  while mana < maxmana
4  endwhile
5  pause 600
6  elseif skill 'magery' < 80 and mana < 20
7  useskill "meditation"
8  while mana < maxmana
9  endwhile
10  pause 600
11endif
12//training
13if skill 'magery' < 60
14    cast "greater heal"
15  waitfortarget 15000
16  target self
17  pause 1000
18  elseif skill 'magery' < 80
19    cast "invisibility"
20  waitfortarget 15000
21  target self
22  pause 1000
23  elseif skill 'magery' == 80
24    msg "Done!"
25  stop
26endif
27loop

Back to "magery" skill