Signature covenant ability macro?

#showtooltip
/cast Door of Shadows
/cast Soulshape
/cast Fleshcraft
/cast Summon Steward
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Door of Shadows" or G"Soulshape" or G"Fleshcraft"or G"Summon Steward")

I know this exists, but can it be done for Phial instead of Steward ? (tooltip for Phial)?
It’s not as easy, because it’s not spell. I’d appretiate help.

It’d be technically possible, but it doesn’t fit into 255 chars, into a single macro.

Gotta luv blizzard. They couldn’tve simply done
/cast CovenantSignatureAbility

1 Like

It’s worse than that. They go out of their way to disable the placeholders once you select your covenant. Till you do, you can use these:

/cast Signature Ability
/cast Covenant Ability

That said you can probably do…

#showtooltip
/cast Door of Shadows
/cast Soulshape
/cast Fleshcraft
/use Phial of Serenity
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Door of Shadows" or G"Soulshape" or G"Fleshcraft"or G"Summon Steward" and "Phial of Serenity")

Unfortunately, when I tested just this, GetSpellInfo("Phial of Serenity") returned nil, rendering this unfortunately useless. Perhaps using 333372 (its spellid) would do the trick, anding it together with Steward?

Maybe. Worst case the only thing that last line does is change the icon.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.