Magery Training 80-100 with FS by special_sy
# Script by [DoS] Chumber
#
# Simple cast FS on last target and med script, stops at 100 Magery
# Can be done on any battle trainer
# Stock enough regs!
# Wrong echo checks
if maxmana < 40
overhead "Get smarter!" 32
stop
endif
if skill 'Magery' < 80
overhead "Train to 80 in shelter dungeon!" 32
stop
endif
# Flamestrike last target loop
while skill 'Magery' < 100
while mana < maxmana and findbuff 'meditating'
wait 500
endwhile
if mana >= 40
hotkey "Flamestrike"
wft
target last
endif
if mana < 40 and not findbuff "meditating"
hotkey 'Meditation'
wait 12500
endif
wait 250
endwhile
overhead 'We did it!' 88








