Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default

    Actually, I've got it working again. Here's the thread where the solution was solved:

    https://www.dual-boxing.com/threads/...ce-Patch-8-0-1

    It had to do with ghost windows and double renaming.

    Here's the two rename functions that got me working again. Call the "alt" one first, then the regular one.

    // Command version of the same function to rename all of the World of Warcraft Windows
    <Command RenameAllWindows>
    <SendPC local>
    <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>


    // Command version of the same function to rename all of the World of Warcraft Windows
    <Command RenameAllWindowsAlt>
    <SendPC local>
    <RenameWin "World of Warcraft" WoWa>
    <RenameWin "World of Warcraft" WoWb>
    <RenameWin "World of Warcraft" WoWc>
    <RenameWin "World of Warcraft" WoWd>
    <RenameWin "World of Warcraft" WoWe>

  2. #2

    Default

    Did you have to add send to labels for the a-e?

Posting Rules

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