[[ L124RD likes code brackets, so should you... ]]
Code: Select all
| - fishfillet.mac -
| - Orignally BatWingPie.mac
| - Modified by Lord Beavis
#turbo
#include routines.mac
Sub Main
/call FindCombiner Pottery
/if $return==99 /return
/cleanup
/click right inv $return
:MakePottery
/sendkey down ctrl
/finditem "Water Flask"
/if $find()==FALSE /goto :Done
/click left pack $return 0
/finditem "Ceramic Lining Sketch"
/if $find()==FALSE /goto :Done
/click left pack $return 0
/finditem "Small block of clay"
/if $find()==FALSE /goto :Done
/click left pack $return 1
/sendkey up ctrl
/click left pack $return combine
/if "$cursor()"=="TRUE" /goto :AutoDrop
/for v1 1 to 5
/delay 1
/if "$cursor()"=="TRUE" /goto :AutoDrop
/next v1
/goto :MakePottery
:AutoDrop
/click left auto
/delay 1
/click left auto
/goto :MakePottery
:Done
/sendkey up ctrl
/return

