Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 15
  1. #1

    Default FOCUS and TARGET

    I have been reading the posts and am still fuddled.

    WOW has the option to bind focustarget and targetfocus but other than that I have no idea what that means.

    I cant seem to figure this out by reading between the lines either.

    How does one SET focus? Why is there a focustarget and targetfocus? Why the opposites?

    This would help me understand how to make my macros. Can somebody point me to an explanation?

    Thx

  2. #2

    Default

    Focustarget Makes your target your focus, Targetfocus shows your Targets focus.
    Wilbur

  3. #3

    Default Re: FOCUS and TARGET

    Quote Originally Posted by Sun
    I have been reading the posts and am still fuddled.

    WOW has the option to bind focustarget and targetfocus but other than that I have no idea what that means.

    I cant seem to figure this out by reading between the lines either.

    How does one SET focus? Why is there a focustarget and targetfocus? Why the opposites?

    This would help me understand how to make my macros. Can somebody point me to an explanation?

    Thx
    When i set focus in a macro, i do a /target x and then a /focus.
    But a /focus x might set x as your focus as well. However i don't believe so.

    I don't remember the exact names for them, but most things (targets?) that are valid, like target, player, pet and focus can be added after each other. So targettarget would be your targets target. Focustarget and targetfocus are just consequences of this mechanic.

    As an example, i use /focus when i cast my fire elemental. I cast it and set
    it as my focus by clicking on the icon with my right mouse button.
    [code:1]
    /target Greater Fire Elemental
    /focus
    [/code:1]

    I can then cast Lesser Healing Wave on it by using this in the macro:
    [code:1]
    /cast [target=focus] Lesser Healing Wave
    [/code:1]

    I can also give my elemental some support by casting lightning bolt on his target by using:

    [code:1]
    /cast [target=focustarget] Lightning Bolt
    [/code:1]

    This way i can both heal and support him with DPS without switching my target. All this with the use of our friend focus :-)

    That's as i have it figured. Mind you i haven't started multiboxing yet, but i have written some quite useful macros for my shaman.

    I find this page helpful:
    http://www.wowwiki.com/Making_a_macro

  4. #4

    Default

    thanks for those focus ideas, I'll make good use of it when the time comes.

  5. #5

    Default

    Focus Target
    Create a focus for the thing I currently have targeted
    (store target into memory)

    Target Focus
    Target the thing that I made my focus from above
    (retrieve target from memory)

  6. #6

    Default

    think of this situation:

    4 mages... 5+ mobs...

    each mage has a key bound to assist the main.. which will target the main's target

    each mage has a key that sets focus to the current target

    each mage also has a key that will sheep their focus target

    then... and here's the fun bit... you put the 'set focus' key into round robin

    now... roll up to your 5+ mob area. your main clicks a target, hit the 'assist main' key.. all mages get the target. then hit the 'set focus' key... and only 1 mage will set that mob as his target. repeat for all mobs. (will take a second, but can be done at a distance)

    now... run in... hit 'sheep your focus' key... 4 different mobs get sheep'd at once... target a non-sheep mob with your main, assist-main, and blast it.

    once in a while, hit 'sheep your focus' to keep the mobs sheep'd... they will all un-sheep at the same time, so timing it is easy. just concentrate on those that are not sheep'd and you'll clean up in no time.

    http://www.dual-boxing.com/forums2/v...?p=14596#14596

  7. #7

    Default

    Quote Originally Posted by Heenan
    Focus Target
    Create a focus for the thing I currently have targeted
    (store target into memory)
    Let's not confuse this with "focustarget", which is your focus' target.

    Ie, /cast [target=focustarget] shadow bolt, which will cast a shadow bolt on my focus' target.

    I think the simplest answer to the original question is that focus is basically a second target that is stored locally.

    So, essentially, you have two targets you can assign independently. And then, in macros, you can append 'target' to the end of each of these to get that unit's target.. So you can have focustarget targettarget and targettargettarget, etc.
    Magtheridon: Eta, Psi, Iota, Epsilon, Upsilon (Pa/Pr/Wl/M/M)

  8. #8

    Default

    Quote Originally Posted by kalih
    Quote Originally Posted by Heenan
    Focus Target
    Create a focus for the thing I currently have targeted
    (store target into memory)
    Let's not confuse this with "focustarget", which is your focus' target.

    Ie, /cast [target=focustarget] shadow bolt, which will cast a shadow bolt on my focus' target.

    I think the simplest answer to the original question is that focus is basically a second target that is stored locally.

    So, essentially, you have two targets you can assign independently. And then, in macros, you can append 'target' to the end of each of these to get that unit's target.. So you can have focustarget targettarget and targettargettarget, etc.
    Aye, but OP was asking about the 2 bind-able options in the Keybindings page.

  9. #9

    Default

    Quote Originally Posted by keyclone
    think of this situation:

    4 mages... 5+ mobs...

    each mage has a key bound to assist the main.. which will target the main's target

    each mage has a key that sets focus to the current target

    each mage also has a key that will sheep their focus target

    then... and here's the fun bit... you put the 'set focus' key into round robin
    round robin? is this a feature of your program or just definition of what to do?

    In my needs I have fear set to focus with each lock having his own fear key. If I think I am going to get into a messy combat I will need to set focus before that (else have keys set to make each lock accept his current target as focus should the fur fly - like respawns)

  10. #10

    Default

    round robin:

    3 PCs, round robin:
    you press a key and it will be sent to your first computer
    you press it again and it will be sent to your second computer
    you press it again and it will be sent to your third computer
    you press it again and it will be sent to your first computer
    you press it again and it will be sent to your second computer
    you press it again and it will be sent to your third computer

    you can use it for deathcoil rotations, fear rotations or sheep rotations....

    keyclone supports the round-robin function for keys.
    [align=center]
    Deutscher Multi-Boxing Blog mit Tutorials, Einleitungen, Hardware-Setups ....
    Klickt hier und ihr werdet erleuchtet: http://beyond-tec.blogspot.com
    [/align]

Similar Threads

  1. Target/Focus
    By Boogey in forum German
    Replies: 13
    Last Post: 08-28-2010, 07:56 AM
  2. /target=focus target VS /assist focus
    By Dzonatan in forum Macros and Addons
    Replies: 19
    Last Post: 07-25-2009, 04:18 PM
  3. Clone Auto target its Mains(Focus) target ?
    By Rygh in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 07-24-2008, 11:11 PM
  4. Free up Focus target for Shaman Hex target
    By Fleecy in forum General WoW Discussion
    Replies: 3
    Last Post: 07-14-2008, 08:15 PM
  5. Focus on target?
    By nolic0321 in forum Macros and Addons
    Replies: 2
    Last Post: 05-04-2008, 03:57 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
  •