-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gen 2 #5913
Comments
OK, now I'm getting errors that might be caused by the missing movesets: File "/Users/xxx/PokemonGo-Bot/pokemongo_bot/inventory.py", line 652, in data_for Can we turns off the routine that checks the attacks? |
To be fair there are so many changes that running it now would be pointless, issues with berries etc, new Pokémon and move sets, the API has been depricayed already it seems so I wouldn't advise using the bot. Although why would you want to bot now, this is when the game is fun again! |
Exactly! But don't worry, API will updated soon. Hashing service for 0.57.2 is already in service. It's only for PGoAPI to update some of their values. But this bot will need to have quite a few changes. So be slightly patience. |
files :
|
If developer wants to help, you can use my fork of PGoAPI here: https://github.com/MerlionRock/pgoapi/tree/develop Just take note protos are not updated to 0.57 yet Update 2: Official PGoAPI has been updated to 0.57.2 Just do an update, no need to use my fork. |
for the new item support, here are their values:
|
In the past (when 0.53 got released and gen2 got added to pokedex) I've used below to create pokemon.json
If you know a better , correct sources, with all the data that we need (check the content of data/pokemon.json file), then let me know. I'll write a script , which will generate the new json file. Or just update the existing files that we have, if these changes are minor. |
closing, as duplicate of #5914 . Let's continue there |
So, Gen 2 is out, at long last! The bot has been catching the new 'mons, but of course their movesets are not in the database. Any word on an update? How long do you think we can safely use the bot before the old version stop working? Cheers!
The text was updated successfully, but these errors were encountered: