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

    Default Wow 5 man formation basic

    Hey guys i just started boxing. Im using hotkeynet with jamba addon. I run 5man setup on one pc. I've been using the basic hkn script for 5 man teams. Currently 5 dks and 5 elementals. Here is the current basic script i use. Its the sample script from hkn modified for 5 man.

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR FOUR WOW'S ON ONE PC 
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file. 
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You 
    // can change this if you want, just like you can change 
    // everything else with HotkeyNet.) 
    //
    // Requires HotkeyNet build 148 or higher.
    // 
    // For more info, go to www.hotkeynet.com 
    //================================================================
    
    
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY. 
    //-----------------------------------------------------------
    <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>    
    
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%> 
          <Run "E:\World of Warcraft\WoW.exe">
          <RenameTargetWin %2%> 
    
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
        <LaunchAndRename Local WoW3>
        <LaunchAndRename Local WoW4>
        <LaunchAndRename Local WoW5>
    //-----------------------------------------------------------
    // 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>
    
    
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%> 
    
    
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn space, up, down, left, right>
    <SendLabel w1, w2, w3, w4, w5> 
    <Key %Trigger%>
    I was wondering if anyone knows a simple formation script that could be applied to this? I started adding mogs to my toons and figured it will be awesome to show them in formation. I've heard of horizontal line formations and star formations. Im very new to dual boxing and HKN so I suck at scripting. Please feel free to add the script to the current sample so I could just copy, paste, and give a try. If more than one formation is possible just add as many as you like and i will try them out. Also please point out any errors you might find in the sample. I've been using this basic script for about 1 month and have had only mouse click issues so i just don't bother with them. Everything else is good.

    Thanks all!

    !!!!UPDATE!!!!-

    KK So I searched around some post and forums and found this script. In a way it kind of allows me several formations.


    When I hold Alt z down for about 2 seconds my four slaves align side by side my main.


    Code:
    <MovementHotkey ScrollLockOn Alt Z>
    <SendLabel w5, w3>
    <Key A>
    <Key W>
    <SendLabel w2, w4>
    <Key D>
    <Key w>
    <SendLabel w1>
    <Key s>
    Attachment 1285
    When I Alt x down for about 1.5 seconds two of my slaves spread out further. This puts all my toons almost in a perfect horizontal line.


    Code:
    <MovementHotkey ScrollLockOn Alt X>
    <SendLabel w5, w1, w4>
    <Key w>
    Attachment 1286

    However they aren't facing my main. I then broadcast my follow to fix that.
    Attachment 1287


    Now if you repeat the alt z command again for about 2 seconds your slaves will align in front of your main.
    Attachment 1288
    You can then broadcast follow and now your slaves will turn and face your main for a more military look.
    Attachment 1289

    From here repeat alt x for about 1.5 seconds...
    Attachment 1290

    and then Alt z for about 2 seconds...
    WoWScrnShot_092914_231802.jpg

    Broadcast follow and you get this formation.
    WoWScrnShot_092914_231817.jpg

    Now hold Alt z for about 2 seconds for the last formation.. Broadcast follow..turn your main around and you get a V formation.(no pic because i met my picture qouta..too many pics ><). So all in all this script is like a four in one. The horizontal, the military, the main in center, then the v formation.

    If i find any more i will update this again. Here is my entire current script with update
    Code:
    //================================================================
    // SAMPLE SCRIPT FOR FOUR WOW'S ON ONE PC 
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file. 
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You 
    // can change this if you want, just like you can change 
    // everything else with HotkeyNet.) 
    //
    // Requires HotkeyNet build 148 or higher.
    // 
    // For more info, go to www.hotkeynet.com 
    //================================================================
    
    
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY. 
    //-----------------------------------------------------------
    <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>	
    
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%> 
          <Run "E:\World of Warcraft\WoW.exe">
          <RenameTargetWin %2%> 
    
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
        <LaunchAndRename Local WoW3>
        <LaunchAndRename Local WoW4>
        <LaunchAndRename Local WoW5>
    //-----------------------------------------------------------
    // 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>
    
    
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%> 
    
    
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn space, up, down, left, right>
    <SendLabel w1, w2, w3, w4, w5> 
    <Key %Trigger%> 
    
    
    <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>

    Thanks all!
    Last edited by Khatovar : 09-30-2014 at 08:55 AM Reason: Formatting & [code] Tags

Posting Rules

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