Crafting Queue Alchemy Helper by Jaseowns
Description from the author:
# Crafting Queue Alchemy Helper by Jaseowns
# UO Outlands
# Requirements:
# Standing near a stock pile
# Additional Info:
# 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
if findtype "Black Potion" backpack as mgpot
dclick mgpot
wait 200
endif
if findtype "empty bottle%s%" backpack as bottles
if findtype "resource container" ground -1 1 2 as stockpile
menu stockpile 0
wft 500
target bottles
endif
endif
wait 500
loop
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!