What's new

Tutorial Automatically Catch, Farm Pokestops and Transfer Pokemon

I

illdemoteu

Enthusiast
Messages
328
Reaction score
48
Points
85
Sin$
0
and even tho this is off topic sort of i use this program and sit at sydney australia opera house and just collect myself some magikarps
 
I

illdemoteu

Enthusiast
Messages
328
Reaction score
48
Points
85
Sin$
0
Anyone got theres working again yet?

Edit - think mine is.
if you have got the program up and running again it would be pretty cool if you could post the steps you took to get this up and running coz seems a few people are slowly running into this problem haha
 
Skepta

Skepta

Go on then, Go on then
VIP
Retired
End of the Year 2017 Platinum Record Scaling the Mountain
Messages
3,699
Solutions
1
Reaction score
5,488
Points
2,192
Sin$
7
if you have got the program up and running again it would be pretty cool if you could post the steps you took to get this up and running coz seems a few people are slowly running into this problem haha
Restarted my computer and it was working again. Thats the only step I took.
 
MoDzHD1

MoDzHD1

МоDzHD1™
Mr. Nice Guy Seasoned Veteran Grizzled Veteran
Messages
1,270
Reaction score
211
Points
185
Sin$
7
Found the issue with it saying tanfering disabled because i had the setting set to leavestrongest it wouldnt work changed it to duplicate and its working again
 
H

HaLoAcE

Master Chief
Messages
176
Reaction score
124
Points
155
Sin$
7
Does anyone have a list to only keep one of the highest CP of each pokemon and transfer the rest?

Took a little to test each pokemon line for errors, but got it working. I have tested this list and it will leave your highest CP pokemon and transfer the rest.

The location on this list is Lakefront Park in Kissimmee FL

If you have anything to add just let me know and I will update it.

Code:
<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AuthType>Google</AuthType> <!-- Google/Ptc -->
  <DefaultLatitude>28.291066</DefaultLatitude> <!-- Default Amsterdam Central Station -->
  <DefaultLongitude>-81.402838</DefaultLongitude> <!-- Default Amsterdam Central Station -->
  <GoogleRefreshToken></GoogleRefreshToken>
  <PtcPassword>pw</PtcPassword>
  <PtcUsername>username</PtcUsername>
  <EvolveAllGivenPokemons>false</EvolveAllGivenPokemons>
  <TransferType>leaveStrongest</TransferType> <!-- none/cp/leaveStrongest/duplicate/all -->
  <TransferCPThreshold>0</TransferCPThreshold> <!-- Transfer pokemon with CP less than this value if cp transfer type is selected -->
  <DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
  </DoNotTransfer>
  <UnwantedPokemonTypes>
