Back to "food" tags

Create bulk mushrooms into Shelf with scrolls by neverstopswing

1while findtype 'Create Food Scroll'
2    cast 'Create Food'
3    wait 1000
4    if mana < 10
5        if findtype "storage shelf" ground -1 -1 2 as shelf
6            menu shelf 0
7            wft 200
8            target 'self'
9        endif
10        while not findbuff "Actively Meditating"
11            wait 650
12            useskill "meditation"
13        endwhile        
14        while mana < maxmana
15        endwhile
16    endif
17endwhile
18
19