FAQ  •  Register  •  Login

How can i stop my slaves from trailing behind my main?

Moderator: MiRai

<<

Miguel045

Posts: 4

Joined: Tue Oct 11, 2011 1:30 am

Post Tue Oct 11, 2011 1:45 am

How can i stop my slaves from trailing behind my main?

Hello,

Does anyone knows how to stop my slaves from trailing behind my main when moving? I use multiboxing for PVP, and this is a huge problem for me. I can't manouver very well in thight places because my slaves are always following too far away from my main so when i turn they often get caught in obstacles or corners of buildings, also makes it almost imposible to manouver inside a building or stais... i basically have to wait about 2 seconds every time i have to make a turn so the slaves can catch-up to the main or i have to make huge arcs then mounted to prevent the slaves from getting caught in an obtacle in the road.... is really anoying!!!! I see a formations option in ISBoxer, but i don't know if this is what i'm looking for or how to set it up.... i'm new to ISBoxer

I know this problem can be solved because i seen a few multiboxers in BG's that have all their toons (slaves and main) in one single group and they all move as ONE even when mounted, rather than main followed by group of slaves!!!!

Can anyone help me with this problem please?
Thank you
<<

lax

User avatar

Site Admin

Posts: 7301

Joined: Tue Nov 17, 2009 9:32 pm

Post Tue Oct 11, 2011 8:07 am

Re: How can i stop my slaves from trailing behind my main?

The distance they follow you at is directly related to your ping. The higher your ping, the longer it takes for your other characters to receive (and react to) game information from each other. So when leading, if you have a 500ms ping, you are going to walk away for half a second before your other guys even know you moved. When moving around obstacles, and up stairs etc, make wide turns -- in some cases the widest possible.

Nobody will permanently "move as one" because your characters don't perfectly face the same direction (except the moment you zone into an instance) and therefore will not move together if you hold forward, or strafe, or backward, etc regardless of how perfect the broadcasting is. -- FAQ: Why do my toons move in different directions?

Formations are typically used for entertainment, or ranged combat where you have some time to set up beforehand. You can't really remain in formation and move around for the same reason described above, and the complexities of having to turn at different rates to remain in formation (manually, mind you)

With all of that in mind, yes there are absolutely some times where it is handy to broadcast movement. But not permanently. For a simple example, to avoid something on the ground during a boss fight you often can't afford the delay in auto-follow. Personally I have a Logitech G13, and I find the thumbstick to be perfect for moving my toons as a group in those rare cases. I've assigned it through ISBoxer to move all of my characters, and my normal movement keys are untouched.


