1. #1
    High Overlord
    10+ Year Old Account
    Join Date
    Sep 2010
    Location
    Devon, England
    Posts
    105

    Question Mage armor macro

    Am I able to setup a macro that will switch between frost armor and mage armor without me having to use modifiers like I do with my hunter aspects?

    .eg.

    #showtooltip
    /cast [aspect 2] aspect of the hawk
    /cast aspect of the hawk

    With this macro I apply hawk if neither is active and also switch to fox when hawk is active and hawk when fox is active.

    Any help would be much appreciated

  2. #2
    I was using

    /stopcasting
    /castsequence !Mage Armor, !Molten Armor
    "We don't need Blizz to nerf the content. We need it to be less terrible." - Totalbiscuit

  3. #3
    Quote Originally Posted by TarTime View Post
    Am I able to setup a macro that will switch between frost armor and mage armor without me having to use modifiers like I do with my hunter aspects?

    .eg.

    #showtooltip
    /cast [aspect 2] aspect of the hawk
    /cast aspect of the hawk

    With this macro I apply hawk if neither is active and also switch to fox when hawk is active and hawk when fox is active.

    Any help would be much appreciated
    Your macro doesn't do anything, since [aspect 2] is not a real condition, it is the same as using

    Code:
    #showtooltip
    /cast Aspect of the Fox
    /cast Aspect of the Hawk
    the macro that furydeath posted should be good....

    Code:
    #showtooltip
    /stopcasting
    /castsequence Mage Armor, Frost Armor

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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