Thread: Focus problem
View Single Post
01-26-11, 02:12 PM   #4
Dresden
A Murloc Raider
 
Dresden's Avatar
Join Date: Oct 2009
Posts: 8
Sorry it took my a while to report back.

But you are correct, there is a focus check to see if a new focus is needed. Basically what it is suppose to do is if there is no focus currently set, it will focus that target then fear/banish. If there is it will see if the focus is a live. If it is it will fear/banish the target. If the focus is dead or no focus it will focus my new target and fear/banish. It has worked quite well so i don't have to re-acquire the target for CC. However with a little help and stream lining the macro appears to be working again. I did make a modification as it won't clear the focus on a right click, but that is ok as I can do it on the other marco.

Here is the new one:

#showtooltip
/focus [@focus,dead][@focus,noexists] target
/cast [@focus] Banish


I am still baffled as to why it worked for one but not the other, but that is water under the bridge now.

thanks again for all the help and input.