Slav I’m working AHK random timer, it works fine on my PC because I use mouse position to click on the client I want to start.
| Код: |
{
Begin loop (0)
> Open EvEPilot > tick – box – client 1 > untick-box-client 2 > start client > [sub_loop_chat (0) ] Run - random 70 mins to 140 mins > close EvEPilot > close – EVE.exe > Pause - Random 30 min to 70 mins >
{
sub_loop_chat > Pause Ctrl-P > Click – in – chat - box > Text = %Random_chat_array_1% + %Random_chat_array_2% > Pause Ctrl-P >
%Random_chat_array_1% [ “hello”,”0/”,”07”, etc, etc ]
%Random_chat_array_2% [ “xx”,”good evening”,”what’s happening ?”, etc, etc ]
}
}
|
Is there a way of starting evepilot with 1 – 2 0r 3 etc clients selected. So I might only want to run my Market bot on its own for 80 mins then only my 2 mining bots for 120 mins.
Like I said I can do all this fine because its running on my PC and I know where to send the mouse clicks, but if I could start Eve Pilot with the right switch which will automatically select the correct clients, others can use it.
I could use picture recognition but I think that can become heavy on the cpu.