
Originally Posted by
'NevadaGuy',index.php?page=Thread&postID=130955#po st130955
I'd like to be able to mouseover my healing target and set that focus for ToonC to heal. I'd like to use the middle mouse button. Is there a way to pass focus among Toons? Here is my poor attempt, any suggestions?
...
****************************
Bind mmb to "\" on ToonC
Attach following macro to "\" on ToonC:
/stopcasting
/focus [target=mouseover]
/cast [target=focus] healing wave
***************************
Can't be this easy can it??
The mouseover will be the mouseover of toon C, not of the toon that has focus. So this would work only if you are in the toon C window (there is no way for any toon to get the mouseover target of another toon).
Theoretically could have have FTL macros that do /target [target=mouseover] on the toon who pressed the keys and have other toons do targettarget on the same key binding. I say theoretically because targeting lag would prevent this from working, the mouseover target would not be acquired quick enough for the targettarget or assist to work.
The closest practical solution is you must actually target the toon you want to heal and have FTL macros on healers something like this:
Code:
/cast [target=targettarget,help][target=target,help][target=player]
And even with this you can have target lag issues - if you target the toon and hit the heal FTL key too quick you'll just heal yourself and not your target.
Due to target lag all I do one of the following (and all my heal macros start with /stopcasting):
a) mouse over to the window of the toon I want to heal and hit a FTL "healme" macro (FTL assist, heal target, targetlasttarget)
b) use specific heal party1, party2 etc macros I have bound to my numpad
This way I only have to press the key once and don't have to deal with target lag issues.
Connect With Us