Thread Tools Display Modes
04-12-15, 11:33 PM   #1
Jynks
A Frostmaul Preserver
Join Date: Oct 2006
Posts: 264
/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?
  Reply With Quote
04-13-15, 04:02 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
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.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
04-13-15, 04:11 PM   #3
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
GnomeSequencer can do this, but it sounds more like they're trying to do something.. else.
  Reply With Quote
04-16-15, 02:26 AM   #4
Jynks
A Frostmaul Preserver
Join Date: Oct 2006
Posts: 264
Originally Posted by semlar View Post
GnomeSequencer can do this, but it sounds more like they're trying to do something.. else.
wow, that looks awesome... is that legal?
  Reply With Quote
04-16-15, 11:31 AM   #5
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by Jynks View Post
wow, that looks awesome... is that legal?
Depends on what your doing, but yes.
__________________
Tweets YouTube Website
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » /castsequence with "/click"

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off