-
Member
Anyone maybe have a pointer or two on how to set up a Task Scheduler event for shutting down the Pokémon Go Rocket API ? I tried a few things, but am pretty much not getting any where. Would be nice to schedule it to close off after about an hour or two. Then possibly start up again, but that's for another time.
-
Member
The auth type is Google, but i dont see a menu to enter my accounts and passwords
Sorry this may be something that i have missed 
EDIT: regarding the accounts in user.xml to change credentials
Last edited by xriyae; 07-23-2016 at 05:30 AM.
-
Member
Originally Posted by
xriyae
The auth type is Google, but i dont see a menu to enter my accounts and passwords
Sorry this may be something that i have missed
EDIT: regarding the accounts in user.xml to change credentials
is this what you mean?
-
Active Member
"[12:32:17] (ERROR) ArgumentOutOfRangeException - Restarting"
After that, stuck in a restart loop where it only lists my pokemons over and over again.
EDIT: Restarted the bot, still stuck in that loop.
EDIT2: Meh, it was just the coords.txt that was fudged, edited it manually, and now it seems to work again.
Last edited by Rangvald; 07-23-2016 at 05:50 AM.
-
Member
hi just wondering where should i save this batch file?
Last edited by boombuster27; 07-23-2016 at 05:44 AM.
Reason: delet
-
Member
Originally Posted by
DanGuerrero
FIX: Run multiple bots with restart!
Here's a workaround to run multiple bots after the new bot that uses and saves .txt files. (Running a batch file that ran and restarted multiple bots had conflicts due bots trying to save/use same log.txt)
Edit this and save it as a batch file (.bat)
Code:
@ECHO OFF
:start
start "" /d "C:\EDITthisToYOURPATH\PokemonGo.RocketAPI.Console\bin\Debug\" "PokemonGo.RocketAPI.Console.exe"
start "" /d "C:\EDITthisToYOURPATH\PokemonGo.RocketAPI.Console\bin\Debug\" "PokemonGo.RocketAPI.Console.exe"
timeout /t 500
TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
goto start
It's basically just changing directory before running the .exe, that way it finds the correct config files.
Attachment 28174
hi just wondering where should i save this batch file?
-
Member
am i able to change account with google?
currently not using PTC
sorry i should have stated the account type i am using!
-
Member
Is there any way to evolve the pokemon that just caught? It always transferred newly caught pokemon instead of evolving it and only evolves whenever the bot crashed. It's very frustrating because now I have more than 2000 Zubat candies.
EDIT: Also for farming speed, I've set all delays in logic.cs and App.config to 1 ms and set the walking speed to 150 km/h, but it still delays for more than 10 seconds for each pokestops. Is there any way to make it faster?
EDIT2: In ConfigPokemonsToKeep.txt I did not put Electrode on the list, but after a few hours of farming I got notification that my pokemon inventory is full. After I logged in using emulator, I found that I had like 10 Electrodes, what's the cause?
Last edited by frizky; 07-23-2016 at 05:53 AM.
-
Member
What is the fastest/safest way to pop a lucky egg on CD?
What I do is turning the bot off and log in the game with Nox , then I pop an egg, close Nox and turn the bot back on instantly (Nox and API have the same exact coordinates ).
Sometimes I login with my phone to check how's the bot doing and :1- Check lucky egg timer. (can't pop egg from phone) 2- evolve/transfer Pokemons. 3- Cycle items.
Before you login on your phone, make Sure you Stop sharing location with Pokemon go. and you can login and watch the exp bar growing
, I've been doing all of the above for the past 3 days and I didn't get a single Soft ban.
I wish if someone could write a code to pop a lucky egg on CD and evolve cretin Pokemons while the egg is running!
Last edited by vampass; 07-23-2016 at 06:09 AM.
-
Member
I adjusted the restart batch file because mine was reverting to the old default Coords after restarting; this now deletes that coords file and will load up your set coords.
Make sure you fill in the path's i've done the honors of highlighting them in black.
@ECHO OFF
:start
start "" /d "C:\Users\
Your path Here\Pokemon-Go-Bot-master\PokemonGo.RocketAPI.Console\bin\Debug\" "PokemonGo.RocketAPI.Console.exe"
timeout /t 500
TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
cd "
Coords Path goes here, It will delete the coords file on restart so it does not revert to default."
del "Coords.txt"
goto start
-
Member
yeah, instead of having Ptc in the top box, just put Google there
-
Member
Originally Posted by
Skyotic
I adjusted the restart batch file because mine was reverting to the old default Coords after restarting; this now deletes that coords file and will load up your set coords.
Make sure you fill in the path's i've done the honors of highlighting them in black.
where shoud i save this batch file? sorry im new to all this
-
Member
Originally Posted by
Sirblader11
yeah, instead of having Ptc in the top box, just put Google there
but to enter the new account user and password? where should i input them?
sorry if im asking too many questions!
-
Member
where shoud i save this batch file? sorry im new to all this
you can throw it right on your desktop, just make sure you get your paths right.
"
C:\Users\Example\Desktop\Pokemon-Go-Bot-master\PokemonGo.RocketAPI.Console\bin\Debug\"
should look something like that. but you gotta change the part thats in bold letters
-
Post Thanks / Like - 1 Thanks
boombuster27 (1 members gave Thanks to Skyotic for this useful post)
-
Member
how to change text "player" in title console with our character name?
Last edited by rioaaa; 07-23-2016 at 06:26 AM.