Close
Page 2 of 10 FirstFirst 1 2 3 4 ... LastLast
Showing results 11 to 20 of 92
  1. #11

    Default

    Any chance we can get this stickied? Please.

  2. #12

    Default

    Excellent guide Olipcs.

  3. #13

    Default RE: Mousebroadcasting

    Quote Originally Posted by olipcs',index.php?page=Thread&postID=150977#post15 0977]With HotKeyNet it is possible to do mouse-broadcasting, meaning that you can broadcast a mouse-click on a position in one window, to the corresponding position (regarding to window-resolution) in anoher window.
    In WoW this is quite usefull for 'mouse-healing', using clique or healbot and for using targetet abilities, like blizzard, druids trees, hunter aoe ...

    The general command to trigger a mouse-click with hotkey net is [url='http://www.hotkeynet.com/ref/clickmouse.html
    [/url] .
    The command is quite compley, and better explained in the HKN-APi than i could do it here, so for real details you might look there .

    I give here a simple example for simply broadcasting left, right, middle - click while pressing 'g' (for using 'g' as amodifier see ).

    Code:
    
    
    if you want tor also broadcast f.e. shift+left click you would have to add:
    Code:
    
    

    Another example for this can be found here: [HotKeyNet] HotkeyNet + AOE!
    i have problem i have in my script

    Code:
    
    
    <Hotkey Oem3 LButton, MButton, RButton, Button4, Button5> 
    <SendLabel Aiizi, Aiizii> 
    <ClickMouse %TriggerMainKey%>





    but when i am in game use Oem3 and click do nothing can you help me ? Labels are good. and i multiboxing and local (1PC)or another way to global take quest

  4. #14

    Default

    hard to say whats the problem, can you post the hotkeynet debug info for me?
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #15

    Default

    hotkeynet say no errors because i dont now where is problem

  6. #16

    Default

    hm, does hkn say anything else, when you use oem3 + a mouse button?
    (like executing clickmouse.... (in blue color))

    Another point might be, that your settings for mousedelay are to low and you have to rise them, this can be done in the options dialog of hotkeynet.
    For more detail how to do this see: http://hotkeynet.com/ref/clickmouse.html
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  7. #17

    Default PiP Error

    I'm having a bit of trouble with the PiP. I am setting up 2 WoWs on 1 system. I can start everything fine and get the windows positioned correctly but when I toggle which copy of wow is big and which is small. The smaller window does not display and I am left with just a hole in the big window where the smaller copy should be and I just see the desktop background. Any advice on this problem?

    Example:

    (The black part is where the window should be, there is actually a small strip along the top of the PiP box of the smaller window.)

    Relevent code:
    //-----------------------------------------------------------
    // SUBROUTINE TO Position Windows for 2 boxing.
    //-----------------------------------------------------------
    <Command ResizeAndPosition>
    <SendPC Local>
    <SendWin %1%>
    <SetWinSize 1280 1024>
    <SetWinPos 0 0>
    <SetWinRegion 0 25 400 300>
    <SetForegroundWin>
    <UpdateWin>
    <SendWinM %2%>
    <SetWinSize 400 300>
    <SetWinPos 0 35>
    <SetForegroundWin>
    <UpdateWin>

    //----------------------------------------------------------------
    // TOGGLE PIP CONFIG WITH HOTKEY
    //----------------------------------------------------------------
    <Hotkey ScrollLockOn Oem5>
    <Toggle>
    <ResizeAndPosition WoW1 WoW2>
    <Toggle>
    <ResizeAndPosition WoW2 WoW1>

  8. #18

    Default

    The easiest thing to do is download the sample PIP script which you can download from here:

    http://hotkeynet.com/wow/wow-pip.html

    After you download it, if you want to substitute a different size or location for your little window, here's how you plug in the numbers:

    Code:
    <Command SetPip>
    <TargetWin %2%>
    <SetWinSize WIDTH HEIGHT>
    <SetWinPos X_POSITION Y_POSITION>
    <TargetWin %1%>
    <SetWinPos 0 0>
    <SetWinSize 1680 1020>
    <TargetWin %2%>
    <SetForegroundWin>
    <UpdateWin>
    <TargetWin %1%>
    <SetWinRegion X_POSITION Y_POSITION WIDTH HEIGHT>
    <SetForegroundWin>
    �Author of HotkeyNet and Mojo

  9. #19

    Default

    Great program, made my day. And i learned to use it pretty quick with a combination of this guide and the other guides on hotkeynet´s own website.

    Thanks

  10. #20

    Default

    Glad to hear it and thanks very much for posting.

    The program has a reputation for being hard. But as you demonstrate, many people have no trouble. It depends on the user.

    People who have problems post a lot about the program. People who find it easy rarely post. The result is that the public gets an exaggerated impression of how difficult the program is. Your post helps balance things out. Thanks again.
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Replies: 15
    Last Post: 03-18-2012, 08:42 AM
  2. Lotro Dual-Boxing Howto
    By KrunkTheMadMan in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 04-02-2009, 02:27 AM
  3. 2 Boxing, 1-60 guide RAF guide?
    By pinnacle2009 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-18-2009, 07:59 PM
  4. Beginners Guide 2 Dual-Boxing (3,4,5 boxing)
    By piejoh77 in forum New Multi-Boxers & Support
    Replies: 78
    Last Post: 03-12-2009, 03:17 AM
  5. Dual-Boxing / Multi-Boxing leveling guide
    By Ziie in forum General WoW Discussion
    Replies: 3
    Last Post: 09-06-2007, 12:45 PM

Posting Rules

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