Hi All,
Some of you may be familiar with using a top-level /click macro to call multiple castsequence macros for DPS rotations. In GCP you can achieve this same functionality in a single command. The basic principle is that if a castsequence does not actually try to cast a spell on any given press, then that sequence will advance but still allow a follow on macro to run.
Here is my spammable DPS rotation command for my current group (4 DKs as DPS):
<<DPS>>
Macro /petattack %$Leader%-target
Macro /castsequence reset=20 Horn of Winter,,,,,,,,,,,,,,,,,,,,,,,,,
Macro /castsequence [nopet] ,,,,,,,,,,,,,,,,,,,,,,,,,,,Raise Dead
Macro /castsequence reset=combat Icy Touch,Plague Strike,Pestilence,,,
Macro /cast [pet,target=pet]Corpse Explosion
Macro /cast [nopet] Death Coil
Macro /cast !Rune Strike
(I haven't parsed to see if I'm actually getting the Rune Strikes or not, but the rest of it works). The sequence above isn't particularly tuned or optimal, but it does work.
Regards,
Tot


I have two last pieces of GCP to get working the way I really want; CC and /click.
Appreciate your post, and will play with it this week.