jekirl / poketrainer

The original Pokemon Go bot
Other
120 stars 58 forks source link

possible set feature abt catch time #568

Open loveinpin opened 8 years ago

loveinpin commented 8 years ago

bot catch pm should be taken at a distance of ten to twenty sec at least

or some way to stop bot crazy Catch 'Em All.....

100% get new strong ban when bot get too much pm same time

[ pgoapi] [ INFO]NA,STARDUST: 1927193, Pokemon Caught in this run: 283

the step size less than 50 is safety & only one bot run........ problem is that quantity of pm/hr

already hav got 3 times ban at GMT+8 AM 7:30 always get ban on time

need to wait 8-12 hr to unban

freakyfreak87 commented 8 years ago

Apparently you cant catch more than 1000 pokemon/spin 1000 pokestops in a 24 hour period, or you get a softban that lasts quite a few hours.

infinitewarp commented 8 years ago

See also: https://www.reddit.com/r/pokemongodev/comments/4xkqmq/new_ban_types_and_their_causes/

As always, caveat emptor! It's up to users to exercise good judgment regarding STEP_SIZE, EXTRA_WAIT, SLEEP_MULT, general runtime, etc.

rirze commented 8 years ago

@infinitewarp Would it be a good idea to integrate these 'hard limits' into the code, or should we leave it up-to the users to restrict themselves?

freakyfreak87 commented 8 years ago

What exactly does the extra/sleep wait do in terms of the dollar they are in? I couldn't find anything in the read me send just left them at the default options,, but I always sweet step size to around 75

loveinpin commented 8 years ago

@rirze could we add 1000 limits pm or 1000 fort in config ?

Thx all reply for help I don mind abt acc banned, just wanna know if where has way to solve SLEEP_MULT -- add sleep time prior to some steps; use only if too many steps are starting at the same time doing the same thing EXTRA_WAIT -- value tells the network to wait additional amount of seconds before starting act. It would be safe to set these values to 0 is that right ?