Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default [WoWClassic] Does this still work?

    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"
    Last edited by Slazen28 : 08-27-2019 at 04:47 PM

  2. #2

    Default

    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.
    Last edited by Bqss : 08-29-2019 at 11:33 PM

  3. #3

    Default

    Isn't it easier to just rename them during launch of the application?

    Code:
    <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>

Posting Rules

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