Difference between revisions of "PC Boxing - Multiboxing Guide"
Jump to navigation
Jump to search
(Created page with " == Using Hotkeys to Switch EQ Windows == Using alt-tab is strictly frowned upon, because of the PC client's problem of having alt stick when using alt-tab, and because of th...") |
(No difference)
|
Revision as of 14:13, 22 April 2016
Using Hotkeys to Switch EQ Windows
Using alt-tab is strictly frowned upon, because of the PC client's problem of having alt stick when using alt-tab, and because of the extra actions needed to switch a window.
Secret's Client
If you are using Secret's client then it came with a program called HotKeyNet.exe and a script file called Script.txt.
<Hotkey Lctrl F12>
<SendPC local>
<Open "C:\EQMac\eqgame.exe" patchme>
<Wait 2000>
<Open "C:\EQMac\eqgame.exe" patchme>
<Wait 2000>
<Open "C:\EQMac\eqgame.exe" patchme>
<Wait 2000>
<hotkey NumpadInsert>
<If WinExists "Client1-LS">
<TargetWin "Client1-LS">
<SetForegroundWin>
<SendFocusWin>
<else If WinExists "Client1">
<TargetWin "Client1">
<SetForegroundWin>
<SendFocusWin>
<else>
<endif>
<hotkey NumpadEnd>
<if WinExists "Client2-LS">
<TargetWin "Client2-LS">
<SetForegroundWin>
<SendFocusWin>
<else if WinExists "Client2">
<TargetWin "Client2">
<SetForegroundWin>
<SendFocusWin>
<else>
<endif>
<hotkey NumpadLeft>
<if WinExists "Client3-LS">
<TargetWin "Client3-LS">
<SetForegroundWin>
<SendFocusWin>
<else if WinExists "Client3">
<TargetWin "Client3">
<SetForegroundWin>
<SendFocusWin>
<else>
<endif>
<hotkey NumpadHome>
<if WinExists "HotkeyNet 0.1.45 build 210">
<TargetWin "HotkeyNet 0.1.45 build 210">
<SetForegroundWin>
<SendFocusWin>
<endif>