Code: Select all
| - MediumJars.mac -
#include routines.mac
Sub Main
/call FindCombiner Pottery
/if $return==99 /return
/cleanup
/click right inv $return
:MakeMediumJar
/sendkey down ctrl
/finditem "Medium Jar Sketch"
/if $find()==FALSE /goto :Done
/click left pack $return 0
/finditem "water flask"
/if $find()==FALSE /goto :Done
/click left pack $return 1
/finditem "block of clay"
/if $find()==FALSE /goto :Done
/click left pack $return 2
/sendkey up ctrl
/click left pack $return combine
/if "$cursor()"=="TRUE" /goto :AutoDropJar
/for v1 1 to 5
/delay 2
/if "$cursor()"=="TRUE" /goto :AutoDropJar
/next v1
/goto :MakeMediumJar
:AutoDropJar
/click left auto
/goto :MakeMediumJar
:Done
/sendkey up ctrl
/return
I verified that I am running the latest version if MQ.


