Close
Showing results 1 to 10 of 10

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Fatal3443 View Post
    It's not really automated since i would be pressing a button to start the macro.
    This is a bad argument. I am fairly certain people also start up bot programs. This does not make them any less automatic in terms of the actions they take. Who starts the sequence is irrelevant. Any subsequent action can not be automated regardless.
    Each action your character takes needs to be a direct result of you pressing a key. You can however have the same keypress send an action to each of your clients. Just no subsequent actions after that one can be taken without having further input..

    So take 2 examples:

    You press "1" once.
    You action is: 1
    ---> Your client receivers a sequence on keys 1, 2, 3 , 2, 3, etc.

    This is not allowed. Multiple actions are being performed from a single input for seemingly an indefinitely amount of time.

    You keep hitting "1"
    Your action is: 1, 1, 1, 1
    ---> your client receivers 1, 2, 3, 1 (one action each time you physically press 1)

    This is OK. Here each time your game client receives a key press, it is because you the player have just pressed a key. No further actions are taken before you give more input.


    See the difference?
    Last edited by Wubsie : 08-28-2019 at 07:30 AM

Posting Rules

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