Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default [WoW] Issue with HotkeyNet

    Im trying to play dual box with 2 windows of Classic WoW.
    What I found out:
    If i turn off scroll lock and run manually both windows, then manually rename them, logging to game, and only then i do TURN ON my Scrl Lock - then for a few second my Broadcasting works. But after just few moves - it dies.. I mean it just stops working. When i press my broadcasting keybinds - they are dead and doesnt do anything (For example arrows for my moving). And sometimes they works like if im not broadcasting at all. Also my Hotkeynet windows just doesnt even show any messages.
    I can't find the solution. Please help.
    Thanks
    p.s. sry if im noob, im actually is

  2. #2

    Default

    Update:
    Another type of bug happens - HotkeyNet tells me by its log that everything is ok and it does broadcasting to the windows i need. But it's not. On some forum I read about the thing that there are also hidden windows of wow and it's because of them it doesn't work. So u need to press rename button (ctrl+R) twice, then rename back once, and it should work... and it does! But not all the time... its kinda weird, mb u know the solution? Thanks

  3. #3

    Default

    Hey Kivrus

    I had problems with getting it working too cos I didn't quite understand the whole "Hidden windows" thing, but you're right, you need to launch the code to rename the windows twice, then the code to name it back to normal once, I haven't had issues since doing that.

    I eventually added it into my script instead so it runs the rename twice and renamed back once in 1 command, looking like this

    //-----------------------------------------------------------
    // PRESS CTRL P TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
    // PRESS CTRL L TO RENAME WOW'S BACK TO NORMAL
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl P>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin WoW1 "World of Warcraft">
    <RenameWin WoW2 "World of Warcraft">


    <Hotkey ScrolllockOn Ctrl L>
    <SendPC local>
    <RenameWin WoW1 "World of Warcraft">
    <RenameWin WoW2 "World of Warcraft">
    CTRL P to rename and get going, CTRL L if for whatever reason I need to name them back, I adjusted it for 2 clients since you said you run with 2

    If this doesn't help, then it's beyond me, I'm fairly new to all this, hope it helps.

  4. #4

    Default

    ppl can't help you without the script itself, post it please.

Posting Rules

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