- time for actions
Currently nearly any action of the bot is way to fast. catching, recyling, transferring. that's the easiest and first thing that must find its way into the program. minimum action times + random waiting time. - walking speed
Traveling at the fixed speed is just stupid. The speed while traveling must change frequently. Its quite easy to detect when someone always moves at the same speed. - walking patterns
Always taking the shortest path to any point of interest is garbage. Even stoping at the same distance before performing the action is so typically for deterministic behaviour. Every GPS-location should be send with a randomized offset. Even while standing.
every single action have to be randomized and should take way longer than it's taking now.