Example of a potion drop on keg by Jaseowns
Description from the author:
# Example of a potion drop on keg by Jaseowns
# UO Outlands
if findtype "Green Potion" backpack
hotkey 'Set Last Target'
waitfortarget
targettype "keg" backpack
lifttype "Green Potion" 1
drop lasttarget 0 0 0
if insysmsg "not hold any more"
overhead 'Move keg!'
organizer 1
wait 1000
endif
endifThis is just an example snippet of how to move a potion on to a keg and if the keg is full, use it moving organizer agent 1.