WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   macro to left AND right click (https://www.wowinterface.com/forums/showthread.php?t=29504)

Fragglerock 12-23-09 10:36 AM

macro to left AND right click
 
I'm trying to find out how to write a really simplistic macro that will do one thing on left click and another on right click.

To be more specific, I'd like to have an action bar button that casts lightning bolt on left click and chain lightning on right click.

Psychophan7 12-23-09 10:48 AM

/cast [btn:1] Lightning Bolt; [btn:2] Chain Lightning

Fragglerock 12-23-09 10:52 AM

thanks a bunch :)

pelf 07-08-10 09:31 AM

Or, if we're simplifying...

Code:

/cast [btn:2] _____; _____
...since if it's not button 2, then it's either 1 or something else you're not interested in checking for.

nightcracker 07-08-10 12:02 PM

Quote:

Originally Posted by nazrhyn (Post 196523)
Or, if we're simplifying...

Code:

/cast [btn:2] _____; _____
...since if it's not button 2, then it's either 1 or something else you're not interested in checking for.

And when we are in dire need of space:

Code:

/use [btn:2]_____;_____

pelf 07-08-10 06:59 PM

Quote:

Originally Posted by nightcracker (Post 196546)
And when we are in dire need of space:

Code:

/use [btn:2]_____;_____

I should have known better than to leave that space in there :).


All times are GMT -6. The time now is 09:59 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI