-
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
How to fix "Your Pokemon Invetory is Full" ??? #3473
Comments
You should have something like:
You can leave your pokemon specific rules in there as well but have a rule for all... |
@jannickv are you in the dev branch? I read that keep_best_cp is only available on that branch. I'm in master and haven't try yet but I want it. |
I've stopped releasing as of #3320 Config is
It works if my config is
|
same here, I have dev installed yesterday, and not possible to release the specific pokemon, but for any it works. |
@babyinthesky of course you can, you must config it. here's the example of my config
|
Hi guys, this is my config for releasing pokemon ,but it doesnt seem to be working and the bot will not release any captured pokemon. Any ideas whats wrong ??? ` { ` |
@foster82 example the following works in my config: And you don't need to add "release" inside "TransferPokemon". "release" should be an independent area. please check config.json.example in your config folder.
|
ok so i have now changed it to this : { |
move release to a separate area, not together with type TransferPokemon. can you check your config.json.example file? It should be something like this: "distance_unit": "km", |
cracked it nice one thanks |
"release": { "release": {"Pidgey": {"always_release": true}}, "release": {"Caterpie": {"always_release": true}}, "release": {"Weedle": {"always_release": true}}, "release": {"Zubat": {"always_release": true}} },
The text was updated successfully, but these errors were encountered: