Log in

View Full Version : /petattack round robin with FTL setup



blast3r
02-10-2009, 03:19 PM
There may be an obvious way how to do this but I don't see it. I am using the FTL setup and wanted to make a button that will round robin petattack (felguards) so I can keep a target stunned for about 10 seconds. I am using keyclone and setting the keys in round robin there won't (doesn't) work. I dont' know if there is a way to do a castsequence with petattack. Any ideas?

Maxion
02-10-2009, 05:39 PM
There at least used to be an addon (called macro sequence or something like that) that would let you sequence macros like you would spells in a castsequence.
Try looking that up.

olipcs
02-11-2009, 08:30 AM
hm, to do this i would setup a normal ftl-key, and do the round robin with castsequences, like this:

ToonA:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 Intercept,,,,

ToonB:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,Intercept,,,

ToonC:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,,Intercept,,

ToonD:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,,,Intercept,

ToonE:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,,,,Intercept

ofcourse you can't spam that button, bbut this would also be the case with 'hardware-round-robin'.

blast3r
02-11-2009, 11:10 AM
hm, to do this i would setup a normal ftl-key, and do the round robin with castsequences, like this:

ToonA:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 Intercept,,,,

ToonB:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,Intercept,,,

ToonC:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,,Intercept,,

ToonD:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,,,Intercept,

ToonE:
/click .... (click the normal ftl-assist macro)
/castsequence reset=30 ,,,,Intercept

ofcourse you can't spam that button, bbut this would also be the case with 'hardware-round-robin'.

many thanks! going to try this out this afternoon. guess i didn't realize you could use the attack name like that. sweet

olipcs
02-11-2009, 12:46 PM
well, honestly I don't know exactly, if you can use a '/cast Intercept' with warlock pets, so this is all from scratch, but as i'm having a hunter and a '/cast Thunderstomp' works, I think it should be the same with the pets-from-hell from a Warlock ;)