Create bulk mushrooms into Shelf with scrolls by neverstopswing
while findtype 'Create Food Scroll'
cast 'Create Food'
wait 1000
if mana < 10
if findtype "storage shelf" ground -1 -1 2 as shelf
menu shelf 0
wft 200
target 'self'
endif
while not findbuff "Actively Meditating"
wait 650
useskill "meditation"
endwhile
while mana < maxmana
endwhile
endif
endwhile