1. #1

    Unable to get a Focus Macro to work

    Right, so here's the basic deal.

    I'm attempting to set up a Focus target macro. Two of them in fact.

    The idea is get the macro's to cast Sacred Shield and Beacon of Light on my focus target, without losing my current target.

    The macro is:
    #showtooltip Sacred Shield
    /cast [button:2, target=focustarget] Sacred Shield
    /cast Sacred Shield

    with Beacon of Light placed instead.

    The problem itself, the SS is only cast on myself, or my target if I have one.

    I got the macro from wowwiki.com, but it seems to not work at all.

    Thanks in advance

  2. #2

    Re: Unable to get a Focus Macro to work

    should be

    Code:
    #showtooltip Sacred Shield
    /cast [target=focus,exists] Sacred Shield
    if i'm not mistakin

  3. #3

    Re: Unable to get a Focus Macro to work

    Perfect, works like a charm!

    Thanks a lot

Posting Permissions

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