Good, let’s start.
When I see what you want to automate, I can take a look at how a mission running can be set up. For mission running, I think it makes sense to look for a task which could be simply repeated over and over again, without retaining any information between the iterations.
To describe it another way:
- The process I am looking for should contain everything needed to get to the increase of standings.
- This process should work when performed multiple time in sequence.
I guess many prefer to get something working as soon as possible, so I would like to start with the case which is easiest to solve.
The easier the scenario we pick, the earlier you can run your bot.
How can we know how easy a task is to automate? I see some metrics which could be helpful here, maybe those are sufficient already, so I will work with those until we see a need for something else.
For a task you want to be automated, let me know how much you need of those:
- Number of clicks.
- Number of keyboard inputs.
- Time.
I am not sure if there is any need at all for keyboard input. For each time you need keyboard input, add this information: What keys are used and what is the effect?
The information above is just an idea of what we probably need at a minimum, add as much information as you see fit. Giving more information also might help to have more people agree on priorization.
Would be nice if we can find a scenario more people can agree on.