Close
Showing results 1 to 3 of 3

Threaded View

  1. #2

    Default

    I'll just throw it out there that conversation on private servers is not allowed on these boards. However, for anyone else who might stumble on to this thread with a similar question:

    I would assume what Khavotar was talking about was a rather old school method of creating spread out formations where the same key is sent to all clients, but responds to a different in-game keybinding, in this case, directional movement keys., So you'd send End, which would be bound to W on Toon#1, A on Toon#2, S on Toon#3, D on Toon#4 and so on.

    As I mentioned, this is rather old school, and there are better ways of doing it (in my opinion). What you can do instead is just use a key that sends a different keystroke to each client, so you'll be utilizing the same ingame keybinds. Here's an example:

    Code:
    <MovementHotkey ScrollLockOn End>
    <SendLabel w1>
    <Key W> 
    <SendLabel w2>
    <Key A> 
    <SendLabel w3>
    <Key S>
    <SendLabel w4>
    <Key D>
    That's assuming you use WASD as your movement keys and have 4 toons, but you can see the logic and elaborate on it if necessary.
    Last edited by Wubsie : 01-23-2017 at 04:20 AM Reason: grammar and stuff

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •