Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11
  1. #1

    Default Moved to new PC - everything but FTL working

    Moved my ISboxer config, wow install, innerspace,, everything I could find over to a new pc... well everything works perfectly (window layouts, my kemaps, broadcasting, etc.)... except one minor thing.. no FTL. None whatsoever. There's essentically no targeting system at all (except follow I guess).

    I've double and triple checked everything, re-installed innerspace, updated stuf, re-installed jamba, re-did the virutalized WTFs from scratch.

    Where should I look? Seems like it's something simple, I just don't know what else to do other than delete wow, isboxer, innerspace, and all my configs and start from scratch.. it simply will not work.

    Thanks for the help

  2. #2

    Default

    Is the Isboxer addon installed after the move? It sounds like it is not loading up and your Isboxer macros are not present.

    -Or- you changed your Wow install location and Isboxer isn't exporting the addon data to the correct place. You can check that in the Isboxer interface at the top of the tree.
    Guilds: Spirit of St Louis/Saint Louis
    US- Trollbane/Zuljin Horde and Alliance


  3. #3

    Default

    Quote Originally Posted by moosejaw View Post
    Is the Isboxer addon installed after the move? It sounds like it is not loading up and your Isboxer macros are not present.

    -Or- you changed your Wow install location and Isboxer isn't exporting the addon data to the correct place. You can check that in the Isboxer interface at the top of the tree.
    Yep ISBoxer addon was originally copied, never wroekd like that, deleted it and re-installed and re-exported config so isboxer would generate a new aeddon, but doesn't do anything either. It's putting it in the right folder, if I delete the old config in my nerw wow folder, when i export settings it creates tehm again.

  4. #4

    Default

    You checked the Addons window at character select to make sure it's not disabled, right? It does sound related to the addon not getting loaded
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  5. #5

    Default

    if you downloaded and patched Wow, you might have to check the box in the addon selection page that says "load out of date addons". happened to me a few times, hope you get it sorted

  6. #6

    Default

    addon is enabled on all characters
    checked this 100 times

  7. #7

    Default

    hmm not sure what to tell you. have you deleted the saved file in the addon isboxer? the one with your team name and character name? maybe they all got corrupted or something like that and you just have to remake it(export to innerspace). another thing comes to mind is making sure each character has a different FTL modifier if you have not checked yet.

    if possible, could you share your ISboxer config file? you can edit out your Wow info if you are worried about it

  8. #8

    Default

    If you moved computers it is possible your keybindings were returned to default in WoW make sure none of the shift ctrl or alt mods are bound to keys used with FTL.

    I'm not sure how ISBoxer works but I would look into the debug type screens that show you what is being sent where, that may help you out.

  9. #9

    Default

    If it's not related to the addon, then it would probably help to see your configuration. Unless, of course, you'd rather just start with a fresh run of the Quick Setup Wizard, which should eliminate the possibility of the problem being caused by something you changed (unless you change something before testing). You can also double-check the addon by opening the character-specific .lua file in the WoW\Interface\Addons\ISBoxer folder -- this will show each of the macros that will be activated, and on what key combinations.
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  10. #10

    Default

    Did a new config wizard, fixed FTL assist, but I never could get "FTL target me" working again.

    I went back to my old PC, config unchanged since it was working before - and everything works except FTL target me. I'm thinking it actually hasn't worked since the patch (3.2), which was right around when I tried it on a new PC. I've done the same, remade it, and even with a new wizard and re-doing my heal main macros, FTL target me in general does nothing.

    Here's what it looks like:

    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;FTL Target Me&lt;/Name&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Ctrl+Shift+Alt+A&lt;/Combo&gt;
        &lt;Modifiers&gt;Ctrl Shift Alt&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;UseFTLModifiers&gt;
        &lt;Value&gt;true&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;Target Me&lt;/ShortName&gt;
              &lt;Target&gt;all other&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;Ctrl+Shift+Alt+A&lt;/Combo&gt;
                &lt;Modifiers&gt;Ctrl Shift Alt&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;WoWMacro&gt;
                &lt;PreCommand&gt;None&lt;/PreCommand&gt;
                &lt;MacroCommands&gt;/targetexact {FTL}&lt;/MacroCommands&gt;
                &lt;TargetLastTarget&gt;false&lt;/TargetLastTarget&gt;
              &lt;/WoWMacro&gt;
            &lt;/MappedKeyAction&gt;
          &lt;/Actions&gt;
        &lt;/Step&gt;
      &lt;/Steps&gt;
    &lt;/MappedKey&gt;</SerializedObject>
    </Box>
    And here's a macro using it, that worked before 3.2:

    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;Heal Main&lt;/Name&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;U&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;U&lt;/Key&gt;
          &lt;Code&gt;22&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
      &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
      &lt;Steps&gt;
        &lt;Step&gt;
          &lt;Actions&gt;
            &lt;MappedKeyAction xsi:type="MappedKeyExecuteAction"&gt;
              &lt;Target&gt;self&lt;/Target&gt;
              &lt;KeyMapString&gt;General&lt;/KeyMapString&gt;
              &lt;MappedKeyString&gt;FTL Target Me&lt;/MappedKeyString&gt;
            &lt;/MappedKeyAction&gt;
            &lt;MappedKeyAction xsi:type="Keystroke"&gt;
              &lt;Target&gt;all&lt;/Target&gt;
              &lt;Combo&gt;
                &lt;Combo&gt;U&lt;/Combo&gt;
                &lt;Modifiers&gt;None&lt;/Modifiers&gt;
                &lt;Key&gt;
                  &lt;Key&gt;U&lt;/Key&gt;
                  &lt;Code&gt;22&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>

Posting Rules

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