As of 9.1.5 covens can be easily change all the time, so is there a way to macro covens abilities in one macro while seeing the showtooltip when changing the coven.?
for example Fleshcraft Necrolord’s ability , and Door of shadows Venthyr’s ability in one macro?
Haven’t tested to see if they’ve re-enable these spells once you’ve selected your covenant but if they have it’ll be this:
Covenant Ability Macro
Mod: Signature Ability
Default: Covenant Ability
Priority: Mouseover > Cursor (Reticle Spells) > Default
Note: You’ll need to replace the generic spells with the specific spells once you select your final Covenant because Blizzard decided to disable the substitutions at that point.
#showtooltip
/cast [mod,@mouseover,exists,nodead] [mod,@cursor,combat] [mod] Signature Ability; [@mouseover,exists,nodead] [@cursor,combat] [] Covenant Ability
Signature is the utility ability, Covenant the combat ability.
[added]
You could also do it this way:
Dynamic GetSpellInfo Macro
Useful for things like Mercenary racials and PVP Talents where there’s no talent:row/col
condition to determine if a spell is known or not.
#showtooltip
/cast SPELL1
/cast SPELL2
/cast SPELL3
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"SPELL1" or G"SPELL2" or G"SPELL3")
1 Like
system
(system)
closed
December 3, 2021, 12:19pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.