Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Example, to target heals on the character the boss (e.g. your target) has targeted or if that doesn't exist targeted at the FTL leader:

    Code:
    !if (character in "Monk" and character in "Healer") /castsequence  [@targettarget][@{FTL}][] reset=15 renewing mist, null
    or for something you always want targeted at a particular slot or yourself if slot 1 doesn't exist:
    Code:
    !if (character in "Monk" and character in "Healer") /castsequence  [@{SLOT1}][] reset=15 renewing mist, null
    Now playing: WoW (Garona)

  2. #2

    Default

    @Ughmahedhurtz - Thanks for posting those examples! They've made me rethink some of how I am doing my macros.

Tags for this Thread

Posting Rules

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