Training Magery to 100 - no healing by Jaseowns
# Training Magery to 100 with no healing by Jaseowns
# UO Outlands
# https://youtu.be/zIGvPxBPTFk
# Requirements:
# Restock Agent 10 setup for regs
# Invisibility: ~2100 Blood moss, Nightshade
# Summon a water elemental: >~ 5000 Blood moss, Spider's Silk, Mandrake Root
if not varexist 'restock_container'
overhead "Target your restock container"
setvar 'restock_container'
endif
if skill 'Magery' < 100
if skill 'Magery' < 80
if count 'Blood moss' < 10 or count 'Nightshade' < 10
restock 10
wft
target "restock_container"
wait 500
endif
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 3500
endif
elseif skill 'Magery' < 100
if findtype "a water elemental" true
say 'a water elemental release'
wait 200
endif
if count 'Blood moss' < 10 or count "Spider's Silk" < 10 or count "Mandrake Root" < 10
restock 10
wft
target "restock_container"
wait 500
endif
if mana > 40
hotkey "Water Elemental"
wait 5000
endif
if mana < 40 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 3500
endif
endif
wait 1000
loop
else
overhead 'We did it!' 88
endif