Summon Earth Elemental 90-GM Magery by Ace Mason

Description: Summons an Earth Ele and releases until GM magery.

1if skill 'magery' < 100
2if mana < 50
3    useskill 'meditation'
4        while mana < 50
5        endwhile
6    endif
7#restock from shelf
8if count 'Blood Moss' < 5
9    menu 0x415FCCB4 1
10    pause 500
11endif
12#TODO restock from chest/bank
13cast 'Earth Elemental'
14pause 5000
15say "all release"
16pause 500
17gumpresponse 1
18pause 500
19else 
20    stop
21    msg "Magery Done"
22endif
23loop