1. #1

    [Help] Needed with some Paladin Macros

    Hello,

    I've been using target Arena player macros for my Hammer of Justice/Turn Evil/Rebuke spells. However I would like to change this since I have 3 sets of macros for each Arena player.

    What I would like is for all 3 CCs, a macro that uses the CC on my target, however if not target exists or it is friendly I want it to use a mouse over instead. Anyone able to help with this?

  2. #2
    Deleted
    Code:
    #showtoltip
    /cast [@harm, exists] "spellname"; [@mouseover] "spellname"
    This should work.

  3. #3
    Quick thing, what if I wanted to switch it to mouse over first then target if no mouse over?

  4. #4
    Deleted
    Than
    Code:
    #showtoltip
    /cast [@mouseover, exists] "spellname"; "spellname"

  5. #5
    Deleted
    Regarding your first macro, it should be:
    Code:
    #showtooltip
    /cast [harm,nodead][@mouseover]spell
    Most of my changes are just shortening, but the "@harm" you use wouldn't work. @ (or its equivalent, target=) are required to be passed a unitID - your macro would check for whether then unitID "harm" exists (which it never will), and then cast on mouseover regardless.

  6. #6
    Ok, new question. I am using the previous macro for Turn Evil. However, what I would like for it to do is mouseover first, if no mouseover or if mouseover is unable to be feared, it fears my target if it as able to do so.

    Any help?

  7. #7
    Try this:
    Code:
    #showtooltip
    /cast [@mouseover,harm,nodead][]Turn Evil

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #8
    Awesome it works great.

    Thank You.

Posting Permissions

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