macro for DCUO

x64 Replacement/Alternative to Microsoft's IntelliMouse application.
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Post Reply
BLACKHORSE2013
New User
Posts: 3
Joined: Fri Apr 19, 2013 8:29 pm

macro for DCUO

Post by BLACKHORSE2013 »

Hi, im playing DCUO and i want to create a macro

the sequence is press 1 then after 10 ms hold left button, then after 5 ms click right button

how can i do that?

regards
User avatar
phil
Site Admin
Posts: 7670
Joined: Sun Apr 06, 2003 11:12 pm

Re: macro for DCUO

Post by phil »

I'm not 100% sure you can do that.... I think the "hold left button" may be impossible without a code change....

However, you can try this - it might work...
Select Simulated keystrokes for the button you want to use...
Select "During as the method"

in the input field, try this:

1<waittms:10>{LMB}<waitms:5>{RMB}

Play around with the different methods, but I think the "hold left button" but is going to be a problem because it will probably send a click (down and up). If that is the case, there might be something I can do about that in the next version (eg. add {LMBdown} and {LMBup} type commands too).

Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
BLACKHORSE2013
New User
Posts: 3
Joined: Fri Apr 19, 2013 8:29 pm

Re: macro for DCUO

Post by BLACKHORSE2013 »

Thanks phil, im going to try.

hold mouse button can be an excellent option because, for example, in DCUO the combos are using hold button mouse

regards!
User avatar
phil
Site Admin
Posts: 7670
Joined: Sun Apr 06, 2003 11:12 pm

Re: macro for DCUO

Post by phil »

If you dont have any luck I would be happy to try and add the extras to the current beta - I might even be able to do it quickly (although no promises :))

Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
BLACKHORSE2013
New User
Posts: 3
Joined: Fri Apr 19, 2013 8:29 pm

Re: macro for DCUO

Post by BLACKHORSE2013 »

Phil, i tryinig to do 1<waitms:10>{LMB}<waitms:5>{RMB}, work ok for other combo, but not for the combo who need hold mouse buttons.

would be nice to be chosen that amount of time the mouse button is held down

{HOLDLMB:19}

Regards
User avatar
phil
Site Admin
Posts: 7670
Joined: Sun Apr 06, 2003 11:12 pm

Re: macro for DCUO

Post by phil »

I think if I did {LMBDown} and {LMBup} would it not be OK because you can put a {waitms:10} inbetween!
Otherwise, to try and branch off, while potentially having to do other things at the same time, is going to get over complicated.

Also in my previous example, I got it wrong... <waitms:10> should be {waitms:10}
All non-characters are in {} not <> sorry (too much XML today!)

Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
User avatar
phil
Site Admin
Posts: 7670
Joined: Sun Apr 06, 2003 11:12 pm

Re: macro for DCUO

Post by phil »

I've added this to 2.6 beta 3, so you might like to give that a try from the beta thread at the top of this forum. The new actions are {LMBD} for left down, {LMBU} for left up and the same for all the other buttons. I have not added the information to the little "help" window yet because I'm unsure yet if it might cause problems (for example, if you put {LMBU} before or without a {LMBD}, it could confuse things rather!

Thanks,
Phil.
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Post Reply