1. Help with a macro ideal please

    Hello!

    Thank you for taking the time to stop by. Today as I was playing my paladin I had an ideal for a macro which im sure is not original. But my macro skills are not up to my ideal level.

    What I am trying to accomplish is making a macro with the following. If Seal of Command is active then upon activation swaps seal to Seal of Wisdom and visa versa.

    Thank you again for any help, I am not googling my question right to find an answer, So i come to the community here at warmane.


    Have a great night!

  2. Sorry but toggling between multiple abilities is not able to be accomplished in a macro. You would need an addon for this. Reason being macros are not able to store information (or get active buffs) with ease.

  3. The best you can do is

    /#showtooltip
    /castsequence Seal of Command, Seal of Wisdom

    What this does, is when you 1st time press it, SoC becomes activated, the second time you press it, SoW will be active. Further presses will swap between Seal of Command and Seal of Wisdom.

    If you want to have small QoL to it, and want to use, let's say SoW, 1st thing after you die

    #showtooltip
    /castsequence reset=death Seal of Wisdom, Seal of Command

  4. Not sure you can do that in macro,
    but you can hold down modifier key, pretty effective and simple

    /cast [nomod] seal of command
    /cast [mod:shift] seal of wisdom
    #showtooltip

    also "alt" and "ctrl" whatever rocks your boat
    Edited: April 29, 2020

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •