Close
Showing results 1 to 10 of 44

Hybrid View

  1. #1

    Lightbulb New way to rename wows using hotkeynet

    old
    //----------------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S
    //----------------------------------------------------------------

    <Hotkey ScrollLockOn Ctrl R>
    <If WinSizeIs "World of Warcraft" 470 265>
    <RenameWin "World of Warcraft" HiddenDialogBox>
    <RenameWin "World of Warcraft" HiddenDialogBox>
    <RenameWin "World of Warcraft" HiddenDialogBox>
    <RenameWin "World of Warcraft" HiddenDialogBox>
    <Else>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin "World of Warcraft" WoW3>
    <RenameWin "World of Warcraft" WoW4>
    new
    //----------------------------------------------------------------
    // HOTKEY TO RENAME WOW'S
    //----------------------------------------------------------------


    <Hotkey ScrollLockOn Ctrl R>
    <If WinSizeIs "World of Warcraft" 470 265>
    <SendWinM "World of Warcraft">
    <RenameWin "World of Warcraft" HiddenDialogBox>
    <Else>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin "World of Warcraft" WoW3>
    <RenameWin "World of Warcraft" WoW4>
    *Update: the last code was bugging sometimes because there are too many renames inside one if and this was causing to rename one hidden box and three game clients to HiddenDialogBox, the new code check for the hidden box every time you press the hotkey, when all hidden box are renamed the next time you press it will rename the game clients correctly.
    I will leave the old code for comparison If you wanna try.


    Hello again guys
    If found a new way to rename wows and the hidden dialogs box separately

    With the function WinSizeIs i can focus and rename the hidden box using his dimensions (and as far i know this is standard for everyone, 470x265), leaving only the game clients with the World of Warcraft title.

    I was doing the rename manually with the hotkeynet action>rename a window, but now i can do the same action pressing two times

    Its a simple thing, but i hope that it can help someone

    Happy painting multiboxing, peace!
    Last edited by MiRai : 12-05-2017 at 05:34 PM Reason: Formatting—Automatic Text Color

  2. #2

    Default

    Quote Originally Posted by muldorante View Post
    old


    new


    *Update: the last code was bugging sometimes because there are too many renames inside one if and this was causing to rename one hidden box and three game clients to HiddenDialogBox, the new code check for the hidden box every time you press the hotkey, when all hidden box are renamed the next time you press it will rename the game clients correctly.
    I will leave the old code for comparison If you wanna try.


    Hello again guys
    If found a new way to rename wows and the hidden dialogs box separately

    With the function WinSizeIs i can focus and rename the hidden box using his dimensions (and as far i know this is standard for everyone, 470x265), leaving only the game clients with the World of Warcraft title.

    I was doing the rename manually with the hotkeynet action>rename a window, but now i can do the same action pressing two times

    Its a simple thing, but i hope that it can help someone

    Happy painting multiboxing, peace!
    Any chance you could post your full script? I cant get mine to work after april and just got back to the game. Tried alot of different "rename" versions of my old script but cant get it to work. Would be very greatful. Playing 2 wow on 1 PC.

Posting Rules

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