Skip to content
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

feature new CP nerf/buff #5832

Closed
MZorzy opened this issue Nov 22, 2016 · 8 comments
Closed

feature new CP nerf/buff #5832

MZorzy opened this issue Nov 22, 2016 · 8 comments

Comments

@MZorzy
Copy link

MZorzy commented Nov 22, 2016

So ni_ntic has changed CP base for all pokem. (only Lapras has no change)
https://www.reddit.com/r/pokemongodev/comments/5e6d5o/cp_buff_nerf_today/

need to update data/pokemon.json.
https://docs.google.com/spreadsheets/d/1HL5tKb1YVll2UMVlHsCFh7CcUKX6ctb55NFmnuEw660/edit#gid=0

@tihiniko
Copy link

tihiniko commented Nov 23, 2016

I changed all the values, it seems to work
updated pokemon stats.txt
txt file because I can't upload .json

@MZorzy
Copy link
Author

MZorzy commented Nov 23, 2016

i try to add a pull request. #5836
tnx

@nachi9211
Copy link

@tihiniko
I renamed this file then replaced data/pokemon.json and also web/data/pokemondata.json
But the assertion error still occurred, am I doing something wrong?

@tihiniko
Copy link

Jesus, I had the bug again, and found the mistake by me!
Eevee base defense was wrong, it is 127 in the file I made and it should be 121.
I did not find any other typos by me... I hope that was the only 👍
New txt
updated pokemon stats.txt

@MZorzy
Copy link
Author

MZorzy commented Nov 24, 2016

added to pull request

@vanbwodonk
Copy link

@nachi9211, how you make it worked again? I try to replace data/pokemon.json and web/data/pokemondata.json, still got same error.

@brenosoares
Copy link

brenosoares commented Nov 25, 2016

my installation was work until yestarday. when i update the changes the bot stop working. i try with another account and still broken. sorry my english. but now my installation does'nt work.

@nachi9211
Copy link

nachi9211 commented Nov 25, 2016

@vanbwodonk I am sorry, I just retried uncommenting the assert cp line and it fails again.
I think it best to wait till a finalized stats list has been published, I was referring to this http://pokemongohub.net/pokemon-go-new-max-cp-chart/
but wouldn't commit to it yet.
To make your bot work,

  1. Comment out the assertion line <assert max(int(self.cp_exact), 10) == self.cp> in inventory.py.
  2. You will also need to add <{"id":242,"name":"Transformacion","type":"Normal","damage":0,"duration":1230,"energy":7,"dps":0.0}> this to fast_moves.json
  3. Add the move transformacion to Ditto's fast moves in Pokemon.json <,"Transformacion"> after Pound.

2&3 covered here: Admdebian@844990e01d2e6e5fb379346070b83669e5fa7f9ehttps://github.com/Admdebian/PokemonGo-Bot/commit/844990e01d2e6e5fb379346070b83669e5fa7f9e

Also this will only work if you avoid the latest commit for checkin API version. Git reset to previous commit.
Sorry for the intermediary confusion, there seems to be some change since,
Let me know if this still fails.
Remember, this will still trigger captcha checks, so only use this if you want to earn double candy from the event. Keep an eye on your device screen and reload when bot starts repeatedly restarting. This is no solution, but gets the bot working temporarily. Since the bot will crash anyway, give it a pause between frequent restarts to be safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants