Train Magic Resist to 80 safely by psychotics88
Related: MagicResistmagic resist
Description from the author:
# Make sure to stand next to your shelf
# Change Serial number to your shelf using >info
# Change the 0x7FEFD8FE in this script to your shelf number
# Want to work Wrestling, Armslore, Tactics, Focus, while training
# Change the serial number 0x1361FE to a pet frog or whatever you want to attack
while skill 'Resisting Spells' < 80
# Heal if HP lost (highest priority)
if diffhits > 40
clearall
cast "Greater Heal"
wft
target self
wait 200
else
# Meditation if low mana
if mana < 40
warmode off
useskill "Meditation"
while mana < maxmana
wait 750
endwhile
warmode on
wait 200
attack 0x1361FE
endif
# Summon elementals if skill < 70
if skill 'Resisting Spells' < 70
if followers = 0
clearall
while followers < 4
cast "Fire Elemental"
wait 1500
if followers = 4
menu 0x7FEFD8FE 1
say "all kill"
wft
target self
endif
endwhile
endif
# Cast Flamestrike if skill >= 70
else
menu 0x7FEFD8FE 1
clearall
cast "Flamestrike"
wft
target self
wait 1500
endif
endif
endwhile
overhead "Training Finished – Resisting Spells reached 80"
Casts 2 fire elementals and attacks you while healing at 70hp and lower to 70 and flamestrikes to 80 outside of shelter in your room or house.








