Close
Showing results 1 to 2 of 2
  1. #1

    Default How to set focus

    How do I set a focus for my clones? I'm new to all this multi character/macro stuff and I can't seem to find what I'm looking for. Also are there any good posts/sites that set up formation macros?

  2. #2

    Default

    Either use the in game bindings to assign a key to /focus then target something and hit that key. Or create a focus macro:
    Code:
    /focus
    and use that. To focus specific characters you can either use Unit IDs (UID) like party1 or party3pet, or something like targettarget (your targets target). eg.:
    Code:
    /focus party1
    For a more specific use you can set the target to a specific name... assuming your main is called 'Main' your alts could use:
    Code:
    /focus main
    as their focus macros.

    Personally I use a series of macros bound to F1-F3 (though I only box two). Each contains the name of the unit they should focus on when its hit.
    Mugnin has F1:
    Code:
     /clearfocus
    F2:
    Code:
     /focus Hugnin
    F3:
    Code:
      /focus Madnin (my Trail account priest)
    While Hugnin has F1:
    Code:
    /focus Mugnin
    F2:
    Code:
    /clearfocus
    F3:
    Code:
    /focus Madnin
    Madnin has the same idea...
    Clearfocus - removes the focus, otherwise when you change leaders your new leader wants to follow the new follower when you hit tab.

    Then when I change leaders or first create the party, I hit F1 (Mugnin as main) then hit tab: (F2 for Hugnin, F3 for Madnin)
    Code:
    /follow focus
    I also spam (when I don't forget) Tab after combat, FD or swimming-- all of which have been known to break follow.

    All my skills that take an enemy as a target then use this format:
    Code:
    #showtooltip
    /assist focus
    /cast <spell>
    The mains get a message about an unknown unit (because they don't have a focused target), and the others cast on what I'm aiming at.

    Hope that helps.
    Currently running 3x City of Heroes under Octopus

Similar Threads

  1. Focus your focus's focus
    By slingthor in forum Macros and Addons
    Replies: 7
    Last Post: 11-03-2008, 09:43 AM
  2. Using target as a "focus" instead of focus
    By Hachoo in forum Macros and Addons
    Replies: 5
    Last Post: 10-09-2008, 08:59 AM
  3. [Focus Macro] How to: friendly heal, harm heal focus...
    By Ramesses in forum Macros and Addons
    Replies: 2
    Last Post: 06-22-2008, 10:46 AM
  4. Focus vs non focus macros, and why?
    By iPooper in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 04-29-2008, 03:13 PM
  5. Stupid focus problem, how do I make someone focus not in my group?
    By shivetya in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 03-17-2008, 08:16 AM

Posting Rules

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