1. #1

    Broken macro needs repair/fixing

    It broke when the last patch was released, its basically a macro that I use to heal my targets target if my target is hostile or my target if its friendly with alt being the modifier for self cast. The problem I am having with it is that it wont always heal my targets target for some reason, I'm no expert on macro's so I have no idea what would cause it but if anyone sees anything wrong with this macro or can re-write it in a way they think is better, I'd appreciate the help.

    #showtooltip
    /use [mod:alt,@player] Flash of Light
    /use [help] Flash of Light
    /use [help,nodead,nomod:alt,@targettarget,help,nodead] Flash of Light
    /use Flash of Light
    Last edited by Yeorgaki; 2011-03-01 at 03:45 PM.
    He who angers you conquers you.

  2. #2
    Quote Originally Posted by Yeorgaki View Post
    It broke when the last patch was released, its basically a macro that I use to heal my targets target if my target is hostile or my target if its friendly with alt being the modifier for self cast. The problem I am having with it is that it wont always heal my targets target for some reason, I'm no expert on macro's so I have no idea what would cause it but if anyone sees anything wrong with this macro or can re-right it in a way they think is better, I'd appreciate the help.

    #showtooltip
    /use [mod:alt,@player] Flash of Light
    /use [help] Flash of Light
    /use [help,nodead,nomod:alt,@targettarget,help,nodead] Flash of Light
    /use Flash of Light
    Code:
    #showtooltip
    /use [mod:alt,@player][@targettarget,help,nodead][]Flash of Light
    Last edited by lawomous; 2011-02-28 at 09:50 PM.

Posting Permissions

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