Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This checks health to make sure you don't die
- while not dead
- if mana < 45
- useskill 'meditation'
- while not mana == maxmana
- endwhile
- endif
- while hits < 50
- endwhile
- //Set Goal
- if skill 'Magery' == 100
- stop
- endif
- if skill 'Magery' >= 30 and skill 'Magery' < 50
- cast 'Bless' 'self'
- endif
- if skill 'Magery' >= 50 and skill 'Magery' < 62.9
- cast 'Lightning' 'self'
- endif
- if skill 'Magery' >= 62.9 and skill 'Magery' < 82.9
- cast 'Energy Bolt' 'self'
- endif
- if skill 'Magery' >= 82.9 and skill 'Magery' < 100
- cast 'Flame Strike'
- endif
- pause '2700'
- endwhile
Advertisement
Add Comment
Please, Sign In to add comment