Closed vamirineni87 closed 8 years ago
I can't locate the code for "catch_throw_parameters" in the repo either. Was this config just a feature proposal?
EDIT: I confirm using
"catch_randomize_reticle_factor" : 0.3,
"catch_randomize_spin_factor" : 0.3,
is working (dev branch) to reduce the XP:
[PokemonCatchWorker] [INFO] [pokemon_caught] Captured Magnemite! [CP 173] [Potential 0.44] [7/4/9] [+150 exp] [...] [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Voltorb! [CP 562] [Potential 0.58] [10/6/10] [+210 exp] [...] [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Magnemite! [CP 191] [Potential 0.42] [6/8/5] [+160 exp]
@drricksanchez321 at least as of this morning, those config options were available only on dev branch.
I am always on dev branch. These work! Should close. See log: 2016-08-13 12:08:40,250 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Oddish appeared! [CP 577] [Potential 0.67] [A/D/S 9/9/12] 2016-08-13 12:08:43,986 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 41.22 (14 left) 2016-08-13 12:08:44,260 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Oddish capture failed.. trying again! 2016-08-13 12:08:46,035 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 41.22 (13 left) 2016-08-13 12:08:46,270 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Oddish capture failed.. trying again! 2016-08-13 12:08:48,849 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 41.22 (12 left) 2016-08-13 12:08:49,076 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Oddish! [CP 577] [Potential 0.67] [9/9/12] [+110 exp] 2016-08-13 12:08:49,525 [PokemonCatchWorker] [INFO] [gained_candy] You now have 288 Oddish candy!
Thanks, continuing with
"catch_randomize_reticle_factor" : 0.3,
"catch_randomize_spin_factor" : 0.3,
Yes - Read the docs and searched the issue to figureout what is wrong.
master
? We work on thedev
branch and then add that functionality tomaster
. Your issue may be fixed ondev
and there is no need for this issue, just wait and it will eventually be merged tomaster
.Master
Expected Behavior
Lower the xp everytime a pokemon is caught.
Actual Behavior
Your config.json (remove your credentials and any other private info)
Other Information
OS:
Win 10
Branch: dev or masterMaster
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)63f777bac0c8cdc75d07f9ef491ca8b900c0148a
Python Version: (run 'python -V' and paste it here)Python 2.7.12