Restock, recycle items, move from recycler to magic item vault and storage chest within 1 tile by scottie2hottie69
Description from the author:
# Restock from Storage Shelf
if findtype 'storage shelf' ground as 'YourShelf'
overhead 'Restocking from Storage Shelf.' 50
menu 'YourShelf' 1
wait 500
endif
# Recycle items first
if findtype 'ornate elven chest' ground -1 -1 2 as YourRecycler
overhead 'Recycling items first.' 50
dclick YourRecycler
waitforgump 4045111101
gumpresponse 7
waitforgump 4045111101
gumpresponse 6
waitforgump 4045111101
gumpresponse 6
waitforgump 4045111101
gumpclose
wait 350
else
overhead 'Recycler NOT Found!' 34
endif
# Send restocked Magic Items to Recycler
if findtype 'sm magic item vault' ground -1 -1 2 as YourMagicItemVault
overhead 'Sending Magic Items to Recycler.' 50
menu YourMagicItemVault 0
waitfortarget
wait 350
targettype 11762 true 0
wait 350
endif
# Send restocked Resources to Recycler
if findtype 'resource container' ground -1 -1 2 as YourStockpile
overhead 'Sending Resources to Recycler.' 50
menu YourStockpile 0
waitfortarget
wait 350
targettype 11762 true 0
wait 350
endif
overhead 'All loot has been stored.'
wait 300
overhead 'Lets get back to hunting!!'
endifThis is a little script that will use your storage shelf to restock, and then clear your magic item recycler for you








