Thanks I make my own bot setting for farming my 10 new acc
I set only 5000 sec each
I use Necro v9.0 with farming confing (only catch+snipping Zubat, Rattata, Pidgey, Weedle, Caterpie)
Spot in Paris give me about 90K exp/h
I modified a little bit on bat file like this:
@ echo off
:start
cd Release01
start NecroBot.exe
echo Bot No.01 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release02
start NecroBot.exe
echo Bot No.02 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release03
start NecroBot.exe
echo Bot No.03 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release04
start NecroBot.exe
echo Bot No.04 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release05
start NecroBot.exe
echo Bot No.05 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release06
start NecroBot.exe
echo Bot No.06 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release07
start NecroBot.exe
echo Bot No.07 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release08
start NecroBot.exe
echo Bot No.08 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release09
start NecroBot.exe
echo Bot No.09 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
cd Release10
start NecroBot.exe
echo Bot No.10 Running...
timeout /t 5000 /nobreak
taskkill /f /im NecroBot.exe
echo Wait 5 seconds to run the next bot..
timeout /t 5 /nobreak
cd..
goto start