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

Pokemon Hunter #5426

Merged
merged 2 commits into from
Sep 13, 2016
Merged

Pokemon Hunter #5426

merged 2 commits into from
Sep 13, 2016

Conversation

julienlavergne
Copy link
Contributor

@julienlavergne julienlavergne commented Sep 13, 2016

Add Pokemon Hunter task:

  • Hunt down nearby Pokemon
  • Can replace the MoveToFort as main movement task
  • Can be follow by CampFort, MoveToFort, FollowPath etc.
  • Catch all, or vip, or pokedex
    • hunt pokedex means all pokemon missing in your pokedex plus all pokemon in their family
  • Max distance from bot configuration starting position
{
    "type": "PokemonHunter",
    "config": {
        "enabled": true,
        "max_distance": 1500,
        "hunt_all": false,
        "hunt_vip": true,
        "hunt_pokedex": true
    }
},

edit:
Search pattern walk the subcells of the pokemon cell:
image

@solderzzc
Copy link
Contributor

Pretty nice. 👍

@solderzzc
Copy link
Contributor

solderzzc commented Sep 13, 2016

👍

Approved with PullApprove

@solderzzc solderzzc merged commit fbe0507 into PokemonGoF:dev Sep 13, 2016
@Darkayer
Copy link

Would it be possible to add some functionality to not catch other pokemon while moving towards the hunted pokemon? In a very crowded area the bot moves to slow to reach the hunted pokemon because he is catching allong the way.

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

Successfully merging this pull request may close these issues.

3 participants