1. #1

    Exorcism/FoL macro?

    Looked through a bunch of the stickied FAQs, but couldn't find anything helpful.

    I'm after a macro that casts Exorcism, or Flash of Light (on myself) if Exorcism is on cooldown.

  2. #2
    Mechagnome
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    United Kingdom
    Posts
    580

    Re: Exorcism/FoL macro?

    Macros aren't able to make decisions like that for you. You'll need to figure out whether or not you want/need to cast Exorcism or Flash of Light for yourself, and either have a macro that uses a modifier to cast Flash of Light or have two separate keybindings.

  3. #3
    Deleted

    Re: Exorcism/FoL macro?

    I'm definitely not good at this, but let's give it a try.
    /cast [help] Flash of Light; [harm] Exorcism else
    /cast [@player] Flash of Light
    That's just about the closest you'll get

  4. #4

    Re: Exorcism/FoL macro?

    Something you could do instead...

    #showtooltip [modifier:ctrl] Flash of Light; Exorcism
    /cast [@target,harm,exists] Exorcism; [@player] Flash of Light
    /stopcasting

    Will cast Exorcism on your target if it's hostile and exists, otherwise will cast Exorcism on you.
    Also will immediately cancel casting if the spell isn't instant (in case you hit it without art of war)

    My personal favorite:

    #showtooltip [modifier:ctrl] Flash of Light; Exorcism
    /cast [@mouseover,harm,exists] Exorcism; [@mouseover,help,exists] Flash of Light; [@player] Flash of Light
    /stopcasting

    Will cast Exorcism on your mouseover target if it exists and is hostile, otherwise Flash of Light on your mouseover target if it exists and is friendly, otherwise Flash of Light on you.
    Also cancels casting if no art of war, as above.

  5. #5

    Re: Exorcism/FoL macro?

    Thanks all, I'll give these a go.

Posting Permissions

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