Make usre you have the cursor over the conbime button when you start the macro. This macro was taken from click.mac. im not sure if this was redone by my roommate ( tehnec ) or not. just thought i would post a solution to a problem i had.
Code: Select all
#event Missing "You are missing"
sub Main
:click
/click left
/autoinventory
/autoinventory
/autoinventory
/delay 1s
/goto :click
/return

