-
Member
I have a Ptc accoount and I changed the authtype to Ptc everywhere but it still loggin Google,
Any one have a Ptc account can explain please <3
-
Member
Originally Posted by
Fenixia
1) stop the program
2) Delete Coords.ini from the folder PokemonGo.RocketAPI.Console\bin\Debug\Configs.
3) change "UseGPXPathing" to "False" "
4) control+F5
5) say "thank you"
It;s always been set to false. even after deleting coords.ini, its still at the default lats until I edit the coords.ini file to my coordinates.
-
Member
Why does this bot only catch the most common of Pokemon (Zubats, Pidgeys, etc)? Even with the do not catch filter. I know there's other stuff around.
-
Member
Bot doesn't recycle items properly - it runs out of pokeballs because it can't get any more from pokestops due to full inventory and doesn't catch any pokemon now :/
Hoping for a quick fix
Last edited by DoichinMitrev; 07-25-2016 at 01:34 AM.
-
Member
Originally Posted by
DoichinMitrev
Bot doesn't recycle items properly - it runs out of pokeballs because it can't get any more from pokestops due to full inventory and doesn't catch any pokemon now :/
Hoping for a quick fix

+1 for the not recycling.
For those that mentioned it before, what code are you using from previous versions to recycle properly?
-
Member
just edit "Settings.cs" line 117:
if (Int32.TryParse(itemInfoArray.Length > 1 ? itemInfoArray[1] : "100", out itemAmount)) itemAmount = 100;
And MUST be like this:
if (!Int32.TryParse(itemInfoArray.Length > 1 ? itemInfoArray[1] : "100", out itemAmount)) itemAmount = 100;
-
Post Thanks / Like - 5 Thanks
-
Member
is it possible to deploy this to Heroku?
-
Contributor
"C:\Users\Rey\Desktop\test\NecroBot-master\PokemonGo.RocketAPI.Console\bin\Debug\CentralParkSouth_Comma' file not found. from mscorlib" please help me dude, Screenshot by Lightshot
-
Master Sergeant
Every release the bot gets more broken then the one before. Sometimes this realy drives me nuts. I know I need to be happy cause of all the hard work and cause it is for free, but this bot is getting to big with to many clutter. This one does not recycle without the fix, and it also stops evolving pokemon if you set the "Evolve pokemon above iv" function. It should always evolve the pokemon from your evolve list and then evolve every pokemon above 95% IV. But if you set it to true it only evolves above 95% IV. Then with disabled "evolveaboveiv" it evolves on startup but then transfers after catch without evolving first. A lot of things that was working before are now broke...
Last edited by Pokemonster; 07-25-2016 at 02:21 AM.
-
Member
Can anyone please help me? I am using multiple accounts and after logging into a Ptc account, I logged into a google account. However, it keeps showing the data of the Ptc account. This is if I redownload fresh or not. There is nothing that I can do to make it use the Google auth. even when it did previously with this very bot.
Is there a place where this type of data is stored other than in the bots folders? Is there a community cache that I can clear? Like I said, Brand new installs are doing it.
It's quite frustrating.
Thank you for any assistance.
Last edited by yopilax; 07-25-2016 at 02:34 AM.
The mob "Jesus" was only on PTR. It never hit the real world servers and sure as hell won't RESPAWN. For some reason though, people still camp it.:confused:
-
Member
Originally Posted by
yopilax
Can anyone please help me? I am using multiple accounts and after logging into a Ptc account, I logged into a google account. However, it keeps showing the data of the Ptc account. This is if I redownload fresh or not. There is nothing that I can do to make it use the Google auth.
Is there a place where this type of data is stored other than in the bots folders? Like I said, Brand new installs are doing it.
It's quite frustrating.
Thank you for any assistance.
I have the same exact problem, No matter what I change it only login with Google instead of Ptc .
-
Member
I dont think the devs read this thread anymore, maybe we should just head over to the discord https://discord.gg/VsVrjgr if we want help
-
Master Sergeant
im not updating until people start saying its working as well is this version
-
Member
Recycling is completely broken after the last update.
-
Member
I got some suggestions after running the bot for a while things I noticed I started running out of pokeballs even though there were tons of pokestops nearby. The issue was I was pack with potions/revives that I don't need when botting. I manually logged in to clear out those items. Also I have excess amount of candies for common pokemon so maybe don't know If It's possible but maybe have it use like 90% of the candies to evolve and maybe leave like 250~ in excess so we have some spare If we want to manually evolve something in the future. I have like 2k zubat candies xD that's a lot of exp.