Close
Showing results 1 to 10 of 12

Hybrid View

  1. #1

    Default

    Try

    Code:
    /target playername
    /focus
    /focus playername isn't valid
    5-boxing Earthen Ring US

  2. #2
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by Zugdud View Post
    Try

    Code:
    /target playername
    /focus
    /focus playername isn't valid
    WAT? Yes, /focus <playername> IS valid. I just tested it. Please don't spread disinformation.

    Mike, just as an example of the power of focus macros (especially extended ones), here's the one I use for my guys.

    Code:
    /follow donbatista
    /follow bwana
    
    /focus [target=donalberto, nodead]
    /focus [target=donbartolo, nodead]
    /focus [target=donramirez, nodead]
    /focus [target=donbatista, nodead]
    /focus [target=bwana, nodead]
    
    /follow focus
    
    /script --/click SmartBuff_KeyButton
    /script SetView(4);SetView(4);
    The basic logic behind that is roughly:
    • /follow the leader toons just in case you're ungrouped or focus fails for some reason
    • /focus whoever is still in-game and not dead, giving priority to the leaders at the bottom of the list
    • /follow focus (which just does nothing if no focus exists)
    • [commented out the SmartBuff button click thingy as I'm not using it at the moment]
    • Reset the camera to the "bird's eye follow" angle.

    It has worked well as a one-button-push refollow/refocus mechanic, and works on vehicles, too.
    Now playing: WoW (Garona)

  3. #3

    Default

    Quote Originally Posted by Ughmahedhurtz View Post
    WAT? Yes, /focus <playername> IS valid. I just tested it. Please don't spread disinformation.
    You might want to test that again. /focus playername, just as the OP had typed, is invalid because playername is not treated as a target assignment.

    Valid examples of selecting a target and setting the target as focus:

    Code:
    /focus [@playername]
    or
    Code:
    /focus [target=playername]
    or
    Code:
    /target playername
    /focus
    Invalid example

    Code:
    /focus playername
    5-boxing Earthen Ring US

  4. #4
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Oh, geez...lol. I wasn't thinking that far back on the experience meter. :P I certainly hope that wasn't the error. Heh.
    Now playing: WoW (Garona)

Posting Rules

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