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

    Default This is a stupid question, but please help.

    I still dont see the difference between a /assist macro
    and a /focus macro.
    Please help me out here?
    ive searched read stickies yadayadayada

    so please explain?

  2. #2

    Default

    I don't understand your question. Do you mean using focus for targeting [target=focustarget] vs. an assist macro /assist toon1 /cast frostbolt?

    I used a focus system for ages, and still sort of do. I use [target=focustarget,harm][target=party1target,harm]. If I set my main as my focus, as I would with my pally 4 shammy group (I don't use cc with them) they assist Colt. If I have my mage or priest in the group I don't use focus, they use it for cc.

    From everything I have used the focus targeting system was the most reliable. I never accidently hit the wrong target with my clones, as I sometimes do without focus. If I tab to target my clones tend to shoot errant targets when I use party1target.

    You need to hit the stickies, again. And the Wiki. This is all covered in great depth and detail, over, and over, and over . . .
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  3. #3

    Default

    Are you confused with focus is? Focus and target are the same thing. They hold a unit in memory for you so you can refer to the variable focus or target instead of typing in the name. I think it was designed just to allow people to target an enemy but still have another enemy to CC or a friendly to heal.

  4. #4

    Default

    You can use focus to remember a target or someone from your team:
    Code:
    /focus Moderator
    Now 'focus' can be used as a unit in other macros. This way you don't have to hard-code "Moderator" into your macros, which makes your system a lot more flexible.

    Then you can assist a friendly unit by using the focus:
    Code:
    /assist focus
    or you could assist directly giving a unit name:
    Code:
    /assist Moderator
    And then it's just the usual casting:
    Code:
    /cast Ban
    Because of the assist, you can basically attack whatever enemey that focus(Moderator) is attacking.

  5. #5

    Default

    Think of it as two different variables. You have your focus target and your player target. Each can be set to a different target. So, you can have two things targeted at once. These commands are for that purpose.

    /assist will set your "player target variable" to whoever you are assisting. You can use things like /assist party1, /assist Joeblow. This variable resets with a click of the mouse or the mob dies or you reissue the command. Although /target is more appropriate in this context than /assist, but both set the same variable.
    /focus will set your "focus target variable" to whatever target you want depending on the command that follows it . This variable will remain set until you reset it by reissuing the command or a reset command.

    There are other more complex arguments as well ,as others have pointed out above.

    You may be referring to assisting and following your main in a Boxing group. In this case, the whole benefit of a "focus targetless leaderless" (or FTL) macro setup is so that if your main dies you will still be able to function because you just end up getting your target information from a different toon. This takes advantage of the /focus target variable. With just a simple /assist based macro, if the person you are assisting dies, well, you no longer can set your player target without using other means. At least, that is what I understood it to be. Never used it. I think it has more use in a PVP environment. Of course, there are more than one way to do this and you don't necessarily need to use /focus at all, but would likely require more macros etc..

  6. #6

    Default

    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=198703#post1987 03
    You can use focus to remember a target or someone from your team:
    Code:
    /focus Moderator
    Now 'focus' can be used as a unit in other macros. This way you don't have to hard-code "Moderator" into your macros, which makes your system a lot more flexible.

    Then you can assist a friendly unit by using the focus:
    Code:
    /assist focus
    or you could assist directly giving a unit name:
    Code:
    /assist Moderator
    And then it's just the usual casting:
    Code:
    /cast Ban
    Because of the assist, you can basically attack whatever enemey that focus(Moderator) is attacking.
    That's some good lolz right there.
    Nisch

Similar Threads

  1. Another Mongloid with Another Stupid Question
    By Aradar in forum General WoW Discussion
    Replies: 2
    Last Post: 08-12-2008, 01:33 PM
  2. Stupid question
    By Drizzit in forum Off-Topic
    Replies: 7
    Last Post: 07-08-2008, 08:55 PM
  3. stupid question
    By crzywolve in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 02-06-2008, 03:39 PM
  4. Stupid Newb Question
    By Candymountai in forum New Multi-Boxers & Support
    Replies: 27
    Last Post: 12-18-2007, 12:53 PM
  5. Stupid Question, from a stupid guy (1PC, 2Keyb.2Displays)
    By scornrl in forum General WoW Discussion
    Replies: 6
    Last Post: 09-22-2007, 07:23 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
  •