PokemonGo-Bot-Backup icon indicating copy to clipboard operation
PokemonGo-Bot-Backup copied to clipboard

Feature req: Buddy task

Open beltoft opened this issue 9 years ago • 7 comments

Short Description

A new task to select a buddy pokemon

Possible solution

a task named buddy where you could put in the name of the pokemon you would select as buddy.

How it would help others

it will give extra candy for the type of pokemon you chose as buddy for every km walked making it easier to evolve that type

beltoft avatar Sep 14 '16 11:09 beltoft

I'm working on it, I'm running some tests before making a PR

DeXtroTip avatar Sep 14 '16 12:09 DeXtroTip

if a buddy is already selected would it require additional API calls to "walk" it ?

tohyf avatar Sep 14 '16 14:09 tohyf

There is an api call to get the reward, not sure if reward is got without it, maybe not

DeXtroTip avatar Sep 14 '16 15:09 DeXtroTip

Looks like the distance is being recorded down correctly, I guess the only question is whether the candy reward requires another API call

tohyf avatar Sep 14 '16 15:09 tohyf

It might be like CollectLevelUpRewards or IncubateEggs, if you don't make the api call you don't get the rewards, I guess

DeXtroTip avatar Sep 14 '16 16:09 DeXtroTip

That's the case, since there is another open issue exactly for that :)

cowst avatar Sep 14 '16 18:09 cowst

Yeah, I've checked it already. Added check on task to get old rewards from current buddy. Need to update docs/configuration_files.md before PR and the api also has a bug on buddy api calls, I had to fix it manually, we'll need to wait for them to merge the fix too before this task works.

DeXtroTip avatar Sep 14 '16 18:09 DeXtroTip