EQ1 and autofollow - can I do this?

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
Jedis
Non-Subscriber
Posts: 111
Joined: Thu Jul 08, 2004 9:49 pm

EQ1 and autofollow - can I do this?

Post by Jedis » Tue Jun 02, 2009 2:23 pm

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.

Jedis
Non-Subscriber
Posts: 111
Joined: Thu Jul 08, 2004 9:49 pm

Post by Jedis » Tue Jun 02, 2009 2:25 pm

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&#58;xsi="http&#58;//www.w3.org/2001/XMLSchema-instance" xmlns&#58;xsd="http&#58;//www.w3.org/2001/XMLSchema">
  <ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.Step</ObjectType>
  <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;Step xmlns&#58;xsi="http&#58;//www.w3.org/2001/XMLSchema-instance" xmlns&#58;xsd="http&#58;//www.w3.org/2001/XMLSchema"&gt;
  &lt;Actions&gt;
    &lt;MappedKeyAction xsi&#58;type="Keystroke"&gt;
      &lt;Target&gt;2&lt;/Target&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Esc&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Esc&lt;/Key&gt;
          &lt;Code&gt;1&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
    &lt;/MappedKeyAction&gt;
    &lt;MappedKeyAction xsi&#58;type="Keystroke"&gt;
      &lt;Target&gt;2&lt;/Target&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Esc&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Esc&lt;/Key&gt;
          &lt;Code&gt;1&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
    &lt;/MappedKeyAction&gt;
    &lt;MappedKeyAction xsi&#58;type="Keystroke"&gt;
      &lt;Target&gt;MytoonA&lt;/Target&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Z&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Z&lt;/Key&gt;
          &lt;Code&gt;44&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
    &lt;/MappedKeyAction&gt;
    &lt;MappedKeyAction xsi&#58;type="Keystroke"&gt;
      &lt;Target&gt;3&lt;/Target&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Esc&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Esc&lt;/Key&gt;
          &lt;Code&gt;1&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
    &lt;/MappedKeyAction&gt;
    &lt;MappedKeyAction xsi&#58;type="Keystroke"&gt;
      &lt;Target&gt;3&lt;/Target&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Esc&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Esc&lt;/Key&gt;
          &lt;Code&gt;1&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
    &lt;/MappedKeyAction&gt;
    &lt;MappedKeyAction xsi&#58;type="Keystroke"&gt;
      &lt;Target&gt;MytoonB&lt;/Target&gt;
      &lt;Combo&gt;
        &lt;Combo&gt;Z&lt;/Combo&gt;
        &lt;Modifiers&gt;None&lt;/Modifiers&gt;
        &lt;Key&gt;
          &lt;Key&gt;Z&lt;/Key&gt;
          &lt;Code&gt;44&lt;/Code&gt;
        &lt;/Key&gt;
      &lt;/Combo&gt;
    &lt;/MappedKeyAction&gt;
  &lt;/Actions&gt;
&lt;/Step&gt;</SerializedObject>
</Box>

trevyn
GamingTools Subscriber
Posts: 12
Joined: Sat Jul 10, 2004 9:31 am

Post by trevyn » Wed Jun 17, 2009 7:48 am

If you are using any logitech device for the hotkey - make sure you wipe all logitech-scripts from the key using the profiler (or turn off logitech profiler at all).
The profiler comes with some settings that will cause you to loose your target.

Jedis
Non-Subscriber
Posts: 111
Joined: Thu Jul 08, 2004 9:49 pm

Post by Jedis » Tue Jun 23, 2009 3:31 pm

Not using Logitech anything.

Is what I'm asking for a lost cause?

Jedis
Non-Subscriber
Posts: 111
Joined: Thu Jul 08, 2004 9:49 pm

Post by Jedis » Thu Nov 19, 2009 5:01 pm

Anyone get this working?

Post Reply