WoW PTR 4.3 bug report
Ok in the addon isboxer getting this this olny does it on if you try calling the FTL Assist Me and sending the mapped Key "Interact with Target" in wow key settings it kicks out the game. started doing it with the new Test Build (build 14791)
http://pastebin.com/sT1MXJxQ
KeyMap
does not matter where you put FTL Assist Me if it trys calling Interact with Target then it kick out the game. works fine without FTL Assist Me and works fine with DPS keys. (123456etc)
Edit: no addons but Isboxer installed...
http://pastebin.com/sT1MXJxQ
KeyMap
- 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>System.Collections.Generic.List`1[ISBoxer_Toolkit.Configs.KeyMaps.Step]</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<ArrayOfStep xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Step>
<Stick>0</Stick>
<Stop>false</Stop>
<Stump>false</Stump>
<Actions>
<MappedKeyAction xsi:type="MappedKeyExecuteAction">
<Target>self</Target>
<RoundRobin>false</RoundRobin>
<KeyMapString>General</KeyMapString>
<MappedKeyString>FTL Assist Me</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>NUM 0</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>NUM 0</Key>
<Code>82</Code>
</Key>
</Combo>
<RoundRobin>false</RoundRobin>
</MappedKeyAction>
</Actions>
</Step>
</ArrayOfStep></SerializedObject>
</Box>
does not matter where you put FTL Assist Me if it trys calling Interact with Target then it kick out the game. works fine without FTL Assist Me and works fine with DPS keys. (123456etc)
Edit: no addons but Isboxer installed...
Last edited by ebony on Wed Oct 05, 2011 2:41 pm, edited 1 time in total.