I use this program to macro in a game, and after a while it inevatiably stops working, if it's ten minutes or five hours.
The macro calls itself at the end, making it loop.
Any ideas?
Macro probram freezes while looping?
Moderators: JRL, Dorian (MJT support)
Hi,
Without seeing your script we are unable to help much. If we could see your script we will almost certainly be able to solve the problem for you.
Without seeing your script we are unable to help much. If we could see your script we will almost certainly be able to solve the problem for you.
MJT Net Support
[email protected]
[email protected]
Hi,
I think you could get into problems with the macro continually calling itself. I would change it to:
Label>start
MouseMove>262,232
Wait>0.05
LDblClick
Wait>0.05
MouseMove>222,230
Wait>0.05
LDblClick
Wait>0.05
MouseMove>181,235
Wait>0.05
LDblClick
Wait>0.05
Press Esc
Press Esc
Press Esc
Press Esc
Press Esc
Goto>start
This is a nicer way to repeat continuously.
I think you could get into problems with the macro continually calling itself. I would change it to:
Label>start
MouseMove>262,232
Wait>0.05
LDblClick
Wait>0.05
MouseMove>222,230
Wait>0.05
LDblClick
Wait>0.05
MouseMove>181,235
Wait>0.05
LDblClick
Wait>0.05
Press Esc
Press Esc
Press Esc
Press Esc
Press Esc
Goto>start
This is a nicer way to repeat continuously.
MJT Net Support
[email protected]
[email protected]