Train Arcane and Focus using Create Food by Jaseowns
# Cast create food to level Arcane and Focus by Jaseowns
# UO Outlands
while skill "Arcane" < 80
cast "create food"
wait 350
if mana <= 30 and findtype "mushroom" backpack as item
dclick item
if mana <= 20 and not findbuff "meditation"
useskill "meditation"
endif
while mana <= 30 and findbuff "meditation"
wait 500
endwhile
endif
endwhile