1. im new

    heres my script if it helps anybody


    <Hotkey ScrollLockOn Ctrl R>
    <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>

    <Hotkey ScrollLockOn Ctrl P>
    <SendPC local>
    <RenameWin "WoW1" "World of Warcraft">
    <RenameWin "WoW2" "World of Warcraft">
    <RenameWin "WoW3" "World of Warcraft">
    <RenameWin "WoW4" "World of Warcraft">
    <RenameWin "WoW5" "World of Warcraft">


    <Command ResizeAndPosition>
    <SendPC Local>
    <SendWinM %1%>
    <SetWinRect 0 0 1280 720>
    <SendWinM %2%>
    <SetWinRect 1280 0 640 360>
    <SendWinM %3%>
    <SetWinRect 1920 0 640 360>
    <SendWinM %4%>
    <SetWinRect 1280 360 640 360>
    <SendWinM %5%>
    <SetWinRect 1920 360 640 360>

    //----------------------------------------------------------
    // WINDOW SWAPPING
    //----------------------------------------------------------
    //* Window Swapping
    <Hotkey LCtrl LAlt NumPad1>
    <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>

    <Hotkey LCtrl LAlt NumPad2>
    <ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>

    <Hotkey LCtrl LAlt NumPad3>
    <ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>

    <Hotkey LCtrl LAlt NumPad4>
    <ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>

    <Hotkey LCtrl LAlt NumPad5>
    <ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>





    //-----------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES.
    //-----------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3>
    <Label w4 Local SendWinM WoW4>
    <Label w5 Local SendWinM WoW5>

    // HOTKEYS
    //--------------

    //FIRST, WE DEFINE A KEYLIST CALLED MYLIST INSTEAD OF USING HOTKEYS

    <KeyList MyList A-Z, 0-9, Oem1, Oem2, NumPad0-Numpad9, NumPadEnter, F4-F12, Esc except W, A, S, D, J, X, Q, E>



    // NOW WE CAN DEFINE THE HOTKEYS AND MODIFIERS USING THE KEYLIST INSTEAD OF MAKING A WHOLE LIST FOR EACH MODIFIER

    <Hotkey ScrollLockOn MyList; ScrollLockOn Shift MyList>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%>




    <MovementHotkey ScrollLockOn up, down, left, right, space, X, Q, E>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%>


    //------------------
    //TOGGLE HKN MUTE
    //------------------
    <hotkey Pause>
    <sendpc local>
    <ToggleHotkeys>


    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
    // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU
    // WANT TO BROADCAST.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem3>
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
    <SendLabel w1, w2, w3, w4, w5>
    <ClickMouse %TriggerMainKey%>


    <MovementHotkey ScrollLockOn Alt Z>
    <SendLabel w5, w3>
    <Key A>
    <Key W>
    <SendLabel w2, w4>
    <Key D>
    <Key w>
    <SendLabel w1>
    <Key s>


    <MovementHotkey ScrollLockOn Alt X>
    <SendLabel w5, w1, w4>
    <Key w>


    then you need

    slot 1 follow focus

    slot 2 assist focus

    one my right bar each toon needs 5 macros

    the toon with focus gets icon with its initail says /clearfocus

    the other 4 toons get / focus toon name

    when you wanna switch toon you press ctrl alt 1 or 2 or 3 or 4 or 5

    then you hold tilde - the squiggle key next to 1


    click the focus macro on the right tollbar for your toon

    ftl is better butt this works

    thx to warmane for great product and hotkeynet for great product and many peoples scripts thx,

    i dint write this script its amalgam from other hkn peeps

    keybinds , x down , z target pvp player, q e strafe all toons , arrows up down left right main toon,

    alt z then alt x form formation
    Edited: August 13, 2019

  2. Welcome Aeyeaws and thanks for posting your script for us!

    Just a couple of suggestions - F1-F5 can be much more convenient for swapping between characters - and if you plan on PVP, FTL is pretty much mandatory.

    Again, good to see people posting their scripts. If there is interest I can post some FTL snippets.

  3. this only takes 1/2 second swap toon leader, ftl still has some lag from actual window changes

    heres login for hotkeynet , if auntheticator goes off obvousoiusly you stuck


    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run %2%>
    <RenameTargetWin %3%>



    <Hotkey ScrollLockOn Alt Ctrl L>
    <LaunchAndRename Local "C:\Users\Loki\Desktop\Wrath of the Lich King 3.3.5a (wod models)\Wow.exe" WoW1>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>


    <LaunchAndRename Local "C:\Users\Loki\Desktop\Wrath of the Lich King 3.3.5a (wod models)\Wow.exe" WoW2>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>



    <LaunchAndRename Local "C:\Users\Loki\Desktop\Wrath of the Lich King 3.3.5a (wod models)\Wow.exe" WoW3>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>



    <LaunchAndRename Local "C:\Users\Loki\Desktop\Wrath of the Lich King 3.3.5a (wod models)\Wow.exe" WoW4>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>

    <LaunchAndRename Local "C:\Users\Loki\Desktop\Wrath of the Lich King 3.3.5a (wod models)\Wow.exe" WoW5>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>


    //-----------------------------------------------------------
    // PRESS CTRL O to Auto Login in case of Disconnected
    // Make Sure that ALL account Username and Password box are Empty
    // And ALL the blinking Cursor are IN the Username box
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl O>
    <SendWinM WoW1>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <wait 500>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>


    <SendWinM WoW2>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <wait 500>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>



    <SendWinM WoW3>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <wait 500>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>

    <SendWinM WoW4>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <wait 500>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>


    <SendWinM WoW5>
    <wait 1000>
    <text account name>
    <wait 500>
    <key Tab>
    <wait 500>
    <text password>
    <wait 500>
    <key enter>
    <wait 500>

    not mine , its copied

Posting Permissions

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