Crafting Queue Alchemy Helper by Jaseowns
Description: If you're running a Crafting Queue for Alchemy you may want to drink magic resist pots and put the bottles back.. this helps with that!
1# Crafting Queue Alchemy Helper by Jaseowns
2# UO Outlands
3# Requirements:
4# Standing near a stock pile
5# Additional Info:
6# If you're running a Crafting Queue for Alchemy
7# you may want to drink magic resist pots and put
8# the bottles back.. this helps with that
9if findtype "Black Potion" backpack as mgpot
10 dclick mgpot
11 wait 200
12endif
13
14if findtype "empty bottle%s%" backpack as bottles
15 if findtype "resource container" ground -1 1 2 as stockpile
16 menu stockpile 0
17 wft 500
18 target bottles
19 endif
20endif
21
22wait 500
23loop
24