BobLaFrite
11-10-2012, 08:50 AM
Hello fellow multiboxers ! ;)
I have a problem with HotKeyNet when i dualbox.
When I use "Shift + Mouse Left Button" combinaison it works perfectly in both games.
But when I use "Mouse Left Button + Shift" (I hold the Mouse first and then hold Shift) the script doesn't do anything in the 2nd game (1st is OK).
FYI it's for shooting while standing still in Diablo 3.
Here's my script:
//-----------
// PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
//---------------
<Hotkey ScrollLockOn Ctrl U>
<SendPC local>
<RenameFromPath "D:\Jeux\Diablo III" Diablo1>
<RenameFromPath "Q:\Diablo III" Diablo2>
//----------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------
<Label w1 Local SendFocusWin >
<Label w2 Local SendWinM Diablo2>
//------------- PROBLEMATIC CODE -------------
<Hotkey ScrollLockOn LShift LButton>
<SendLabel w1, w2>
<KeyDown LShift>
<ClickMouse Down LButton NoRestore>
<HotkeyUp ScrollLockOn LShift LButton>
<SendLabel w1, w2>
<ClickMouse up LButton NoRestore>
<KeyUp LShift>
Thanks you very much for your reading and help ! :)
I have a problem with HotKeyNet when i dualbox.
When I use "Shift + Mouse Left Button" combinaison it works perfectly in both games.
But when I use "Mouse Left Button + Shift" (I hold the Mouse first and then hold Shift) the script doesn't do anything in the 2nd game (1st is OK).
FYI it's for shooting while standing still in Diablo 3.
Here's my script:
//-----------
// PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
//---------------
<Hotkey ScrollLockOn Ctrl U>
<SendPC local>
<RenameFromPath "D:\Jeux\Diablo III" Diablo1>
<RenameFromPath "Q:\Diablo III" Diablo2>
//----------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------
<Label w1 Local SendFocusWin >
<Label w2 Local SendWinM Diablo2>
//------------- PROBLEMATIC CODE -------------
<Hotkey ScrollLockOn LShift LButton>
<SendLabel w1, w2>
<KeyDown LShift>
<ClickMouse Down LButton NoRestore>
<HotkeyUp ScrollLockOn LShift LButton>
<SendLabel w1, w2>
<ClickMouse up LButton NoRestore>
<KeyUp LShift>
Thanks you very much for your reading and help ! :)