ISB 42 Toggle Jamba Follow Strobbing broken
Moderator: MiRai
5 posts
• Page 1 of 1
when i use this in isb 42 my alts do not follow, before the update they did. now i use the jamba follow strobing off and on hotkeys and they work great but the toggler does not. it makes it useful to see the OSD of ISB saying its off or no. Anyone find a solution to this?
Re: ISB 42 Toggle Jamba Follow Strobbing broken
Broken indeed.
So first of all, I've issued version 42.1.1016.1 to correct any newly generated Key Maps. You can update via Help->About ISBoxer, and then if you like you can clear your config and run the wizard again to have it corrected for you.
If you don't want to clear your config that's fine, here is the corrected Mapped Key, which goes in the ISB42 - WoW Key Map:
To use it, just Copy ALL of the XML I pasted in the box above, then in ISBoxer in the top left pane under Key Maps select "ISB42 - WoW"; then in the bottom left pane, right click "Mapped Keys" and select "Paste Mapped Key from Clipboard". It will say there is one already existing with that name -- tell it to Replace the existing item.
Let me know.
So first of all, I've issued version 42.1.1016.1 to correct any newly generated Key Maps. You can update via Help->About ISBoxer, and then if you like you can clear your config and run the wizard again to have it corrected for you.
If you don't want to clear your config that's fine, here is the corrected Mapped Key, which goes in the ISB42 - WoW Key Map:
- 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>Toggle Jamba Follow Strobing</Name>
<Description>Turns Jamba Follow Strobing on or off</Description>
<Hold>
<Value>false</Value>
</Hold>
<UseFTLModifiers>
<Value>false</Value>
</UseFTLModifiers>
<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>
<Disabled>false</Disabled>
<Actions>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>Jamba Auto-follow Strobing ON</Text>
<DurationMS>500</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>0</Red>
<Green>255</Green>
<Blue>0</Blue>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>self</Target>
<Value>On</Value>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe On</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>all other</Target>
<Value>On</Value>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe On</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyExecuteAction">
<Target>self</Target>
<RoundRobin>false</RoundRobin>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>Follow/JambaStrobe</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStepAction">
<Target>all other</Target>
<MappedKey>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>Toggle Jamba Follow Strobing</MappedKeyString>
</MappedKey>
<Action>Set</Action>
<Value>2</Value>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Stop>false</Stop>
<Stump>false</Stump>
<Disabled>false</Disabled>
<Actions>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>Jamba Auto-follow Strobing OFF</Text>
<DurationMS>500</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>255</Red>
<Green>255</Green>
<Blue>255</Blue>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>all</Target>
<Value>Off</Value>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe On</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyExecuteAction">
<Target>self</Target>
<RoundRobin>false</RoundRobin>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe Off</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStepAction">
<Target>all other</Target>
<MappedKey>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>Toggle Jamba Follow Strobing</MappedKeyString>
</MappedKey>
<Action>Set</Action>
<Value>1</Value>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
To use it, just Copy ALL of the XML I pasted in the box above, then in ISBoxer in the top left pane under Key Maps select "ISB42 - WoW"; then in the bottom left pane, right click "Mapped Keys" and select "Paste Mapped Key from Clipboard". It will say there is one already existing with that name -- tell it to Replace the existing item.
Let me know.

Re: ISB 42 Toggle Jamba Follow Strobbing broken
lax wrote:Broken indeed.
So first of all, I've issued version 42.1.1016.1 to correct any newly generated Key Maps. You can update via Help->About ISBoxer, and then if you like you can clear your config and run the wizard again to have it corrected for you.
If you don't want to clear your config that's fine, here is the corrected Mapped Key, which goes in the ISB42 - WoW Key Map:
- 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>Toggle Jamba Follow Strobing</Name>
<Description>Turns Jamba Follow Strobing on or off</Description>
<Hold>
<Value>false</Value>
</Hold>
<UseFTLModifiers>
<Value>false</Value>
</UseFTLModifiers>
<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>
<Disabled>false</Disabled>
<Actions>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>Jamba Auto-follow Strobing ON</Text>
<DurationMS>500</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>0</Red>
<Green>255</Green>
<Blue>0</Blue>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>self</Target>
<Value>On</Value>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe On</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>all other</Target>
<Value>On</Value>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe On</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyExecuteAction">
<Target>self</Target>
<RoundRobin>false</RoundRobin>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>Follow/JambaStrobe</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStepAction">
<Target>all other</Target>
<MappedKey>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>Toggle Jamba Follow Strobing</MappedKeyString>
</MappedKey>
<Action>Set</Action>
<Value>2</Value>
</MappedKeyAction>
</Actions>
</Step>
<Step>
<Stick>0</Stick>
<Stop>false</Stop>
<Stump>false</Stump>
<Disabled>false</Disabled>
<Actions>
<MappedKeyAction xsi:type="PopupTextAction">
<Target>self</Target>
<Text>Jamba Auto-follow Strobing OFF</Text>
<DurationMS>500</DurationMS>
<FadeDurationMS>500</FadeDurationMS>
<Red>255</Red>
<Green>255</Green>
<Blue>255</Blue>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStateAction">
<Target>all</Target>
<Value>Off</Value>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe On</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyExecuteAction">
<Target>self</Target>
<RoundRobin>false</RoundRobin>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>JambaStrobe Off</MappedKeyString>
</MappedKeyAction>
<MappedKeyAction xsi:type="MappedKeyStepAction">
<Target>all other</Target>
<MappedKey>
<KeyMapString>ISB42 - WoW</KeyMapString>
<MappedKeyString>Toggle Jamba Follow Strobing</MappedKeyString>
</MappedKey>
<Action>Set</Action>
<Value>1</Value>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
To use it, just Copy ALL of the XML I pasted in the box above, then in ISBoxer in the top left pane under Key Maps select "ISB42 - WoW"; then in the bottom left pane, right click "Mapped Keys" and select "Paste Mapped Key from Clipboard". It will say there is one already existing with that name -- tell it to Replace the existing item.
Let me know.
i was already on the updated version, and all i had to do was copy and past into the mapped key, and replace the existing and all is well thanks a bunch! so much easier to know when ill follow strobbing.
Re: ISB 42 Toggle Jamba Follow Strobbing broken
genocydslender wrote: i was already on the updated version
Couldn't have been, I uploaded this new version specifically for this thread.
Re: ISB 42 Toggle Jamba Follow Strobbing broken
oh im blind, i was readying the update available version not my current version lol
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests