WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   /castsequence with "/click" (https://www.wowinterface.com/forums/showthread.php?t=52186)

Jynks 04-12-15 11:33 PM

/castsequence with "/click"
 
Is it possible to put a castsequence to also use a "/click"

/click MultiBarBottomRightButton12

I run a macro on that button.... is there a way to get that button click at the end of a castsequence?

/castsequence spell1,spell2,spell3,MultiBarBottomRightButton12

This doesn't work but something like that?

Phanx 04-13-15 04:02 PM

If you mean you want the macro to do "cast A, cast B, cast C, click X" in that sequence, then no, it's not possible. You can't combine different macro commands, and there's no conditional for "is the cast sequence on the previous line on the last part of the sequence?". Your only options are to either /click every time you activate the macro:

Code:

/castsequence A, B, C
/click X

...or use a modifier key to control when the /click happens:

Code:

/castsequence [nomod] A, B, C
/click [mod:shift] X

However, it looks like you're trying to /click an action button -- what does that button do? There may be some other option besides /click that would work here.

semlar 04-13-15 04:11 PM

GnomeSequencer can do this, but it sounds more like they're trying to do something.. else.

Jynks 04-16-15 02:26 AM

Quote:

Originally Posted by semlar (Post 308149)
GnomeSequencer can do this, but it sounds more like they're trying to do something.. else.

wow, that looks awesome... is that legal?

10leej 04-16-15 11:31 AM

Quote:

Originally Posted by Jynks (Post 308197)
wow, that looks awesome... is that legal?

Depends on what your doing, but yes.


All times are GMT -6. The time now is 03:02 PM.

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