PDA

View Full Version : [HotKeyNet] [WoWClassic] Does this still work?



Slazen28
08-27-2019, 04:22 PM
Solved my own problem*


PSA:
The invisible windows issue still exists, where you have to rename your windows twice, then rename them back to "World of Warcraft"

Bqss
08-29-2019, 08:02 PM
Having an issue with Hotkeynet, I setup 2 computers, they are connected, its sending the keys I can see on HotkeyNet "Actions on this PC" on my client. But its like it's doing nothing at all in game, in fact it locks up all input on wow on that pc until I click or alt+tab and back to the wow window.

Update, Thanks for the tip Slazen28!! Adding this fixed the client pc.
<Hotkey ScrollLockOn Ctrl R>
<SendPC 192.168.1.198>
<RenameWin "World of Warcraft" WoW2>

<Hotkey ScrollLockOn Ctrl T>
<SendPC 192.168.1.198>
<RenameWin WoW2 "World of Warcraft">

---
Update 2; With my setup I had to change the scrip further to rename each window independently because I was unable to input on one game but not the other or vice vs.

Here is what I did:
<Hotkey ScrollLockOn Ctrl R>
<SendPC 192.168.1.198>
<RenameWin "World of Warcraft" WoW2>
<Hotkey ScrollLockOn Shift R>
<SendPC local>
<RenameWin "World of Warcraft" WoW1>

<Hotkey ScrollLockOn Ctrl T>
<SendPC 192.168.1.198>
<RenameWin WoW2 "World of Warcraft">
<Hotkey ScrollLockOn Shift T>
<SendPC local>
<RenameWin WoW1 "World of Warcraft">
--
Now I just use Ctrl+R/Ctrl+T to rename and name back unit input is working, and Shift+R/Shift+T for my other client. Hope this helps someone else struggling to get input working between 2 computers with WoW Classic.

framerate
10-08-2019, 04:04 PM
Isn't it easier to just rename them during launch of the application?


<Hotkey ScrollLockOn Alt Numpad2>
<SendPC local>
<Run "C:\Program Files (x86)\World of Warcraft\_classic_\Wow.exe" >
<RenameWin "World of Warcraft" HiddenDialogBox2>
<RenameWin "World of Warcraft" WoW2>