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

    Default Why doesnt this work

    Created me a Toggle for my IWT like Ualaa did in his manifesto. It will never perform step 2 for me. It will post Disabled which is step 1 but will not advance. I have it setup as Control C in my Hotkey and after the first step it will fire off my hotkey C in game.

    So i hit control c once and it disables my IWT toggle and displays the warning that its disabled - Correct
    I hit control c a second time to re-enable IWT and it sends C to my main window and does not re-enable IWT - Incorrect

    I was going to paste the IWT from my sent items but for some reason my sent folder shows no messages.

    I'll have to wait until i get home to paste the text from Isboxer Toolkit

  2. #2

    Default

    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;Melee IWT Toggle&lt;/Name&gt;
      &lt;Description /&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Ctrl+C&lt;/Combo&gt;
        &lt;Modifiers&gt;Ctrl&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;C&lt;/Key&gt;
          &lt;Code&gt;46&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;Default&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;Off&lt;/Value&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;Melee IWT Toggle&lt;/MappedKeyString&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="PopupTextAction"&gt;
              &lt;Target&gt;self&lt;/Target&gt;
              &lt;Text&gt;MELEE IWT DISABLED&lt;/Text&gt;
              &lt;DurationMS&gt;500&lt;/DurationMS&gt;
              &lt;FadeDurationMS&gt;500&lt;/FadeDurationMS&gt;
              &lt;Red&gt;45&lt;/Red&gt;
              &lt;Green&gt;125&lt;/Green&gt;
              &lt;Blue&gt;125&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;On&lt;/Value&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;Melee IWT Toggle&lt;/MappedKeyString&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="PopupTextAction"&gt;
              &lt;Target&gt;self&lt;/Target&gt;
              &lt;Text&gt;MELEE IWT ENABLED&lt;/Text&gt;
              &lt;DurationMS&gt;500&lt;/DurationMS&gt;
              &lt;FadeDurationMS&gt;500&lt;/FadeDurationMS&gt;
              &lt;Red&gt;45&lt;/Red&gt;
              &lt;Green&gt;125&lt;/Green&gt;
              &lt;Blue&gt;125&lt;/Blue&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    Last edited by MiRai : 03-22-2012 at 07:27 PM Reason: Put Code In [CODE] Tags

  3. #3

    Default

    Got this to work.. just a little tinkering. I had it toggling on and off the Interact with Target Toggle and not the Interact with target Key! lol

Posting Rules

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