Shelter Island Magic Resist to 80 by pottre
Related: MagicResist
Description from the author:
while skill 'Resisting Spells' < 80
# Heal if missing more than 30 HP
if diffhits > 30
clearall
# Meditate first if mana is too low to heal
if mana < 20
warmode off
useskill "Meditation"
while mana < 20
wait 750
endwhile
endif
cast "Greater Heal"
wft
target self
wait 750
else
wait 250
endif
endwhile
overhead "Training Finished - Resisting Spells reached 80"I thought the other scripts were a bit too complicated for how simple it should be to cast an auto heal in the shelter dudgeon so I made it simpler.








