Hey there! So what I’m trying to achieve is basically casting Outbreak and Epidemic with the same button via macro, on my Unholy DK. Is such a thing possible? Any help would be much appreciated!
Too soon buddy, way too soon.
I would just use a modifier, like:
#showtooltip
/cast [nomod] Epidemic
/cast [mod:ctrl] Outbreak
I don’t think the #showtooltip is necessary to get the ability text/CD/whatever to pop up when you scroll over it anymore, though. Could be wrong, but I put it there for just about everything out of habit anyway.
There might be a way to add conditions for existing spell effects on your target to be taken into account, but I am exceedingly lazy when it comes to technical crap like that.
Not really because they are both on the global CD. You could use /castsequence so that after you cast one spell, the next press of the button will cast the other spell. But I wouldn’t really recommend that for abilities that use resources.
Using /castsequence, what would the macro look like then?
As an example:
#showtooltip
/castsequence reset=10 Epidemic, Outbreak
Pressing the button will cast Epidemic. Pressing it a 2nd time will cast Outbreak. If you don’t press it a 2nd time within 10 seconds, it reverts back to Epidemic.
I tend to use this to put multiple defensive CD’s on one button.
You want to cast outbreak first though.
Also, don’t forget to add a /cough emote to the macro