PDA

View Full Version : [HotKeyNet] Hetkeynet rename windows classic wow



JetpackG
08-08-2019, 03:16 PM
Hi and Hello. Virgin multiboxer here. I seem to be having trouble renaming windows on the Classic stress test. It working on BFA, and Private servers.
Was wondering if anybody else is having the same issue, and maybe a fix for it.

Thanks

Apatheist
08-08-2019, 03:24 PM
If your code references a directory or window name that's different from BFA you'll need to adjust it. Is the current window title in retail still just World of Warcraft? No idea.

Might help if you post the code you're using.

JetpackG
08-08-2019, 03:29 PM
Sorry mate, as i said, im a virgin user. The two windows still say World of warcraft. I use the rename window on the action tab. By code do you mean script? Im am not sure what your meaning of code is. thank you for replying any trying to help me btw.
When i rightclick other wondows the pop up window allows me to rename them, just not WoW.

Is a copy of what i am using. extremely basic.
<Label alpha local SendWinM WoW1>
<Label bravo local SendWinM WoW2>
<MovementHotkey 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, w, a, s, d>
<SendLabel alpha, bravo>
<Key %Trigger%>


If your code references a directory or window name that's different from BFA you'll need to adjust it. Is the current window title in retail still just World of Warcraft? No idea.

Might help if you post the code you're using.

xandorz
08-08-2019, 04:25 PM
I didn't have time to join the stress test so haven't tested it and only have my laptop that doesn't have my hotkeynet scripts here.

That code you showed doesn't rename windows, it also uses movementhotkey for normal hotkeys and sends movement hotkeys to slave which isn't supposed to be done. I don't get how it can work on BFA and private servers... (also BFA and private servers work different with BFA having a hidden window since cata I think, while older private servers doesn't, although you don't rename with code so I guess that is why it worked)

Try looking at this and see if you can get it to work:
http://www.dual-boxing.com/threads/53795-Hotkeynet-stopped-working?p=410644&viewfull=1#post410644

JetpackG
08-08-2019, 05:01 PM
Still no go.. I tried it again on BFA and Private.. I just change them manually, it is like Classic windows can't to be renamed. I use rename window in actions tab, CTL Right click.. seems to work on every other window except classic. Im not versed in the ways of script renaming. I tried it with a single wow loaded. Maybe blizzard did something.
Thank you for taking the time to help me.


I didn't have time to join the stress test so haven't tested it and only have my laptop that doesn't have my hotkeynet scripts here.

That code you showed doesn't rename windows, it also uses movementhotkey for normal hotkeys and sends movement hotkeys to slave which isn't supposed to be done. I don't get how it can work on BFA and private servers... (also BFA and private servers work different with BFA having a hidden window since cata I think, while older private servers doesn't, although you don't rename with code so I guess that is why it worked)

Try looking at this and see if you can get it to work:
http://www.dual-boxing.com/threads/53795-Hotkeynet-stopped-working?p=410644&viewfull=1#post410644

muldorante
08-08-2019, 07:06 PM
Are you running Hotkeynet as Administrator?

Right click Hotkeynet icon > Properties > Compatibility > Check the Run this program as an administrator > Apply > Ok

I could rename normally using the actions tab and with the script.

If you want to rename using the code, check this out:
https://www.dual-boxing.com/threads/54956-Launching-and-Renaming-Multiple-WoW-Windows-Using-Hot-Keys-Infinite-Solution

JetpackG
08-08-2019, 07:16 PM
Holy crap. That toatly worked. I can't belive I didnt try that, i made everything else run as administrator excpet HKN.
thanks Muldorante and everybody else to helped..

NyxJuan
08-08-2019, 07:32 PM
Hello, sorry for my bad English.
I am using Auto Hot Key for multiboxing with 5 accounts and it works for me normally.


First you must download the program
https://www.autohotkey.com/


and then you must copy this code into a notepad and save it with the extension: .ahk and then run the created script.
https://pastebin.com/HDHmmbQr

Remember that you can also configure your own script as you wish.

MiRai
08-08-2019, 08:53 PM
Hello, sorry for my bad English.
I am using Auto Hot Key for multiboxing with 5 accounts and it works for me normally.


First you must download the program
https://www.autohotkey.com/


and then you must copy this code into a notepad and save it with the extension: .ahk and then run the created script.
https://pastebin.com/HDHmmbQr

Remember that you can also configure your own script as you wish.
HotKeyNet is not AutoHotkey.

Regardless, the issue has already been resolved.

Warrax
08-10-2019, 06:10 AM
I use this for 5 accounts in the stresstest.

<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "World of Warcraft" WW1>
<RenameWin "World of Warcraft" WW2>
<RenameWin "World of Warcraft" WW3>
<RenameWin "World of Warcraft" WW4>
<RenameWin "World of Warcraft" WW5>
<RenameWin "World of Warcraft" WoW1>
<RenameWin "World of Warcraft" WoW2>
<RenameWin "World of Warcraft" WoW3>
<RenameWin "World of Warcraft" WoW4>
<RenameWin "World of Warcraft" WoW5>

it names all hiden windows to WW1-5 so i guess you can use the same with just 3.

Edit: note that with this script you need Scroll Lock to be ON!!!