Close
Showing results 1 to 10 of 10
  1. #1

    Default Hotkeynet rename windows classic wow* Fixed*

    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
    Last edited by JetpackG : 08-08-2019 at 07:17 PM

  2. #2

    Default

    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.

  3. #3

    Default

    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%>

    Quote Originally Posted by Apatheist View Post
    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.
    Last edited by JetpackG : 08-08-2019 at 03:48 PM

  4. #4

    Default

    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/5...l=1#post410644

  5. #5

    Default

    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.

    Quote Originally Posted by xandorz View Post
    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/5...l=1#post410644

  6. #6

    Default

    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/...inite-Solution

  7. #7

    Default

    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..
    Last edited by MiRai : 08-08-2019 at 07:23 PM Reason: Formatting - Automatic Text Color

  8. #8

    Default

    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.

  9. #9
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by NyxJuan View Post
    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.
    Do not send me a PM if what you want to talk about isn't absolutely private.
    Ask your questions on the forum where others can also benefit from the information.

    Author of the almost unknown and heavily neglected blog: Multiboxology

  10. #10

    Default

    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!!!
    Last edited by Warrax : 08-12-2019 at 07:37 AM

Posting Rules

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