PokemonGoF / PokemonGo-Bot-Desktop

The Desktop version of Pokemon Go Bot script
MIT License
408 stars 115 forks source link

Bot Full #254

Open IrishReign opened 7 years ago

IrishReign commented 7 years ago

Hi, I just downloaded your bot the other day and love it! But did find one problem that I would love help with. I left it running over night which worked fine but when I went to go check it in the morning it was stuck with a message "Not moving to any forts as there aren't enough space. You might want to change your config to recycle more items if this message appears consistently." I feel like this is an easy problem to fix but seeing as how I can quite dumb when I comes to these things I would love some instruction or help.

Thanks!

(Running El Capitan on my mac)

iiCe89 commented 7 years ago

@IrishReign use this config file - https://github.com/iiCe89/PokemonGo_config copy ur old one an save somewhere safe an replace with mine an it will recycle items an keep ur bot playing 👍😜

iiCe89 commented 7 years ago

@IrishReign im also mac el captain

IrishReign commented 7 years ago

@iiCe89 Thank you so much! So i should re-download it with that one basically?

iiCe89 commented 7 years ago

you just need to replace the config.json file if u read on my repo gives u mac instructions to find file :)

IrishReign commented 7 years ago

Super Helpfull! Thanks, works like a charm

IrishReign commented 7 years ago

One more question, I went into the config and changed a couple numbers on the revive and hyper potion just to keep more. But how do I tell it to keep less "Great Balls" @iiCe89

IrishReign commented 7 years ago

Also how will I do that with things like "ultra balls" and others

iiCe89 commented 7 years ago

i believe great & ultra balls come under pokeballs ! not sure bud

Behemoth8u commented 7 years ago

You can copy and paste one of the sections and then just put in the name of the item you are trying to limit. Great Balls and Ultra Balls have to be input as "Greatball" and "Ultraball". If you put the space between the words, it will throw an error.

afro001 commented 7 years ago

Sample config extract with Ultra Balls support: "item_filter": { "Pokeball": { "keep": 10 }, "Greatball": { "keep": 20 }, "Ultraball": { "keep": 130 }, "Potion": { "keep": 0 }, "Super Potion": { "keep": 0 }, "Hyper Potion": { "keep": 0 }, "Max Potion": { "keep": 100 }, "Revive": { "keep": 40 }, "Razz Berry": { "keep": 30 } }