Closed Gurzeh closed 8 years ago
@Gurzeh I suggest you edit this issue (to remove the private data) and change your password seeing as you left the username, pass, gmapkey in there
I was in the process of commenting on your other issue, but this issue is clearer. Yes you are correct, that's as it's intended
1) over snipe_high_prio_threshold value and if snipe is true, bot just teleport to the target Pokemon 2) under snipe_high_prio_threshold value whatever snipe value, it just walk to the Pokemon target
Don't you think then that the doc: snipe_high_prio_threshold - The threshold number corresponding with the catch dictionary. Any pokemon above this threshold will be caught. Other will be ignored. should be updated?
Yes it is ambiguous isn't it. Do you mind creating a Pull Request?
Sure!
Link this issue to your pull request
Done?
Related to #3727 but I wanted to make an issue / question more clear
and thanks for the tremendous job and quality, I hope to be able to contribute soon)
Expected Behavior
I thought the parameter snipe_high_prio_threshold was sufficient to "comment out" pokemon that were under its value for all MoveToMapPokemon considerations
Actual Behavior
it seems that 1) over snipe_high_prio_threshold value and if snipe is true, bot just teleport to the target pokemeon 2) under snipe_high_prio_threshold value whatever snipe value, it just walk to the pokemon target
Am I correct? Because in the documentation, I see (in bold): snipe_high_prio_threshold - The threshold number corresponding with the catch dictionary. Any pokemon above this threshold will be caught. Other will be ignored.
Your config.json (remove your credentials and any other private info)
{ "auth_service": "google", "username": "", "password": "", "location": "", "gmapkey": "Removed By Moderator", "tasks": [ { "type": "HandleSoftBan" }, { "type": "SleepSchedule", "config": { "enabled": false, "time": "23:54", "duration":"7:46", "time_random_offset": "00:24", "duration_random_offset": "00:43" } }, { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "type": "UpdateLiveStats", "config": { "enabled": false, "min_interval": 10, "stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"], "terminal_log": true, "terminal_title": true } }, { "type": "TransferPokemon" }, { "type": "NicknamePokemon", "config": { "enabled": false, "nickname_template": "{ivpct}{iv_ads}" } }, { "type": "EvolvePokemon", "config": { "evolve_all": "none", "first_evolve_by": "cp", "evolve_above_cp": 10, "evolve_above_iv": 0.2, "logic": "or", "evolve_speed": 20, "use_lucky_egg": false } }, { "type": "RecycleItems", "config": { "item_filter": { "Pokeball": { "keep" : 150 }, "Potion": { "keep" : 10 }, "Super Potion": { "keep" : 20 }, "Hyper Potion": { "keep" : 30 }, "Revive": { "keep" : 30 }, "Razz Berry": { "keep" : 100 } } } }, { "type": "CatchVisiblePokemon" }, { "type": "CatchLuredPokemon" }, { "type": "SpinFort" }, { "type": "MoveToMapPokemon", "config": { "address": "http://localhost:5000", "max_distance": 500, "min_time": 60, "min_ball": 50, "prioritize_vips": true, "snipe": true, "snipe_high_prio_only": true, "snipe_high_prio_threshold": 600, "update_map": true, "mode": "priority", "catch": { "Alakazam": 1000, "Articuno": 1000, "Chansey": 1000, "Charizard": 1000, "Charmeleon": 1000, "Dewgong": 1000, "Ditto": 1000, "Farfetch'd": 1000, "Kabutops": 1000, "Kangaskhan": 1000, "Lapras": 1000, "Magneton": 1000, "Mew": 1000, "Mewtwo": 1000, "Moltres": 1000, "Mr. Mime": 1000, "Muk": 1000, "Primeape": 1000, "Raichu": 1000, "Rhydon": 1000, "Snorlax": 1000, "Tauros": 1000, "Zapdos": 1000,
}
your config here
Steps to Reproduce
it seems that 1) over snipe_high_prio_threshold value and if snipe is true, bot just teleport to the target pokemeon 2) under snipe_high_prio_threshold value whatever snipe value, it just walk to the pokemon target
Other Information
OS: OSX Capitan Branch: dev Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) 50cd7bf243eab90b88a2d8bd99e105b39647f331
Python Version: (run 'python -V' and paste it here) Python 2.7.12