Close
Page 3 of 3 FirstFirst 1 2 3
Showing results 21 to 25 of 25
  1. #21

    Default

    Your first paste was correct. The inner XML is "escaped" and should indeed have the < and >, etc. I will check it out, thanks
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  2. #22

    Default

    Tested your mapped key, and it works correctly. Is there anything else I should know?

    Perhaps your issue is that you used the Quick Setup Wizard, which uses ] for "FTL Target Me" in the General key map -- in other words the ] key will be assigned in WoW to a macro that does /targetexact <character> -- and you didn't realize it?
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  3. #23

    Default

    Thanks, that did it

    Yes, used the wizard. Had to re-assign ftl target me to something random, but now it seems to work.

    Now to just get my movement key map to work - up and break follow, down and break follow, middle mouse (hold both mouse buttons) and break follow on self, etc. Gonna keep playing with them but so far they do absolutely nothing (up/down keys not sent, follow not broken).

  4. #24

    Default

    Up and break follow key looks like this. The down and mouse ones are pretty much the same but also do nothing:

    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;Forward and break follow&lt;/Name&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Up&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Up&lt;/Key&gt;
          &lt;Code&gt;328&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;Steps&gt;
        &lt;Step&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="WoWMacroAction"&gt;
              &lt;ShortName&gt;strobeoff all&lt;/ShortName&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Ctrl+Shift+Alt+F11&lt;/Combo&gt;
                &lt;Modifiers&gt;Ctrl Shift Alt&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;F11&lt;/Key&gt;
                  &lt;Code&gt;87&lt;/Code&gt;
                &lt;/Key&gt;
              &lt;/Combo&gt;
              &lt;WoWMacro&gt;
                &lt;PreCommand&gt;None&lt;/PreCommand&gt;
                &lt;MacroCommands&gt;/jamba-follow strobeoff all&lt;/MacroCommands&gt;
                &lt;TargetLastTarget&gt;false&lt;/TargetLastTarget&gt;
              &lt;/WoWMacro&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Up&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;Up&lt;/Key&gt;
                  &lt;Code&gt;328&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>
    Is there another place where up/down is blocked? doesn't pass or break follow..

  5. #25

    Default

    No, up and down are not blocked. However, this Mapped Key is not just pressing up, it's pressing: Ctrl+Shift+Alt+F11+Up -- all at once. You would have to use a Do Mapped Key Action in order to split off the ctrl/shift/alt to not affect the Up.
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

Posting Rules

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