FeroxRev / Pokemon-Go-Rocket-API

Client API Library
GNU General Public License v3.0
368 stars 230 forks source link

Any way to modulate the parameters? #138

Open xDagon opened 8 years ago

xDagon commented 8 years ago

There is a couple things I would like to modify to enjoy this API even more.

First, I would like to know if it's possible to disable pokesniper from using your best pokeballs everytime; like if it's not a strong pokemon. The best would be if we could modulate the type of pokeball used in function on the catching probability. Eg:

-Dragonite: 1% -- using Ultra Balls -Pidgey: 90% -- using Poké Balls

Also, it would be interesting to be able to disable this function when your number of pokéballs reach a critical level. Eg:

-Only 5 Ultra Balls left -- Using only Poké Balls/Great balls -Only 5 Great Balls left -- Using only Poké Balls

The thing is I really like to use this API, but it is also usefull for farming and not only for really rare pokémons. Maybe these options are already hidden somewhere in the files? If not it would be a great idea for further developments!

Thank you!