<PokemonId>Bulbasaur</PokemonId>
<PokemonId>Ivysaur</PokemonId>
<PokemonId>Venusaur</PokemonId>
<PokemonId>CHARMANDER</PokemonId>
<PokemonId>Charmeleon</PokemonId>
<PokemonId>Charizard</PokemonId>
<PokemonId>Squirtle</PokemonId>
<PokemonId>Wartortle</PokemonId>
<PokemonId>Blastoise</PokemonId>
<PokemonId>Caterpie</PokemonId>
<PokemonId>Metapod</PokemonId>
<PokemonId>Butterfree</PokemonId>
<PokemonId>Weedle</PokemonId>
<PokemonId>Kakuna</PokemonId>
<PokemonId>Beedrill</PokemonId>
<PokemonId>Pidgey</PokemonId>
<PokemonId>Pidgeotto</PokemonId>
<PokemonId>Pidgeot</PokemonId>
<PokemonId>Rattata</PokemonId>
<PokemonId>Raticate</PokemonId>
<PokemonId>Spearow</PokemonId>
<PokemonId>Fearow</PokemonId>
<PokemonId>Ekans</PokemonId>
<PokemonId>Arbok</PokemonId>
<PokemonId>Pikachu</PokemonId>
<PokemonId>Raichu</PokemonId>
<PokemonId>Sandshrew</PokemonId>
<PokemonId>Sandlash</PokemonId>
<PokemonId>NidoranFemale</PokemonId>
<PokemonId>Nidorina</PokemonId>
<PokemonId>Nidoqueen</PokemonId>
<PokemonId>NidoranMale</PokemonId>
<PokemonId>Nidorino</PokemonId>
<PokemonId>Nidoking</PokemonId>
<PokemonId>Clefairy</PokemonId>
<PokemonId>Clefable</PokemonId>
<PokemonId>Vulpix</PokemonId>
<PokemonId>Ninetales</PokemonId>
<PokemonId>Jigglypuff</PokemonId>
<PokemonId>Wigglytuff</PokemonId>
<PokemonId>Zubat</PokemonId>
<PokemonId>Golbat</PokemonId>
<PokemonId>Oddish</PokemonId>
<PokemonId>Gloom</PokemonId>
<PokemonId>Vileplume</PokemonId>
<PokemonId>Paras</PokemonId>
<PokemonId>Parasect</PokemonId>
<PokemonId>Venonat</PokemonId>
<PokemonId>Venomoth</PokemonId>
<PokemonId>Diglett</PokemonId>
<PokemonId>Dugtrio</PokemonId>
<PokemonId>Meowth</PokemonId>
<PokemonId>Persian</PokemonId>
<PokemonId>Psyduck</PokemonId>
<PokemonId>Golduck</PokemonId>
<PokemonId>Mankey</PokemonId>
<PokemonId>Primeape</PokemonId>
<PokemonId>Growlithe</PokemonId>
<PokemonId>Arcanine</PokemonId>
<PokemonId>Poliwag</PokemonId>
<PokemonId>Poliwhirl</PokemonId>
<PokemonId>Poliwrath</PokemonId>
<PokemonId>Abra</PokemonId>
<PokemonId>Kadabra</PokemonId>
<PokemonId>Alakhazam</PokemonId>
<PokemonId>Machop</PokemonId>
<PokemonId>Machoke</PokemonId>
<PokemonId>Machamp</PokemonId>
<PokemonId>Bellsprout</PokemonId>
<PokemonId>Weepinbell</PokemonId>
<PokemonId>Victreebell</PokemonId>
<PokemonId>Tentacool</PokemonId>
<PokemonId>Tentacruel</PokemonId>
<PokemonId>Geodude</PokemonId>
<PokemonId>Graveler</PokemonId>
<PokemonId>Golem</PokemonId>
<PokemonId>Ponyta</PokemonId>
<PokemonId>Rapidash</PokemonId>
<PokemonId>Slowpoke</PokemonId>
<PokemonId>Slowbro</PokemonId>
<PokemonId>Magnemite</PokemonId>
<PokemonId>Magneton</PokemonId>
<PokemonId>Farfetchd</PokemonId>
<PokemonId>Doduo</PokemonId>
<PokemonId>Dodrio</PokemonId>
<PokemonId>Seel</PokemonId>
<PokemonId>Dewgong</PokemonId>
<PokemonId>Grimer</PokemonId>
<PokemonId>Muk</PokemonId>
<PokemonId>Shellder</PokemonId>
<PokemonId>Cloyster</PokemonId>
<PokemonId>Gastly</PokemonId>
<PokemonId>Haunter</PokemonId>
<PokemonId>Gengar</PokemonId>
<PokemonId>Onix</PokemonId>
<PokemonId>Drowzee</PokemonId>
<PokemonId>Hypno</PokemonId>
<PokemonId>Krabby</PokemonId>
<PokemonId>Kingler</PokemonId>
<PokemonId>Voltorb</PokemonId>
<PokemonId>Electrode</PokemonId>
<PokemonId>Exeggcute</PokemonId>
<PokemonId>Exeggutor</PokemonId>
<PokemonId>Cubone</PokemonId>
<PokemonId>Marowak</PokemonId>
<PokemonId>Hitmonlee</PokemonId>
<PokemonId>Hitmonchan</PokemonId>
<PokemonId>Lickitung</PokemonId>
<PokemonId>Koffing</PokemonId>
<PokemonId>Weezing</PokemonId>
<PokemonId>Rhyhorn</PokemonId>
<PokemonId>Rhydon</PokemonId>
<PokemonId>Chansey</PokemonId>
<PokemonId>Tangela</PokemonId>
<PokemonId>Kangaskhan</PokemonId>
<PokemonId>Horsea</PokemonId>
<PokemonId>Seadra</PokemonId>
<PokemonId>Goldeen</PokemonId>
<PokemonId>Seaking</PokemonId>
<PokemonId>Staryu</PokemonId>
<PokemonId>Starmie</PokemonId>
<PokemonId>MrMime</PokemonId>
<PokemonId>Scyther</PokemonId>
<PokemonId>Jynx</PokemonId>
<PokemonId>Electabuzz</PokemonId>
<PokemonId>Magmar</PokemonId>
<PokemonId>Pinsir</PokemonId>
<PokemonId>Tauros</PokemonId>
<PokemonId>Magikarp</PokemonId>
<PokemonId>Gyarados</PokemonId>
<PokemonId>Lapras</PokemonId>
<PokemonId>Ditto</PokemonId>
<PokemonId>Eevee</PokemonId>
<PokemonId>Vaporeon</PokemonId>
<PokemonId>Jolteon</PokemonId>
<PokemonId>Flareon</PokemonId>
<PokemonId>Porygon</PokemonId>
<PokemonId>Omanyte</PokemonId>
<PokemonId>Omastar</PokemonId>
<PokemonId>Kabuto</PokemonId>
<PokemonId>Kabutops</PokemonId>
<PokemonId>Aerodactyl</PokemonId>
<PokemonId>Snorlax</PokemonId>
<PokemonId>Articuno</PokemonId>
<PokemonId>Zapdos</PokemonId>
<PokemonId>Moltres</PokemonId>
<PokemonId>Dratini</PokemonId>
<PokemonId>Dragonair</PokemonId>
<PokemonId>Dragonite</PokemonId>
<PokemonId>Mewtwo</PokemonId>
<PokemonId>Mew</PokemonId>
  </UnwantedPokemonTypes>
  <PokestopDelay>15000</PokestopDelay>
