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><?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:
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><?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>
Connect With Us