Summon Earth Elemental 90-GM Magery by Ace Mason
Description from the author:
if skill 'magery' < 100
if mana < 50
useskill 'meditation'
while mana < 50
endwhile
endif
#restock from shelf
if count 'Blood Moss' < 5
menu 0x415FCCB4 1
pause 500
endif
#TODO restock from chest/bank
cast 'Earth Elemental'
pause 5000
say "all release"
pause 500
gumpresponse 1
pause 500
else
stop
msg "Magery Done"
endif
loopSummons an Earth Ele and releases until GM magery.