Train Magery to 80 Shelter by Jaseowns
# Training Magery to 80 by Jaseowns
# UO Outlands
# https://youtu.be/zIGvPxBPTFk
# Requirements:
# Lightning: ~100 Mandrake root, Sulfurous Ash
# Greater Heal: ~20 Spider Silk, Ginsing, Garlic, Mandrake Root
# Invisibility: ~400 Bloodmoss, Nightshade
# Handle Camping
if skill "Camping" < 80 and findtype "kindling" backpack
if not findtype "campfire" ground -1 1 2
dclicktype "kindling" backpack
wait 650
endif
endif
# Handle herding
if not findbuff "actively meditating" and skill "Herding" < 80 and findtype "shepherd's crook" backpack as crook
dclick crook
wait 200
endif
if skill 'Magery' < 80
overhead 'Be in shelter!' 88
if skill 'Magery' < 60
overhead "Lighting" 88
if hp < 25 and mana > 20
hotkey "Greater Heal"
wft 3500
hotkey "Target Self"
elseif hp > 25 and mana > 20
hotkey "lightning"
wft 3500
hotkey 'Target Self'
wait 500
endif
if mana < 20 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 500
endif
else
if mana > 30
overhead "Invis" 88
hotkey 'Invisibility'
wft
hotkey 'Target Self'
wait 500
endif
if mana < 30 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 500
endif
endif
wait 1000
loop
else
overhead 'Time for another script!' 34
endif