Thread: Focus Macro

  1. #1

    Focus Macro

    I have been trying to find a macro that will help me do some things with focus. I want it to focus my target when left clicked, and focus my target of target when right clicked. I have a focus TotT macro set up but for fights that have tank swaps I would like to be able to focus the new tank without targeting them.

  2. #2
    Moderator Cilraaz's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    PA, USA
    Posts
    10,139

    Re: Focus Macro

    It sounds like you want to set up the macro to be clickable only. If so, the following should work for you:

    /focus [button: 2,@targettarget]; [button: 1,@target]

    If you wanted something that you could hotkey, you'd probably want to use modifiers instead. Something like:

    /focus [modifier: shift, @targettarget]; [nomodifier, @target]

  3. #3

    Re: Focus Macro

    Thanks, I will try it out later when I get a chance. I wanted it to be clickable because I currently don't have many binds left. I use my mouse for movement and looking around anyway during a fight so clicking a macro every once in awhile for something like this isn't a problem.

Posting Permissions

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