1. #1
    Elemental Lord TJ's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    North Wales
    Posts
    8,015

    Safeguard banners

    So, I'd like a macro on my Warrior to safeguard (intervene) my banners but I can't seem to get it to work.

    Currently using
    #showtooltip safeguard
    /cast [target=Demoralizing Banner] safeguard

    But it doesn't work. If possible I'd like it to include all banners so it safeguards any that I have up.

    Thanks :>

  2. #2
    Deleted
    Does this work?

    Code:
    /cleartarget [@target,exists]
    /targetexact Mocking Banner
    /targetexact [@target,noexists]Demoralizing Banner
    /stopmarco [@target,noexists]
    /s Safeguarding %t now
    /cast [@target,exists]Safeguard
    /targetlasttarget
    Last edited by mmoc48efa32b91; 2013-05-23 at 11:42 AM.

  3. #3
    Deleted
    Quote Originally Posted by TJ View Post
    So, I'd like a macro on my Warrior to safeguard (intervene) my banners but I can't seem to get it to work.

    Currently using
    #showtooltip safeguard
    /cast [target=Demoralizing Banner] safeguard

    But it doesn't work. If possible I'd like it to include all banners so it safeguards any that I have up.

    Thanks :>
    ^The problem is the [target=Demoralizing Banner], blizz changed it some time ago.
    Try [@Demoralizing Banner] or [targetemoralizing Banner]

  4. #4
    Deleted
    "Demoralizing Banner" is not a valid unitID since the banner is not a unit in your party or raid.
    If anything, zorker's solution might work.

  5. #5
    Elemental Lord TJ's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    North Wales
    Posts
    8,015
    Thanks guys, I'll check it when I log onto WoW next. Thanks again.

  6. #6
    Elemental Lord TJ's Avatar
    10+ Year Old Account
    Join Date
    Jan 2010
    Location
    North Wales
    Posts
    8,015
    Quote Originally Posted by zorker View Post
    Does this work?

    Code:
    /cleartarget [@target,exists]
    /targetexact Mocking Banner
    /targetexact [@target,noexists]Demoralizing Banner
    /stopmarco [@target,noexists]
    /s Safeguarding %t now
    /cast [@target,exists]Safeguard
    /targetlasttarget
    Works perfectly, thanks a lot.

    Oh, it doesn't seem to work with mocking banner, is their anyway to make it work?

    Nevermind, it does work! Thanks again.
    Last edited by TJ; 2013-05-26 at 03:42 PM.

Posting Permissions

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