SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
111 stars 45 forks source link

Ignore list isn't working #239

Closed jordaneads closed 8 years ago

jordaneads commented 8 years ago

I've got a long list of pokemon to ignore, for the sake of saving up balls occasionally. It still picks them up in game. Any suggestions/fixes?

gsisso commented 8 years ago

are you using the latest version ? also do you compile from sources or using the pre-compiled version ?

jordaneads commented 8 years ago

I've just been stashing and pulling, so I'm actually not sure? Still not very familiar with Git. I just downloaded the newest zip, unzipped, fixed up the config as I want it. Then I realized, the .jar file I've been using was downloaded outside of the Git folder itself. Where does that file come from? That's what I run everything with, usually.

jordaneads commented 8 years ago

screen shot 2016-07-31 at 11 11 09 am

masterof123 commented 8 years ago

On git if you go to the "Code" tab, there's a "Releases" tab. You can get the latest pre-complied .jar there. If you download the source code, then you've got to compile it into a .jar yourself.

gsisso commented 8 years ago

also please post the config file your using just to make sure that you added the pokemons correctly.

jordaneads commented 8 years ago

I've got it fixed now, updated the jar was my issue. I've been thinking I was running it with the uncompiled code this entire time, and that the jar file I had was doing that for me. I'm an idiot! It's running so much smoother now too, before it was freezing every few minutes and I'd have to restart to make it move again.

Thanks for your help! Problem solved.