-
Originally Posted by
kucai
WORK
thanks fokeiro :*
after run 1H bot have notif softband then (attention) no usable pokestops found in your area
because i edited .json loc in my city ?
most probably softbanned
-
Member
Originally Posted by
fokeiro
it shows the error because it looks on the auth file, but its workign fine there
Originally Posted by
rzer
So you mean sir.. I'll just ignore this error because it's working fine? or there's a way to eliminate that annoying red lines

enlighten me sir thanks
-
Member
How can I disable sniping? I'm doing a great work with BOT but that sucks, if I remove strings from config.json BOT crashes.
-
Member
Originally Posted by
fokeiro
any config's that have been working for that hasn't recieved any sort of ban yet?
-
Member

i hope server down fokeiro... coz i open 2 another account in my ipad same no pokestop
-
Contributor
Every hour of runtime, the log gets written into a new file, breaking the batch file, which is supposed to count Pokémon&Pokestops, as it doesn't update to the new log.
Is there an easy fix? Like make the bot always output log in the same file. Instead of creating new log files?
Current batch from first post, which works for one hour. The log is from 16.08.2016 @ 14 o'clock
@echo off
:loop
echo Looted Pokestops so far:
@echo off
find /n /c "Name:" NecroBot-2016-08-16-14.txt
timeout /t 10
@echo off
echo Captured Pokemons so far:
find /n /c "CatchSuccess" NecroBot-2016-08-16-14.txt
@echo off
echo Counter restart after time expires
timeout /t 60
goto loop
Last edited by Ripper3; 08-19-2016 at 03:51 PM.
-
Originally Posted by
Dioporco69
How can I disable sniping? I'm doing a great work with BOT but that sucks, if I remove strings from config.json BOT crashes.
fin any lien that says "snipes" and turn it to false
-
Post Thanks / Like - 1 Thanks
Dioporco69 (1 members gave Thanks to fokeiro for this useful post)
-
Originally Posted by
Ripper3
Every hour of runtime, the log gets written into a new file, breaking the batch file, as it doesn't update to the new log.
Is there an easy fix? Like make the bot always output log in the same file. Instead of creating new log files?
Current batch from first post, which works for one hour. The log is from 16.08.2016 @ 14 o'clock
i just merge them into one big txt file
-
Contributor
Originally Posted by
fokeiro
i just merge them into one big txt file
That works while running the bot?
Idea: if the counting batch file gets the info live, while bot is running. Then it can be integrated into an account rotator batch. That would automatically start botting a new acc, when the current bot reaches 1k Pokémon, 2k Pokestops.
So this works, kinda. No need to ever edit batch file anymore. Just drop it into Log folder. It autofinds the .txt.:
@echo off
:loop
echo Looted Pokestops so far:
@echo off
find /n /c "Name:" *.txt
timeout /t 10
@echo off
echo Captured Pokemons so far:
find /n /c "CatchSuccess" *.txt
@echo off
echo Counter restart after time expires
timeout /t 60
goto loop
Theorising:
Problem still is when multiple .txt logs are present, it gives multiple output. So each log has it's own counter. Gonna have to make a batch internal counter, to auto combine from each log file and then do a check, if total>max, if so, taskkill and start next bot. Also include option to delete all txt from within batch for ease of use.
Gonna dream up a solution
Last edited by Ripper3; 08-19-2016 at 04:09 PM.
-
Member
[05:21:22] (INFO) You need to configure "GoogleAPIKey", get API Key in link: Get a Key/Authentication |
Google Maps Directions API |
Google Developers
I get this even I configured my api key correctly
-
Member
Would you mind doing a charmander config? That would be awesome!
-
Member
My Bot just getting into a loop after some minutes. its just trying to snipe all the time and forget to farm pokestops or farming other pokemon for exp- using the pokedex fill config. thank you for help
-
Active Member
Is there a way to set logs to a whole date (so all logs for 1 day go into 1 text file, instead of 1 for every run?)
-
Member
microsoft visual 2015 redistributable just keeps on loading. cant finish the installation process. am i doing something wrong or missing something here? please help.
-
Sergeant Major
Originally Posted by
granzordik
microsoft visual 2015 redistributable just keeps on loading. cant finish the installation process. am i doing something wrong or missing something here? please help.
It takes a while.
____
I've been running this bot starting today. I have only caught one 100% IV, but a few 90%+ IV pokemon.
Unfortunately it kind of sucks because you catch a lot of crap pokemon with bad IV or bad CP.
Tweaked the config a bit to match what I wanted. Have it set now to start from 88% team and gradually build up to 100%. Only bad part is that im getting 25k xp/h off just pokestops. Don't want to over level.
Also testing to see if sniping is more likely to get me banned than just regular xp grinding.