Close
Showing results 1 to 6 of 6

Thread: Flying V

  1. #1

    Default Flying V

    Hi i have my 5 druid team setup i would like to know how can i have my team get into position with one button like i use to do with keyclone.



  2. #2

    Default

    ISBoxer 37 will have a default key mapping for this, which you can copy into your ISBoxer config. Here it is:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType>
      <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt;MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
      &lt;Name&gt;Flying V Formation&lt;/Name&gt;
      &lt;Description&gt;Generated for movement keys WASD with Q and E for strafe left/right, and up to 5 characters.
    
    The Flying V aligns your characters in a V behind the leader. This example mapping always aligns them behind the character in slot 1.&lt;/Description&gt;
      &lt;Hold&gt;
        &lt;Value&gt;true&lt;/Value&gt;
      &lt;/Hold&gt;
      &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
      &lt;ManualLoad&gt;false&lt;/ManualLoad&gt;
      &lt;ResetTimer&gt;0.1&lt;/ResetTimer&gt;
      &lt;ResetType&gt;Never&lt;/ResetType&gt;
      &lt;Mode&gt;OnRelease&lt;/Mode&gt;
      &lt;Steps&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;4&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;4&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;5&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;5&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    The default is kind of an example and isn't a dynamic formation, meaning that regardless of which guy you are playing, the same ones are always going to be moving into the formation. And it's built for WASD with QE strafing (these are default movement keys in WoW and some other games)

    Anyway to get this into ISBoxer, select all of the text in the code box including the <?xml at the top, and </Box> at the end. Copy that to the clipboard (e.g. right click and select Copy). Then in ISBoxer pick a Key Map to put it in (e.g. General) in the top pane, then in the lower left right click on Mapped Keys, and select Paste Mapped Key from Clipboard. You will need to assign it a Hotkey, then after you Export you should be able to press it twice and just hold it for a little bit each time as your guys move.
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  3. #3

    Default

    Quote Originally Posted by Lax View Post
    ISBoxer 37 will have a default key mapping for this, which you can copy into your ISBoxer config. Here it is:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType>
      <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt;MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
      &lt;Name&gt;Flying V Formation&lt;/Name&gt;
      &lt;Description&gt;Generated for movement keys WASD with Q and E for strafe left/right, and up to 5 characters.
    
    The Flying V aligns your characters in a V behind the leader. This example mapping always aligns them behind the character in slot 1.&lt;/Description&gt;
      &lt;Hold&gt;
        &lt;Value&gt;true&lt;/Value&gt;
      &lt;/Hold&gt;
      &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
      &lt;ManualLoad&gt;false&lt;/ManualLoad&gt;
      &lt;ResetTimer&gt;0.1&lt;/ResetTimer&gt;
      &lt;ResetType&gt;Never&lt;/ResetType&gt;
      &lt;Mode&gt;OnRelease&lt;/Mode&gt;
      &lt;Steps&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;4&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;4&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;5&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;5&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    The default is kind of an example and isn't a dynamic formation, meaning that regardless of which guy you are playing, the same ones are always going to be moving into the formation. And it's built for WASD with QE strafing (these are default movement keys in WoW and some other games)

    Anyway to get this into ISBoxer, select all of the text in the code box including the <?xml at the top, and </Box> at the end. Copy that to the clipboard (e.g. right click and select Copy). Then in ISBoxer pick a Key Map to put it in (e.g. General) in the top pane, then in the lower left right click on Mapped Keys, and select Paste Mapped Key from Clipboard. You will need to assign it a Hotkey, then after you Export you should be able to press it twice and just hold it for a little bit each time as your guys move.
    thank you lax i will do some more testing with my 2 death knights because my system is not really running 5 nicely and smoothly as should be im sure its my video card lackin but i will keep testin isboxer to get a better understanding maybe one day i can be as good as you with the editing and stuff. thanks again



  4. #4

    Default

    can anyone post their other formations besides flying v i have other teams setup that i would like to do other formations



  5. #5

    Default

    Quote Originally Posted by Lax View Post
    ISBoxer 37 will have a default key mapping for this, which you can copy into your ISBoxer config. Here it is:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType>
      <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
    &lt;MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
      &lt;Name&gt;Flying V Formation&lt;/Name&gt;
      &lt;Description&gt;Generated for movement keys WASD with Q and E for strafe left/right, and up to 5 characters.
    
    The Flying V aligns your characters in a V behind the leader. This example mapping always aligns them behind the character in slot 1.&lt;/Description&gt;
      &lt;Hold&gt;
        &lt;Value&gt;true&lt;/Value&gt;
      &lt;/Hold&gt;
      &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
      &lt;ManualLoad&gt;false&lt;/ManualLoad&gt;
      &lt;ResetTimer&gt;0.1&lt;/ResetTimer&gt;
      &lt;ResetType&gt;Never&lt;/ResetType&gt;
      &lt;Mode&gt;OnRelease&lt;/Mode&gt;
      &lt;Steps&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;4&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;4&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;5&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;5&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
        &lt;Step&gt;
          &lt;Stick&gt;0&lt;/Stick&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;2&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Q&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Q&lt;/Key&gt;
                  &lt;Code&gt;16&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;S&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;S&lt;/Key&gt;
                  &lt;Code&gt;31&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;3&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;E&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;E&lt;/Key&gt;
                  &lt;Code&gt;18&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    The default is kind of an example and isn't a dynamic formation, meaning that regardless of which guy you are playing, the same ones are always going to be moving into the formation. And it's built for WASD with QE strafing (these are default movement keys in WoW and some other games)

    Anyway to get this into ISBoxer, select all of the text in the code box including the <?xml at the top, and </Box> at the end. Copy that to the clipboard (e.g. right click and select Copy). Then in ISBoxer pick a Key Map to put it in (e.g. General) in the top pane, then in the lower left right click on Mapped Keys, and select Paste Mapped Key from Clipboard. You will need to assign it a Hotkey, then after you Export you should be able to press it twice and just hold it for a little bit each time as your guys move.
    Lax can you post other formations thanks i would like to add as many of them



  6. #6

    Default

    I only run 4 toons, but what i do is the following.

    Add Strafe left on 1 follow toon to / which is the keybinding on the numpad
    Add strafe right on 1 follow toon to / which is the keybinding on the numpad

    In isboxer i just made a new key to send / to my toons which would make

    ....X
    X X X

    Just a heads up . If you use / in any of your slave keybinds make sure you unbind it from your other toons. Its default key is Walk/Run toggle.

Posting Rules

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