Log in

View Full Version : [WoW] Issue with HotkeyNet



kivrus
11-18-2019, 07:12 PM
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

kivrus
11-19-2019, 03:11 AM
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

Nezied
11-23-2019, 01:04 PM
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.

xdrt
02-04-2020, 12:37 PM
ppl can't help you without the script itself, post it please.