How can I stop autofollow with a hotkey?
I setup walk backwards to a key in EQ, and make a hotkey to do that in ISboxer. However, using the hotkey just clears the target on the autofollow screen and it doesn't actually tab backwards to break autofollow.
Also, is there a way to make it use Page down key to look all the way down at the ground and then start autofollow? Then when breaking autofollow it could hit Home to reset the view.
I might be asking for a bit much here, but hopefully not.
EQ1 and autofollow - can I do this?
Moderators: Lavish Software Team, Moderators
This is what I'm using. it Clears target, but doesn't seem to do the next part to break autofollow. It's supposed to tap 'Z' which I've set in EQ to walk backwards.
Code: Select all
<?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.Step</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<Step xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Actions>
<MappedKeyAction xsi:type="Keystroke">
<Target>2</Target>
<Combo>
<Combo>Esc</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Esc</Key>
<Code>1</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>2</Target>
<Combo>
<Combo>Esc</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Esc</Key>
<Code>1</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>MytoonA</Target>
<Combo>
<Combo>Z</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Z</Key>
<Code>44</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>3</Target>
<Combo>
<Combo>Esc</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Esc</Key>
<Code>1</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>3</Target>
<Combo>
<Combo>Esc</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Esc</Key>
<Code>1</Code>
</Key>
</Combo>
</MappedKeyAction>
<MappedKeyAction xsi:type="Keystroke">
<Target>MytoonB</Target>
<Combo>
<Combo>Z</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>Z</Key>
<Code>44</Code>
</Key>
</Combo>
</MappedKeyAction>
</Actions>
</Step></SerializedObject>
</Box>