One thing you can do is set up a toggle button for your movement keys. In fact, I just went ahead and set up a generic toggle button for movement keys now. Here's code for it that can be pasted into your ISBoxer config, instructions below the box:
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>System.Collections.Generic.List`1[ISBoxer_Toolkit.Configs.KeyMaps.MappedKey]</ObjectType>
  <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;ArrayOfMappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;W&lt;/Name&gt;
    &lt;Description /&gt;
    &lt;Combo&gt;
      &lt;Combo&gt;W&lt;/Combo&gt;
      &lt;Modifiers&gt;None&lt;/Modifiers&gt;
      &lt;Key&gt;
        &lt;Key&gt;W&lt;/Key&gt;
        &lt;Code&gt;17&lt;/Code&gt;
      &lt;/Key&gt;
    &lt;/Combo&gt;
    &lt;Hold&gt;
      &lt;Value&gt;true&lt;/Value&gt;
    &lt;/Hold&gt;
    &lt;UseFTLModifiers&gt;
      &lt;Value&gt;false&lt;/Value&gt;
    &lt;/UseFTLModifiers&gt;
    &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
    &lt;ManualLoad&gt;true&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="Keystroke"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Combo&gt;
              &lt;Combo&gt;W&lt;/Combo&gt;
              &lt;Modifiers&gt;None&lt;/Modifiers&gt;
              &lt;Key&gt;
                &lt;Key&gt;W&lt;/Key&gt;
                &lt;Code&gt;17&lt;/Code&gt;
              &lt;/Key&gt;
            &lt;/Combo&gt;
            &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;A&lt;/Name&gt;
    &lt;Description /&gt;
    &lt;Combo&gt;
      &lt;Combo&gt;A&lt;/Combo&gt;
      &lt;Modifiers&gt;None&lt;/Modifiers&gt;
      &lt;Key&gt;
        &lt;Key&gt;A&lt;/Key&gt;
        &lt;Code&gt;30&lt;/Code&gt;
      &lt;/Key&gt;
    &lt;/Combo&gt;
    &lt;Hold&gt;
      &lt;Value&gt;true&lt;/Value&gt;
    &lt;/Hold&gt;
    &lt;UseFTLModifiers&gt;
      &lt;Value&gt;false&lt;/Value&gt;
    &lt;/UseFTLModifiers&gt;
    &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
    &lt;ManualLoad&gt;true&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="Keystroke"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Combo&gt;
              &lt;Combo&gt;A&lt;/Combo&gt;
              &lt;Modifiers&gt;None&lt;/Modifiers&gt;
              &lt;Key&gt;
                &lt;Key&gt;A&lt;/Key&gt;
                &lt;Code&gt;30&lt;/Code&gt;
              &lt;/Key&gt;
            &lt;/Combo&gt;
            &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;S&lt;/Name&gt;
    &lt;Description /&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;Hold&gt;
      &lt;Value&gt;true&lt;/Value&gt;
    &lt;/Hold&gt;
    &lt;UseFTLModifiers&gt;
      &lt;Value&gt;false&lt;/Value&gt;
    &lt;/UseFTLModifiers&gt;
    &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
    &lt;ManualLoad&gt;true&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="Keystroke"&gt;
            &lt;Target&gt;all&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;RoundRobin&gt;false&lt;/RoundRobin&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;D&lt;/Name&gt;
    &lt;Description /&gt;
    &lt;Combo&gt;
      &lt;Combo&gt;D&lt;/Combo&gt;
      &lt;Modifiers&gt;None&lt;/Modifiers&gt;
      &lt;Key&gt;
        &lt;Key&gt;D&lt;/Key&gt;
        &lt;Code&gt;32&lt;/Code&gt;
      &lt;/Key&gt;
    &lt;/Combo&gt;
    &lt;Hold&gt;
      &lt;Value&gt;true&lt;/Value&gt;
    &lt;/Hold&gt;
    &lt;UseFTLModifiers&gt;
      &lt;Value&gt;false&lt;/Value&gt;
    &lt;/UseFTLModifiers&gt;
    &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
    &lt;ManualLoad&gt;true&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="Keystroke"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Combo&gt;
              &lt;Combo&gt;D&lt;/Combo&gt;
              &lt;Modifiers&gt;None&lt;/Modifiers&gt;
              &lt;Key&gt;
                &lt;Key&gt;D&lt;/Key&gt;
                &lt;Code&gt;32&lt;/Code&gt;
              &lt;/Key&gt;
            &lt;/Combo&gt;
            &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;Q&lt;/Name&gt;
    &lt;Description /&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;Hold&gt;
      &lt;Value&gt;true&lt;/Value&gt;
    &lt;/Hold&gt;
    &lt;UseFTLModifiers&gt;
      &lt;Value&gt;false&lt;/Value&gt;
    &lt;/UseFTLModifiers&gt;
    &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
    &lt;ManualLoad&gt;true&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="Keystroke"&gt;
            &lt;Target&gt;all&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;RoundRobin&gt;false&lt;/RoundRobin&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;E&lt;/Name&gt;
    &lt;Description /&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;Hold&gt;
      &lt;Value&gt;true&lt;/Value&gt;
    &lt;/Hold&gt;
    &lt;UseFTLModifiers&gt;
      &lt;Value&gt;false&lt;/Value&gt;
    &lt;/UseFTLModifiers&gt;
    &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
    &lt;ManualLoad&gt;true&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="Keystroke"&gt;
            &lt;Target&gt;all&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;RoundRobin&gt;false&lt;/RoundRobin&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
  &lt;MappedKey&gt;
    &lt;Name&gt;Toggle Movement&lt;/Name&gt;
    &lt;Description /&gt;
    &lt;Combo&gt;
      &lt;Combo&gt;Ctrl+Shift+W&lt;/Combo&gt;
      &lt;Modifiers&gt;Ctrl Shift&lt;/Modifiers&gt;
      &lt;Key&gt;
        &lt;Key&gt;W&lt;/Key&gt;
        &lt;Code&gt;17&lt;/Code&gt;
      &lt;/Key&gt;
    &lt;/Combo&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;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;On&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;W&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;On&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;A&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;On&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;S&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;On&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;D&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;On&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;Q&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;On&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;E&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStepAction"&gt;
            &lt;Target&gt;all other&lt;/Target&gt;
            &lt;MappedKey&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;Toggle Movement&lt;/MappedKeyString&gt;
            &lt;/MappedKey&gt;
            &lt;Action&gt;Set&lt;/Action&gt;
            &lt;Value&gt;2&lt;/Value&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="PopupTextAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Text&gt;Movement Mode: ALL&lt;/Text&gt;
            &lt;DurationMS&gt;1500&lt;/DurationMS&gt;
            &lt;FadeDurationMS&gt;1000&lt;/FadeDurationMS&gt;
            &lt;Red&gt;0&lt;/Red&gt;
            &lt;Green&gt;255&lt;/Green&gt;
            &lt;Blue&gt;0&lt;/Blue&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
      &lt;Step&gt;
        &lt;Stick&gt;0&lt;/Stick&gt;
        &lt;Stop&gt;false&lt;/Stop&gt;
        &lt;Stump&gt;false&lt;/Stump&gt;
        &lt;Actions&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;Off&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;W&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;Off&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;A&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;Off&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;S&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;Off&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;D&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;Off&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;Q&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStateAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Value&gt;Off&lt;/Value&gt;
            &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
            &lt;MappedKeyString&gt;E&lt;/MappedKeyString&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="MappedKeyStepAction"&gt;
            &lt;Target&gt;all other&lt;/Target&gt;
            &lt;MappedKey&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;Toggle Movement&lt;/MappedKeyString&gt;
            &lt;/MappedKey&gt;
            &lt;Action&gt;Set&lt;/Action&gt;
            &lt;Value&gt;1&lt;/Value&gt;
          &lt;/MappedKeyAction&gt;
          &lt;MappedKeyAction xsi:type="PopupTextAction"&gt;
            &lt;Target&gt;all&lt;/Target&gt;
            &lt;Text&gt;Movement Mode: Normal&lt;/Text&gt;
            &lt;DurationMS&gt;1500&lt;/DurationMS&gt;
            &lt;FadeDurationMS&gt;1000&lt;/FadeDurationMS&gt;
            &lt;Red&gt;255&lt;/Red&gt;
            &lt;Green&gt;255&lt;/Green&gt;
            &lt;Blue&gt;255&lt;/Blue&gt;
          &lt;/MappedKeyAction&gt;
        &lt;/Actions&gt;
      &lt;/Step&gt;
    &lt;/Steps&gt;
  &lt;/MappedKey&gt;
&lt;/ArrayOfMappedKey&gt;</SerializedObject>
</Box>

I just set this up for movement keys WASD with Q and E for strafing. If you hit Ctrl+Shift+W, it will toggle these movement keys to moving everyone. Hit Ctrl+Shift+W to toggle it back to normal. This is just one way of doing it of course, but you might be able to learn from it anwyay.

So, to put this in your ISBoxer, here's what to do.
1. Copy the XML code above (you should have a "Select All" button on the code box you can use, and then right click and copy).
2. In ISBoxer, in the top left pane, select General under Key Maps. (If you select a differently Key Map for it, see the non-WoW players note below)
3. In the bottom left pane, right click on "Mapped Keys" and select "Paste Mapped Keys from Clipboard". If you do not see that, either step 1 or step 2 didn't go right
4. Export to Inner Space and try it in game

Note: For anyone not playing WoW or with different movement keys, I made a little generator for you: http://isboxer.com/wizards/movement-toggle.php. Same basic instructions as above, except you can pick the keys and the Key Map this will be pasted in. After you click Generate you will be shown the full XML, you can hit Ctrl+A to select all at that point to Copy it.

Return to General discussion

Who is online

Users browsing this forum: No registered users and 0 guests