1. #1

    Macro help, targettarget

    I am a Resto Shaman and I want to make a macro that will cast Lightning bolt at my target if it is hostile, or cast Lightning bolt at the targettarget if I am targeting a friend.

    Can I do this?

    Thank you

  2. #2
    #showtooltip
    /cast [harm] [noharm,target=targettarget] Lightning Bolt

    Should do the trick

  3. #3
    Here you go
    #showtooltip
    /cast [@targettarget,harm][]Lightning Bolt

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4
    Deleted
    Actually, lawomous' macro prioritizes on an enemy targettarget even if the target is an enemy, too.
    Code:
    #showtooltip
    /cast [harm][@targettarget, harm][]Lightning Bolt

  5. #5
    Thank you all, so much!

Posting Permissions

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