
What i want it to do is:
Mouse starts in 1, double-click (to display the big pot), move to 2, double click, move to 3, double-click, move to 4, double-click (to place those items in the pot), move to 5, left-click, wait 5 seconds, repeat.
I came up with this:
label>start
MouseMove>320,240
Wait>1.00
LClick
LClick
LClick
Wait>1.00
MouseMove>420,240
LClick
LClick
Wait>1.00
MouseMove>520,240
LClick
LClick
Wait>1.00
MouseMove>620,240
LClick
LClick
Wait>3.22
MouseMove>180,240
LClick
Wait>5.28
Goto>start
But its not working. Its not double-clicking and the mouse movement is only accurate the first time, then it starts moving up more and more with every repetition.
What am i doing wrong?
Thanks in advance.