Problem on simple macro.

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
Alexis Quinn
Newbie
Posts: 1
Joined: Sat Jul 09, 2016 2:55 am

Problem on simple macro.

Post by Alexis Quinn » Sat Jul 09, 2016 2:59 am

Every time I create a macro in order tu play an MMORPG game it automatically presses control, which it interfears with the timing of the game, being the macro useless.

here are the scripts:
MouseMove> 892,207
Wait>0.01
LClick>892,207
Wait>0.01
MouseMove>892,293
Wait>0.0001
Lclick>892,293
MouseMove>990,218
Lclick>990,218
MouseMove>907,446
Wait>0.3
Lclick>907,446
Lclick>907,446
Lclick>907,446
Can anyone help me how to remove de CTRL effect on every macro I create? Thank you :D

User avatar
Djek
Pro Scripter
Posts: 147
Joined: Sat Feb 05, 2005 11:35 pm
Location: Holland
Contact:

Re: Problem on simple macro.

Post by Djek » Sat Jul 09, 2016 7:59 am

hi Alexis,

some tips:
try to simply look at the syntax of the commands you are using,

i see
LClick>892,207

But what does the 892 and 207 do?

and beware that you have spaces included in some commands

like MouseMove> 892,207
that "can" get to a unwanted result

kind regards
Djek

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts