Back to "magery" skill

Shelter Island Corpser Magery by Ace Mason

Description: Casts Lightning and Energy Bolt on the Corpsers in Shelter Dungeon until magery is at 70. Can use the spell cast deed that's in your pack on character creation or you can grab some regs.

//mana check if skill 'magery' < 60 and mana < 11 useskill "meditation" while mana < maxmana endwhile pause 600 elseif skill 'magery' < 70 and mana < 20 useskill "meditation" while mana < maxmana endwhile pause 600 endif //training if skill 'magery' < 60 cast "lightning" waitfortarget 15000 targettype "0x8" pause 1000 elseif skill 'magery' < 70 cast "energy bolt" waitfortarget 15000 targettype "0x8" pause 1000 elseif skill 'magery' == 70 msg "Move out of new dungeon!" stop endif loop