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

    Default Heal main target's focus on mouseover?

    I found this macro in the codex and found it extremely useful ( Thanks Vyndree! )

    Code:
    Heal Main or Main's Target (Vyndree):
     
     #showtooltip
     /target party1
     /target focus
     /cast [target=targettarget,help,nodead,exists] Healing Wave; [target=target,help,nodead,exists] Healing Wave
    I was thinking about it and it would be much simpler if this could be done with focus instead of target, since that would allow the main to keep the same target. I've tried many combinations but could not get this to work. I was thinking something along the lines of having your toons use macros that look like this:

    Code:
    Main: 
    /focus [target=mouseover]
    Code:
    Healer: 
    /cast [target=focusfocus,help,nodead,exists] Healing Wave
                                    	or
    /target focus
    /cast [target=targetfocus,help,nodead,exists] Healing Wave
    If you assign these two macros to the same key they work but it seems that the macro on the healer is always one step and heals the last focus of the main due to maybe the speed at which the key is pressed vs the speed at which blizzard changes focus.
    Any ideas?
    5 Man PVE:
    1x Prot Pally --- 3x Ele Shaman --- 1x Resto Shaman
    Current Level: 35

  2. #2

    Default

    It is probably due to the targeting lag. You can try a double key press with castsequences. First hit of the key focuses, 2nd hit heals. Then it just becomes a timing issue with how quickly you can hit the key twice. Its ugly I know, maybe someone else has something more elegant. What you actually need is a [target=focusmouseover]
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  3. #3

    Default

    Focus isn't shared like target. You can't get access to another char's focus.
    All my codes r belong to you: wow5box

  4. #4

    Default

    I had a feeling that might be the case after all of my unfruitful attempts.

    Might there be a way to get around that though by re-targeting your previous target?
    And also some way to account for the slight delay between accounts.
    5 Man PVE:
    1x Prot Pally --- 3x Ele Shaman --- 1x Resto Shaman
    Current Level: 35

  5. #5

    Default

    /targetlastarget

    if I remember correctly.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  6. #6

    Default

    I'm not quite clear what you are trying to do. Specify a clone target via mousover on your main? Specify a clone target without changing your main's target? There are a couple of systems that leave focus free (I use this), so you could bind a hotkey to set focus on your healer and use a healing macro that checks focus first. Don't know if that would meet your needs though.
    All my codes r belong to you: wow5box

  7. #7

    Default

    Quote Originally Posted by Chorizotarian',index.php?page=Thread&postID=52022# post52022]I'm not quite clear what you are trying to do. Specify a clone target via mousover on your main? Specify a clone target without changing your main's target? There are a couple of systems that leave focus free (I use [url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=39052&highlight=page+ switching#post39052
    this[/url]), so you could bind a hotkey to set focus on your healer and use a healing macro that checks focus first. Don't know if that would meet your needs though.
    He wants to heal the target his main is mousing over.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  8. #8

    Default

    no hope... mouseover is local.

    Perhaps an addon could pass the information over the addon channel but you will still likely hit the protected function limitation for targeting if in combat
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  9. #9

    Default

    Ok here is my idea, I've been at this for a while now and it has all but halted my leveling.

    Main targets a player in the party > healer heals main's target > main goes back to original target

    i was hoping this could all happen using 1 key ( different macros on main/healer obv. ). it seems this is impossible using focus, but maybe using target=mouseover and castsequence and /targetlasttarget this might be able to be done quickly without having to click around and again for repetitiveness, using only 1 key.

    something like this for the main:

    /target [target=mouseover]
    /(some sort of delay? or blank click of same button here)
    /targetlasttarget

    meanwhile the healer uses:

    /target Jaheed
    /target focus
    /(some sort of delay? or blank click of same button here, this is to counteract the delay lag )
    /cast [target=targettarget,help,nodead,exists] Healing Wave; [target=target,help,nodead,exists] Healing Wave
    5 Man PVE:
    1x Prot Pally --- 3x Ele Shaman --- 1x Resto Shaman
    Current Level: 35

  10. #10

    Default

    Why not just target the old-fashioned way and then retarget with "/targetlasttarget" if you want? That way you wouldn't need a delay. I think you would quickly get dissatisfied with whatever delay you choose because it's either going to be unreliable (a short delay will fail when your ping gets long) or it will add unnecessary delay to your healing process.

    Ok here is my idea, I've been at this for a while now and it has all but halted my leveling.
    IMO level 13 is too early to be hung up on niceties like this. Get back to leveling! :P
    All my codes r belong to you: wow5box

Similar Threads

  1. Replies: 28
    Last Post: 04-09-2009, 12:23 PM
  2. auto focus window on mouseover?
    By Anhvariel in forum Software Tools
    Replies: 3
    Last Post: 12-03-2008, 04:39 AM
  3. How to make Slaves heal, mainchar's mouseover target...
    By Betaversion in forum Macros and Addons
    Replies: 2
    Last Post: 08-27-2008, 11:29 AM
  4. [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
  5. Warrior main in 5 box, how to heal?
    By Vodka in forum Macros and Addons
    Replies: 12
    Last Post: 12-09-2007, 07:53 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
  •