1. #1

    Help with focus target cast macro

    I am trying to make a focus target macro where it target's my focus target's target and cast my moonfire spell. I am not sure if it is possible.

  2. #2
    Code:
    /target [exists] focus
    /use [@targetstarget, exists] moonfire
    /targetlasttarget
    This should work though ive had some iffy experiences with macros that use targetlasttarget.
    i cannot test this macro right now but hopefully it works
    Last edited by Kamiyomi; 2012-03-21 at 06:43 PM. Reason: added exist conditionals

  3. #3
    Didn't work thanks for the attempted help though

  4. #4
    Code:
    /use [@focustarget,harm,nodead][]Moonfire

  5. #5
    /use [@focustargettarget]Moonfire
    use the "at" symbol i cant since im on a new account >.>
    Last edited by mmocba105e19de; 2012-03-22 at 08:41 AM.

  6. #6
    Quote Originally Posted by Newbie95816 View Post
    Code:
    /use [@focustarget,harm,nodead][]Moonfire
    Ty this one works

Posting Permissions

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