PDA

View Full Version : Any way to use /stopcasting in /castsequence?



weeep
11-21-2008, 09:40 AM
I'm 5xshammying and using "/castsequence reset=45 ,,Thunderstorm, "-like macro to cast 1 TS per 1 keypress (I hope you got the idea). But actually I need to cast "/stopcasting /cast Thunderstorm" instead of just TS because waiting for 2 sec LB cast finish is very often not acceptable.

olipcs
11-21-2008, 10:06 AM
in a macro this is difficult to do, because if you put the /stopcasting befor the /castsequence all Shamans would stop casting and not only one at a time.
To solve this i would go from macro-round-robin with '/castsequence ,,Thunder Storm,' to software-round-robin (in keyclone/hkn,ahk...) and use a simple:
/stopcasting
/cast Thunder Storm

on all toons...

Ualaa
11-22-2008, 08:16 AM
How is:

/stopcasting
/castsequence Thunderstorm,,,

any different from:

/stopcasting
/cast Earth Shock

Notes
11-22-2008, 08:40 AM
How is:
/stopcasting
/castsequence Thunderstorm,,,
any different from:
/stopcasting
/cast Earth Shock

it's not, he just needs to use round robin, if he does use keyclone that is ;)

weeep
11-25-2008, 10:22 AM
How is:

/stopcasting
/castsequence Thunderstorm,,,

any different from:

/stopcasting
/cast Earth ShockBecause all my toons will stop casting when I press this, while only one should do it.
I avoid using keyclone, because it is very buggy and unreliable. I tried using keyclone's round robin with simple macro and it does not always do what I want.

Ualaa
11-26-2008, 02:46 AM
Well you could have a macro on each toon, with a different modifier per toon.


So your macro might be...

Toon A:
/stopcasting [mod:alt]
/castsequence whatever

Toon B:
/stopcasting [mod:ctrl]
/castsequence whatever

Not sure if this will get you what you want.
I use keyclone and it works reliably for me. I've never used anything but its broadcast/override keys.
When I want to round-robin, its always via warcraft macro's.