Well I'm back again...my reply in my previous post only just barely worked sometimes afterall. I have since downloaded Pitbull and have my regions set up, yet I'm still getting the same issue really. I will click on the main window, but my /cast [@mouseover] macros are not activating on the healers window. I see the cursor being activating in the right areas of the region like it should, but it isn't activating the macro correctly. I even tested the scripting of the regions itself by going to the healer window and spamming the hotkey I have associated with it in the different areas, that works fine. But if I have the master winder open and try to preform the key, nothing happens I get the "No Target Found" message.

Originally Posted by
Khatovar
Here is the section I have for the regions. Please let me know if you can think of anything and how I might be able to get this to work like you do.
Thanks.
Code:
//Tranquility
<Hotkey CapsLockOn NumLockOn 1>
<If MouseIsOverWindowRect WoW1 0 110 248 47>
<SendLabel w3, w4, w5>
<Key %trigger%>
<SendLabel w2>
<Clickmouse Noclick>
<Key 4>
<RestoreMousePos>
//Target Healing touch
<Else If MouseIsOverWindowRect WoW1 0 158 85 297>
<SendLabel w3, w4, w5>
<Key %trigger%>
<SendLabel w2>
<Clickmouse Noclick>
<Key 1>
<RestoreMousePos>
//Target Regrowth
<Else If MouseIsOverWindowRect WoW1 85 158 100 295>
<SendLabel w3, w4, w5>
<Key %trigger%>
<SendLabel w2>
<Clickmouse Noclick>
<Key 2>
<RestoreMousePos>
//Target Rejuvanation
<Else If MouseIsOverWindowRect WoW1 185 158 70 295>
<SendLabel w3, w4, w5>
<Key %trigger%>
<SendLabel w2>
<Clickmouse Noclick>
<Key 3>
<RestoreMousePos>
//Target focus Wild Growth
<Else If MouseIsOverWindowRect WoW1 120 120 130 40>
<SendLabel w3, w4, w5>
<Key %trigger%>
<SendLabel w2>
<Clickmouse Noclick>
<Key 5>
<RestoreMousePos>
<Else>
<Key %trigger%>
Connect With Us