Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <AuthType>Google</AuthType> <!-- Google/Ptc -->
  4. <DefaultLatitude>-33.858483</DefaultLatitude> <!-- Default Amsterdam Central Station -->
  5. <DefaultLongitude>151.214415</DefaultLongitude> <!-- Default Amsterdam Central Station -->
  6. <GoogleRefreshToken>PUT YOUR CODE HERE STONIE</GoogleRefreshToken>
  7. <PtcPassword></PtcPassword>
  8. <PtcUsername></PtcUsername>
  9. <EvolveAllGivenPokemons>false</EvolveAllGivenPokemons>
  10. <TransferType>duplicate</TransferType> <!-- none/cp/leaveStrongest/duplicate/all -->
  11. <TransferCPThreshold>0</TransferCPThreshold> <!-- Transfer pokemon with CP less than this value if cp transfer type is selected -->
  12. <DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
  13. <PokemonId>Magikarp</PokemonId>
  14. <PokemonId>Eevee</PokemonId>
  15. </DoNotTransfer>
  16. <UnwantedPokemonTypes>
  17. <PokemonId>Pidgey</PokemonId>
  18. <PokemonId>Rattata</PokemonId>
  19. <PokemonId>Weedle</PokemonId>
  20. <PokemonId>Zubat</PokemonId>
  21. <PokemonId>Caterpie</PokemonId>
  22. <PokemonId>Pidgeotto</PokemonId>
  23. <PokemonId>NidoranFemale</PokemonId>
  24. <PokemonId>Paras</PokemonId>
  25. <PokemonId>Venonat</PokemonId>
  26. <PokemonId>Psyduck</PokemonId>
  27. <PokemonId>Poliwag</PokemonId>
  28. <PokemonId>Slowpoke</PokemonId>
  29. <PokemonId>Drowzee</PokemonId>
  30. <PokemonId>Gastly</PokemonId>
  31. <PokemonId>Goldeen</PokemonId>
  32. <PokemonId>Staryu</PokemonId>
  33. <PokemonId>Magikarp</PokemonId>
  34. <PokemonId>Clefairy</PokemonId>
  35. <PokemonId>Eevee</PokemonId>
  36. <PokemonId>Tentacool</PokemonId>
  37. <PokemonId>Dratini</PokemonId>
  38. <PokemonId>Ekans</PokemonId>
  39. <PokemonId>Jynx</PokemonId>
  40. <PokemonId>Lickitung</PokemonId>
  41. <PokemonId>Spearow</PokemonId>
  42. <PokemonId>NidoranFemale</PokemonId>
  43. <PokemonId>NidoranMale</PokemonId>
  44. </UnwantedPokemonTypes>
  45. <PokestopDelay>15000</PokestopDelay>
  46. </UserSettingsXml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement