Thread: Macro question

Page 2 of 2 FirstFirst
1
2
  1. #21
    Brewmaster dawawe's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Atl, Ga
    Posts
    1,265
    Quote Originally Posted by wing5wong View Post
    i am incorrect on the timer reset =]
    cant exactly say i use castsequence alot.. the focus modifiers though.. thats a different story
    thats because castsequence is doodoo.

    Quote Originally Posted by lawomous View Post
    Look what the OP is asking. Check if target is harm otherwise focus.

    ah this makes sense now. i was just assuming he wanted it to cast on his focus if he had one . the, his target if not.
    Last edited by dawawe; 2011-04-24 at 07:23 PM.

  2. #22
    Quote Originally Posted by lawomous View Post
    Look what the OP is asking. Check if target is harm otherwise focus.
    and if focus is dead or help, he gets errors. yes?
    Last edited by wing5wong; 2011-04-24 at 07:25 PM.

  3. #23
    Brewmaster dawawe's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Atl, Ga
    Posts
    1,265
    Quote Originally Posted by wing5wong View Post
    and if focus is dead or help, he gets errors. yes?
    /run UIErrorsFrame:Clear()


    problem solved.

  4. #24
    Yup so I assume that the OP knows how to set his focus to an alive enemy thus keeping the macro short and efficient.

    You can expand on it as much as you want so it looks like this but it wasn't what he was asking.

    #showtooltip
    /castsequence [harm][@focus,harm,nodead][@focustarget,harm,nodead]reset=10 Holy Fire,Smite,Smite,Smite,Smite,Smite

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #25
    i never mentioned focustarget lol.

    id rather tidy,correct code rather than something shorter spamming error messages.
    personal preference, or best practice?

  6. #26
    I agree, but in this case whether it's a [focus] or a [focus,harm,nodead] the macro still won't work unless knows how to set his focus to an alive enemy in the first place. See what I'm saying?

    It adds nothing to its efficiency only its length.
    Last edited by lawomous; 2011-04-24 at 07:44 PM.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #27
    nod

    apparently i cant see what you are saying with three letters

  8. #28
    I recently has an issue with one of my macros and [target=focus] had to be changed to [@focus] in order for the macro to work.

    Anyone know why target=focus doesn't seem to work in macros anymore?

  9. #29
    @ is exactly the same as target= and both of them still work, so the mistake had to be somewhere else.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  10. #30
    Deleted
    Thanks for the help! the /cast [harm][@focus] works just as I wanted to!

Posting Permissions

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