Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1

    Default

    Clickmouse is not the same as sending keys, you can't just stick modifiers in there because there is no "LCtrl LButton" on a mouse.

    http://www.dual-boxing.com/threads/3...Button-PROBLEM

    I don't use an addon to heal, I simply use regions in HotKeyNet.

    http://genus-industri.us/wp/2011/11/...ipt-v2-part-2/
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  2. #2

    Default

    Thanks! Like I said I just started this a few months ago so I'm still learning. I did not realize Clickmouse wasn't the same as sending keys, that's just what I had in there because it was in the starter scripts. It worked for broadcasting the mouseclicks I need to accept quests and things, so I figured it would work. How wrong I was!

    I have since used
    Code:
    <Hotkey CapsLockOn LButton; CapsLockOn LShift LButton; CapsLockOn LAlt LButton; CapsLockOn LCtrl LButton>
        <If MouseIsOverWindowRect WoW1 210 335 350 175>
                    <SendLabel w1>
                        <Key %Trigger%>
                            <Clickmouse %TriggerMainKey%>
                    <SendLabel w2>
                        <Key %Trigger%>
                            <Clickmouse %TriggerMainKey%>
    and have modified it how I need it and it is working perfectly

    I was going to use regions like I saw you had in another post, but getting the coords was taking too much time so Healbot was my answer.

    Thanks again for your help!

  3. #3

    Default

    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.

    Quote Originally Posted by Khatovar View Post

    I don't use an addon to heal, I simply use regions in HotKeyNet.

    http://genus-industri.us/wp/2011/11/...ipt-v2-part-2/
    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%>

Tags for this Thread

Posting Rules

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