View Full Version : [ISBoxer] Moved to new PC - everything but FTL working
heyaz
09-24-2009, 10:03 PM
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
moosejaw
09-24-2009, 10:25 PM
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.
heyaz
09-24-2009, 10:28 PM
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.
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
cybernerv
09-25-2009, 08:48 PM
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
heyaz
09-28-2009, 09:02 PM
addon is enabled on all characters
checked this 100 times
cybernerv
09-28-2009, 10:45 PM
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:)
Bettysue
09-28-2009, 11:13 PM
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.
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.
heyaz
10-03-2009, 08:44 PM
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:
<?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><?xml version="1.0" encoding="utf-8"?>
<MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>FTL Target Me</Name>
<Combo>
<Combo>Ctrl+Shift+Alt+A</Combo>
<Modifiers>Ctrl Shift Alt</Modifiers>
<Key>
<Key>A</Key>
<Code>30</Code>
</Key>
</Combo>
<UseFTLModifiers>
<Value>true</Value>
</UseFTLModifiers>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<Steps>
<Step>
<Actions>
<MappedKeyAction xsi:type="WoWMacroAction">
<ShortName>Target Me</ShortName>
<Target>all other</Target>
<Combo>
<Combo>Ctrl+Shift+Alt+A</Combo>
<Modifiers>Ctrl Shift Alt</Modifiers>
<Key>
<Key>A</Key>
<Code>30</Code>
</Key>
</Combo>
<WoWMacro>
<PreCommand>None</PreCommand>
<MacroCommands>/targetexact {FTL}</MacroCommands>
<TargetLastTarget>false</TargetLastTarget>
</WoWMacro>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
And here's a macro using it, that worked before 3.2:
<?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><?xml version="1.0" encoding="utf-8"?>
<MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Heal Main</Name>
<Combo>
<Combo>U</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>U</Key>
<Code>22</Code>
</Key>
</Combo>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<Steps>
<Step>
<Actions>
<MappedKeyAction xsi:type="MappedKeyExecuteAction">
<Target>self</Target>
<KeyMapString>General</KeyMapString>
<MappedKeyString>FTL Target Me</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>U</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>U</Key>
<Code>22</Code>
</Key>
</Combo>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
Yeah, that definitely wont work.
The 3 FTL keys -- Assist, Follow, and Target -- must have the WoW Macro Action using either no modifiers, or only modifiers that will not conflict with the FTL modifiers selected in your Character Set. You have it set to press Ctrl+Shift+Alt+A, which means that the only time it will do anything at all is if one of your characters has Ctrl, Shift, and Alt selected for FTL modifiers.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.