Anyone know what I'm doing wrong? Any help would be appreciated.
- Hi, as Khatovar mentioned resolution does matter (or correctly said the aspect-ratio does matter, as HKN scales the coordinates).
But more important, as far as I recall:
When you use <If MouseIsOverWindowRect window-name x y width heigth> the first parameter must be the name of the Window ("World of Warcraft"), not the name of the label ("tank"), otherwise the <If>-Statement will never be true.
For this it might be convenient to rename your windows, to better differentiate them.
But honestly, if you want it real simple and you only wan't to use F6 for mouse-over-healing, you could simply get rid of the Region-checking, as there normaly will be no harm, if you are not in the right region.
So, to find a quick solution, I would suggest you try first:
Code:
<Hotkey F6>
<SendWin healer>
<SaveMousePos>
<ClickMouse NoClick NoRestore>
<Key F>
<RestoreMousePos>
to see if it works correctly with your resolution/aspect-ratio, and when not try to get the right scaling as Khatovar mentioned.
And when that works perfect, you can think about adding the <If MouseIsOver..>.
Connect With Us