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

Bot Full #254

Open
IrishReign opened this issue Sep 4, 2016 · 10 comments
Open

Bot Full #254

IrishReign opened this issue Sep 4, 2016 · 10 comments

Comments

@IrishReign
Copy link

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
Copy link

iiCe89 commented Sep 4, 2016

@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
Copy link

iiCe89 commented Sep 4, 2016

@IrishReign im also mac el captain

@IrishReign
Copy link
Author

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

@iiCe89
Copy link

iiCe89 commented Sep 4, 2016

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

@IrishReign
Copy link
Author

Super Helpfull! Thanks, works like a charm

@IrishReign
Copy link
Author

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
Copy link
Author

IrishReign commented Sep 4, 2016

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

@iiCe89
Copy link

iiCe89 commented Sep 4, 2016

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

@Behemoth8u
Copy link

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
Copy link

afro001 commented Sep 13, 2016

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
}
}

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

No branches or pull requests

4 participants