Close
Showing results 1 to 9 of 9

Threaded View

  1. #4

    Default

    Hi,

    i have a problem with the healing setup, im trying the HotKeyNet MouseOverRegion

    ok first problem :

    == i dont know which coordinate to use for the code==

    <If MouseIsOverWindowRect WoW1 36 57 274 631>
    to my understanding :
    -the first 2 set of coordinate (in red) is the Top-Left Most region
    -the second set of coordinate (in blue) is the
    Bottom-Right Most region

    this is my screenshot :




    some of the point i know what to look for :
    1. top-leftmost region, click the position, read and use the 2 coordinate on the HKN "Last key press" window, the problem is, which coordinate ?
    this is my result :
    scrn position : X = 320 y = 50
    win position : x = 0 y = 1

    2. bottom right-most region, same problem, this is my result :
    scrn position : x = 544 y = 404
    win position : x = 227 y = 341


    second problem
    ==Hot Key and Macro==



    what im trying to do :
    - mouseover target on my Tank window (WoW1)
    - press F1 button
    - Healer (WoW2) cast healingspell to the target

    this is my code
    Code:
    <Hotkey ScrollLockOn Oem3>
        
        <If MouseIsOverWindowRect WoW1 320 50 544 404>
            <SendLabel w2>
                <SaveMousePos>
                <Clickmouse Noclick Norestore>
                        <Key F3>
                <Restoremousepos>
            <SendLabel w2>
            <Key F3>
        <Else>
        <SendLabel w2>
            <Key F3>
    * im using the scrn position, for my coordinate

    i cant seem to wrap my head around all the modifier ive seen on other people code, im trying to do the simplest healing possible with just 1 spell, and if possible without any modifier,
    and maybe work my way from there, to a more complicated healing + buff + decurse + etc.

    Thank you for anyone willing to read and answer this post.
    Attached Images Attached Images        
    Last edited by hamncheese : 05-17-2012 at 11:29 PM Reason: picture too small

Posting Rules

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