-
Active Member
Hey its working like a charm on my computer
Win 7, all ms stuff is installed 
Just wanted to say thank you for this great work.
And i got one question, had it in mind as i started watching the bot;
is it possible to get your bot as an APP for android?
edit:
ok got some more question, i checked the other versions to compare them. just saw some other stuff in the user.xml.
is it possible to get more settings we can work with?
can i set a radius from my position?
should i set this <DefaultAltitude>10</DefaultAltitude> for my starting position or does this doesnt care?
is it possible to set login only for ptc? saw some stuff in the user.xml but dont know how to login with ptc, he always take google.
Last edited by wowschik; 07-22-2016 at 11:44 PM.
-
Sergeant
-
Member
Working really good! though I have noticed one very odd thing, it seems to catch very very few pokemon, like It'll go 5-10 mins without catching a single thing. I set the walking distance to 10km to better simulate actual human walking so idk if that's why, but I chose the Minneapolis spot (with the 6 pokespots) so I assumed it would be catching a lot..but it doesn't seem to? maybe put it to central park instead? or is something else wrong?
-
Member
Thank you OP, appreciate it broh.
Originally Posted by
Recoiled
Improved batch code for multiple processes running:
@echo off
:start
wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot\\PokemonGo.RocketAPI.Consol e.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 1800 /nobreak > NUL
goto start
Question about your code: I have multiple folders/copies of the bot so I can run multiple bots at once. Do I only need to create one batch file for one folder or one for each folder? Not sure how your code is supposed to start all PokemonGo.Rocket.API.Console.exe's
Unless there is a way of running multiple processes / accounts from the same executable...?
-
Member
Originally Posted by
Roteak
Thank you OP, appreciate it broh.
Question about your code: I have multiple folders/copies of the bot so I can run multiple bots at once. Do I only need to create one batch file for one folder or one for each folder? Not sure how your code is supposed to start all PokemonGo.Rocket.API.Console.exe's
Unless there is a way of running multiple processes / accounts from the same executable...?
You have to create one batch file for each folder and they have to be in the folders. You'll want to change the location in the script to match where the exe are.
@echo off
:start
wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 1800 /nobreak > NUL
goto start
Last edited by ying; 07-22-2016 at 11:28 PM.
-
Post Thanks / Like - 1 Thanks
Roteak (1 members gave Thanks to ying for this useful post)
-
Sergeant
Originally Posted by
ying
You have to create one batch file for each folder and they have to be in the folders. You'll want to change the location of the in the script to match where the exe are.
@echo off
:start
wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 1800 /nobreak > NUL
goto start
hey!! i have a doubt! why we need multiple processes? for two accounts?
Last edited by roche; 07-22-2016 at 11:28 PM.
-
Member
-
Member
I know OP isn't taking request but would anyone here happen to know how to make the bot only keep 90%+ IV Perfection Pokemon and transfer all others...? As of now I have only gotten it to keep one of each Pokemon + 90%+ IV Perfection Pokemon. However, this is confusing as I don't know which Pokemon are 90%+ IV Perfection.
-
Member
I'm still sitting at player level 22 spam...Whats the deal?
-
Member
Originally Posted by
ying
You have to create one batch file for each folder and they have to be in the folders. You'll want to change the location in the script to match where the exe are.
@echo off
:start
wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete
start PokemonGo.RocketAPI.Console.exe
timeout /T 1800 /nobreak > NUL
goto start
Why there is space on wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete ?
Is it typo or is it a must?
-
Active Member
Originally Posted by
HVS13
Why there is space on wmic process where ExecutablePath='C:\\Users\\Admin\\Desktop\\PokeGoBot2\\PokemonGo.RocketAPI.Conso le.exe' delete ?
Is it typo or is it a must?
its a typo, if u copy paste it here in the reply options he automatically making a space there
-
Member
How do I stop it asking for me to visit https://www.google.com/device every time it resets using the bat? It is annoying having to manually input it.
-
Sergeant
Originally Posted by
wowschik
Hey its working like a charm on my computer
Win 7, all ms stuff is installed
Just wanted to say thank you for this great work.
And i got one question, had it in mind as i started watching the bot;
is it possible to get your bot as an APP for android?
edit:
ok got some more question, i checked the other versions to compare them. just saw some other stuff in the user.xml.
is it possible to get more settings we can work with?
can i set a radius from my position?
should i set this
<DefaultAltitude>10</DefaultAltitude> for my starting position or does this doesnt care?
is it possible to set login only for ptc? saw some stuff in the user.xml but dont know how to login with ptc, he always take google.
you have to change this in the first line for always choosing ptc login
<AuthType>Ptc</AuthType> <!-- Google/Ptc -->
-
Post Thanks / Like - 1 Thanks
wowschik (1 members gave Thanks to roche for this useful post)
-
Sergeant
Originally Posted by
CheeseJeez
How do I stop it asking for me to visit
https://www.google.com/device every time it resets using the bat? It is annoying having to manually input it.
i think there is no other way to do that.
Last edited by roche; 07-22-2016 at 11:58 PM.
-
Active Member
Originally Posted by
roche
you have to change this in the first line for always choosing ptc login
<AuthType>Ptc</AuthType> <!-- Google/Ptc -->
ok thx
is it possible to run one instance with google account and one instance with ptc together at the same time?
edit:
is it possible to set no evolve just sending them away if double and lower cp?
Last edited by wowschik; 07-22-2016 at 11:51 PM.