View Full Version : [ISBoxer] Why doesnt this work
Oatboat
03-22-2012, 04:51 PM
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
Oatboat
03-22-2012, 07:21 PM
<?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"> (http://www.w3.org/2001/XMLSchema">);
<Name>Melee IWT Toggle</Name>
<Description />
<Combo>
<Combo>Ctrl+C</Combo>
<Modifiers>Ctrl</Modifiers>
<Key>
<Key>C</Key>
<Code>46</Code>
</Key>
</Combo>
<SendNextClickBlockLocal>false</SendNextClickBlockLocal>
<ManualLoad>false</ManualLoad>
<ResetTimer>0.1</ResetTimer>
<ResetType>Never</ResetType>
<Mode>Default</Mode>
<Steps>
<Step>
<Stick>0</Stick>
<Stop>false</Stop>
<Stump>false</Stump>
<Actions>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>all</Target>
<Value>Off</Value>
<KeyMapString>General</KeyMapString>
<MappedKeyString>Melee IWT Toggle</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>MELEE IWT DISABLED</Text>
<DurationMS>500</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>45</Red>
<Green>125</Green>
<Blue>125</Blue>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Stop>false</Stop>
<Stump>false</Stump>
<Actions>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>all</Target>
<Value>On</Value>
<KeyMapString>General</KeyMapString>
<MappedKeyString>Melee IWT Toggle</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>MELEE IWT ENABLED</Text>
<DurationMS>500</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>45</Red>
<Green>125</Green>
<Blue>125</Blue>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
Oatboat
03-22-2012, 09:09 PM
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
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.