</UserSettingsXml>
POGO.jpg

Skepta Skepta
I illdemoteu
 
Last edited:
Skepta

Skepta

Go on then, Go on then
VIP
Retired
End of the Year 2017 Platinum Record Scaling the Mountain
Messages
3,699
Solutions
1
Reaction score
5,488
Points
2,192
Sin$
7
Does anyone have a list to only keep one of the highest CP of each pokemon and transfer the rest?
Once you have this could you pass it on to me or tag me in it. I would be interested also. :smile:
 
I

illdemoteu

Enthusiast
Messages
328
Reaction score
48
Points
85
Sin$
0
Does anyone have a list to only keep one of the highest CP of each pokemon and transfer the rest?
im sorry but i dont understand haha its late so probably me just being tired:> but if u could do short explaining of what that list is: >
 
Skepta

Skepta

Go on then, Go on then
VIP
Retired
End of the Year 2017 Platinum Record Scaling the Mountain
Messages
3,699
Solutions
1
Reaction score
5,488
Points
2,192
Sin$
7
im sorry but i dont understand haha its late so probably me just being tired:> but if u could do short explaining of what that list is: >
<PokemonId>Pidgey</PokemonId>
<PokemonId>Rattata</PokemonId>
<PokemonId>Weedle</PokemonId>
<PokemonId>Zubat</PokemonId>
<PokemonId>Caterpie</PokemonId>
<PokemonId>Pidgeotto</PokemonId>

Like that for every pokemon
 
M4YON

M4YON

Se7ensins Beast
Mythical Veteran Nevar gon' happen in your lifetime Platinum Record
Messages
5,766
Reaction score
1,973
Points
1,055
Sin$
0
<PokemonId>Pidgey</PokemonId>
<PokemonId>Rattata</PokemonId>
<PokemonId>Weedle</PokemonId>
<PokemonId>Zubat</PokemonId>
<PokemonId>Caterpie</PokemonId>
<PokemonId>Pidgeotto</PokemonId>

Like that for every pokemon
Isn't that the list of not wanted Pokémon?
 
I

illdemoteu

Enthusiast
Messages
328
Reaction score
48
Points
85
Sin$
0
well ill see what i can do after a good 12 hours of sleep im ded 
well ill see what i can do after a good 12 hours of sleep im ded
if you know how u cal literally just go to a website with like a list of pokemon and with 2 clickshave it done not hard:/ anyway ciao for a while
 
Skepta

Skepta

Go on then, Go on then
VIP
Retired
End of the Year 2017 Platinum Record Scaling the Mountain
Messages
3,699
Solutions
1
Reaction score
5,488
Points
2,192
Sin$
7
well ill see what i can do after a good 12 hours of sleep im ded 

if you know how u cal literally just go to a website with like a list of pokemon and with 2 clickshave it done not hard:/ anyway ciao for a while
The thing is Charmander doesn't work. It HAS to be CHARMANDER.
Wasn't sure if any other pokemon was different.
 
H

HaLoAcE

Master Chief
Messages
176
Reaction score
124
Points
155
Sin$
7
The thing is Charmander doesn't work. It HAS to be CHARMANDER.
Wasn't sure if any other pokemon was different.
I have included your notes in this list and others ones I know of. I can update as we find more.
 
G

Gaaldornick

Newbie
Messages
20
Reaction score
0
Points
35
Sin$
0
Uhg it's even worse for me today. Unexpected stop? after about 10 seconds. Tried different location, fresh install, both versions.
 
Top Bottom
Login
Register