Thread: Macro help

  1. #1

    Macro help

    With the way Vigilance works now, I am trying to create a macro for it. Can someone tell me if this is correct

    /target (tanks Name)
    /cast Vigilance
    /targetlasttarget


    thanks

  2. #2
    Deleted
    Code:
    /cast [@focus]Vigilance
    or

    Code:
    /cast [@tanksname]Vigilance
    So you won't have to switch your target

    I prefer
    Code:
    #showtooltip
    /cast [target=mouseover]Vigilance; Vigilance
    though, you might want to use it on several different occassions (ie: strong dot on a teammember) and not only one tank.

  3. #3
    I appreciate the help but I do not like mouse over macros. I prefer one to cast directly on the tank I want and then go back to my target before I used Vigliance, prefer a 1 button. Any help would be appreciate any help.

  4. #4
    Quote Originally Posted by jarbulldog View Post
    I appreciate the help but I do not like mouse over macros. I prefer one to cast directly on the tank I want and then go back to my target before I used Vigliance, prefer a 1 button. Any help would be appreciate any help.
    I'm pretty sure the 2nd macro he posted is what you want...

  5. #5
    Thx for this. could be handy

  6. #6
    Thank your everyone’s help. If I use the macro /cast [@tanksname]Vigilance, I just enter the tanks name where it says tanksname, but do I need to enter /targetmylasttarget to go back to my target or will it automatically go back?

  7. #7
    The Patient
    10+ Year Old Account
    Join Date
    May 2011
    Location
    Southern California
    Posts
    285
    Quote Originally Posted by jarbulldog View Post
    Thank your everyone’s help. If I use the macro /cast [@tanksname]Vigilance, I just enter the tanks name where it says tanksname, but do I need to enter /targetmylasttarget to go back to my target or will it automatically go back?
    With that macro, your "target" never changes. The [@tanksname] (or [@focus] or [@mouseover] or [@targetoftarget]) makes the macro target independently from your "target."

Posting Permissions

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