Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14
  1. #1

    Default HKN Mouse Broadcasting.

    Okay two quick questions. HKN Mouse Broadcasting scripts the window rect. How can i find the coordinates
    on both of my monitors for the windows? Can i just print screen and paste into paint and move my mouse over the coords?? Also the slave windows are smaller, but same
    resolution how would i go about placing the addon (VuhDo) in the same place for all of the screen?

    Sorry if this question has been answered before I tried finding something about it but I can't really seem to locate anything.

  2. #2

    Default

    Yes, you should just be able to do it in paint, just like the main screen, or you can use the "Last Key Press" window in HKN to get the mouse position.

    I've never used VuhDo, but I would guess that you can import the settings just like any other addon. There should be a file in either

    World of Warcraft\WTF\Account\ACCOUNT NAME\SavedVariables

    or

    World of Warcraft\WTF\Account\ACCOUNT NAME\SERVER\TOON

    for Vuhdo.lua or something like that. Save your master's settings in a profile, copy that file to the same location in your slaves folder and you should then be able to load that profile for them.
    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 _

  3. #3

    Default

    Quote Originally Posted by Khatovar View Post
    Yes, you should just be able to do it in paint, just like the main screen, or you can use the "Last Key Press" window in HKN to get the mouse position.

    I've never used VuhDo, but I would guess that you can import the settings just like any other addon. There should be a file in either

    World of Warcraft\WTF\Account\ACCOUNT NAME\SavedVariables

    or

    World of Warcraft\WTF\Account\ACCOUNT NAME\SERVER\TOON

    for Vuhdo.lua or something like that. Save your master's settings in a profile, copy that file to the same location in your slaves folder and you should then be able to load that profile for them.
    Thanks! Haha I don't know what I'd do without this site ><

  4. #4

    Default

    For some reason I can get the key presses to pass? Sorry >< I've listed it in the top left corner trying to find out if it's just me misplacing the rect but apparently It's not passing to the others. Is this dealing with screen resolutions? I'm using a 24 inch monitor and a 20 inch monitor

  5. #5

    Default

    Quote Originally Posted by Bourreau View Post
    For some reason I can get the key presses to pass? Sorry >< I've listed it in the top left corner trying to find out if it's just me misplacing the rect but apparently It's not passing to the others. Is this dealing with screen resolutions? I'm using a 24 inch monitor and a 20 inch monitor
    can you post your script you are runnin with HKN?
    Wondering what now will be the new pew pew class....

  6. #6

    Default

    Quote Originally Posted by coglistings View Post
    can you post your script you are runnin with HKN?
    Sure. I'm just starting out so I just basically went in and copied everything I could find about HKN. Hopefully I'm not just being stupid and overlooking something .

    <hotkey shift R>
    <sendpc local>
    <RenameWin "World of Warcraft" w1>
    <RenameWin "World of Warcraft" w2>
    <RenameWin "World of Warcraft" w3>
    <RenameWin "World of Warcraft" w4>
    <hotkey shift T>
    <sendpc local>
    <RenameWin w1 "World of Warcraft">
    <RenameWin w2 "World of Warcraft">
    <RenameWin w3 "World of Warcraft">
    <RenameWin w4 "World of Warcraft">

    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3>
    <Label w4 Local SendWinM WoW4>
    <Label w5 Local SendWinM WoW5>

    <Hotkey LButton>
    <If MouseIsOverWindowRect WoW1 5 5 200 200>
    <SendLabel w1, w2, w3, w4, w5>
    <Clickmouse LButton>
    <RestoreMousePos>
    <Else>

    <SendFocusWin>
    <ClickMouse Down %Trigger%>
    <HotkeyUp LButton>
    <SendFocusWin>
    <ClickMouse Up %Trigger%>

  7. #7

    Default

    Anyone have ideas of what it might be? I think it might be the script or where i'm defining the rect or something. Cause I try clicking on the area and it doesn't seem to be sending it to any other screen.

  8. #8

    Default

    Does HKN give you an error? Copy and paste what it says when you try to use the clickmouse.

    One thing I see is you have 4 Renames and 5 SendLabels.
    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 _

  9. #9

    Default

    Quote Originally Posted by Khatovar View Post
    Does HKN give you an error? Copy and paste what it says when you try to use the clickmouse.

    One thing I see is you have 4 Renames and 5 SendLabels.
    Sorry ><. I just seen the errors it gives me and tried finding out how to fix them. Also there is not any errors that's why i'm so puzzled ><

    From this pc: <CursorInfo 229 17 732 456 2695 128 1920 1080 2695 128><SendFocusWin><ClickMouse Up LButton>
    <CursorInfo 229 17 732 456 2695 128 1920 1080 2695 128> completed
    <SendFocusWin> completed
    <ClickMouse Up LButton> completed
    I am using the same resolution for all the WoW clients so i don't know what else i should do?
    Last edited by Bourreau : 05-04-2011 at 09:49 AM

  10. #10

    Default

    Well, that's doing what you told it to do. You aren't in the defined area, therefore it is only sending the mouseclick to the current window.

    <CursorInfo 229 17 732 456 2695 128 1920 1080 2695 128>

    229 17 732 456 = Win Pos X Y, Win Size X, Y
    2695 128 1920 1080 = Screen Pos X, Y Screen Size X, Y
    2695 128 = Screen Pos X, Y

    That is not within the defined coordinates for sending the mouse to everyone "5 5 200 200"

    And this doesn't make much sense

    <SendFocusWin>
    <ClickMouse Down %Trigger%>
    <HotkeyUp LButton>
    <SendFocusWin>
    <ClickMouse Up %Trigger%>

    I don't think %Trigger% is needed, you've already defined the key as LButton, nor do I think you need to define both the press and release. You can simply use

    <Else>
    <SendFocusWin>
    <Clickmouse LButton>
    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 _

Posting Rules

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