Log in

View Full Version : Castsequence DPS/Heal?



Jezebel
03-06-2009, 04:39 PM
wondering if anyone knows a way to use cast sequence to slot a heal inbetween DPSing? i made the /castsequence macro fine, but i cant figure out a way to define a friendly target to heal within the sequence.

basically, i want something along the lines of :

/castsequence [target=focustarget] lightning bolt, lightning bolt, chain lightning, lesser healing wave

is there any way to define where the LHW goes?

elsegundo
03-06-2009, 05:27 PM
its somewhere in these forums.. kinda hard to search it though. but the basic idea is to make two /castsequence macros in the same macro, and add null returns for spells by using commas.

for example:
/castsequence [target=focustarget] lightning bolt, lightning bolt, chain lightning,
/castsequence [target=focus] , , , lesser healing wave

the commas with the blanks returns nothing in the second castsequence as does the space after the comman in the first castsequence.

Bigfish
03-06-2009, 05:38 PM
If you look in to the link in my sig about using /click, you can write a macro that pushed multiple buttons, allowing for fairly complex spell rotations.

Jezebel
03-06-2009, 06:04 PM
thanks guys =)

will try both ways and see which way works out best for me!