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

Keep 90 % - 100% IV POKEMON #3987

Closed
Tagada22 opened this issue Aug 15, 2016 · 8 comments
Closed

Keep 90 % - 100% IV POKEMON #3987

Tagada22 opened this issue Aug 15, 2016 · 8 comments

Comments

@Tagada22
Copy link

Hello

I have a� question i make this config

�"release": {
������"any": {"keep_best_iv": 1},
������

But my bot not transfert pokemon with less iv ( 30,40,50 ,..)

My config is good or i make a mistake ?

Thanks

@simonsmh
Copy link
Contributor

1 is for number, you may keep 2 or 3 pokemons have the best iv.
you may want to use "release_below_iv": 0.9, which keeps 90 % - 100% iv pokemons.

@Tagada22
Copy link
Author

Mmh ok i haven't got

Release_below_iv in my config

Possible to add this line anywhere or somewhere spécially ?

(Sorry for my bas english )

@simonsmh
Copy link
Contributor

https://github.com/PokemonGoF/PokemonGo-Bot/blob/dev/configs/config.json.example#L134

(Sorry for my bas english too)

@mightydread
Copy link

mightydread commented Aug 15, 2016

Your release config currently is:
"release": { "any": { "keep_best_iv": 1 } },

What you want is:
"release": { "any": { "release_below_iv": 0.9 } },

EDIT: Oops.. to late..

@Tagada22
Copy link
Author

thanks guys

now i have an error with my json config

http://prntscr.com/c5x9gb

@Tagada22
Copy link
Author

Its good i found my error :)

@simonsmh
Copy link
Contributor

close it plz

@Tagada22
Copy link
Author

016-08-15 13:04:45,491 [ SpinFort] [INFO] [spun_pokestop] Spun pokestop Kiss's Building 1888. Experience awarded: 50. Items awarded: {u'Pokeball': 1, u'Greatball': 1, u'Super Potion': 1}
2016-08-15 13:04:47,512 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_updated_map] Updated PokemonGo-Map to -33.8781092244, 151.205677049
2016-08-15 13:04:47,956 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_to] Teleporting to Dratini. (1.96km)
2016-08-15 13:04:47,957 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_encounter] Encountered Pokemon: Dratini
2016-08-15 13:04:50,231 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_back] Teleporting back to previous location (-33.8781092244, 151.205677049)
2016-08-15 13:04:52,428 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Dratini appeared! [CP 495] [Potential 0.89] [A/D/S 15/11/14]
2016-08-15 13:04:55,239 [PokemonCatchWorker] [INFO] [vip_pokemon] This is a VIP pokemon. Catch!!!
2016-08-15 13:04:55,512 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 42.35
2016-08-15 13:04:55,513 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Ultraball, with chance 72.74 (0 left)
2016-08-15 13:04:55,808 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Dratini capture failed.. trying again!
2016-08-15 13:04:57,706 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 63.52
2016-08-15 13:04:57,706 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 88.20 (4 left)
2016-08-15 13:04:58,003 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Dratini! [CP 495] [Potential 0.89] [15/11/14] [+210 exp]
2016-08-15 13:04:58,263 [PokemonCatchWorker] [INFO] [gained_candy] You now have 2656 Dratini candy!
2016-08-15 13:05:03,265 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Dratini, 1.96km, left (6 minutes, 45 seconds)
2016-08-15 13:05:05,164 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Zubat appeared! [CP 247] [Potential 0.44] [A/D/S 7/7/6]
2016-08-15 13:05:07,312 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 37.43 (14 left)
2016-08-15 13:05:07,576 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Zubat capture failed.. trying again!
2016-08-15 13:05:09,285 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 37.43 (13 left)
2016-08-15 13:05:09,642 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Zubat! [CP 247] [Potential 0.44] [7/7/6] [+210 exp]
2016-08-15 13:05:09,900 [PokemonCatchWorker] [INFO] [gained_candy] You now have 5420 Zubat candy!

I think transfert not working or maybe transfert later no ?

@k4n30 k4n30 closed this as completed Aug 15, 2016
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

4 participants