Train Arcane and Focus using Create Food by Jaseowns
1# Cast create food to level Arcane and Focus by Jaseowns
2# UO Outlands
3while skill "Arcane" < 80
4
5 cast "create food"
6 wait 350
7 if mana <= 30 and findtype "mushroom" backpack as item
8 dclick item
9 if mana <= 20 and not findbuff "meditation"
10 useskill "meditation"
11 endif
12
13 while mana <= 30 and findbuff "meditation"
14 wait 500
15 endwhile
16
17 endif
18
19endwhile