Close
Showing results 1 to 10 of 10

Threaded View

  1. #3

    Default

    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..>.
    Last edited by olipcs : 11-25-2009 at 04:47 AM
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •