kann jemand seine config posten mit funktionierenden coords?? bei mir geht es igendwie nicht kommt auch immer unexpected stop.
----------------------------
Account: username
Password: pw
Latitude: 40,7648921487939
Longitude: 73,9727986603975
----------------------------
Random Profile Data
{ "unknown1": 1, "profile": { "creationTime": "1469115295055", "username": "JackVeryBest", "tutorial": "AAEDBAc=", "avatar": { "unknown2": 2, "unknown3": 4, "unknown9": 4, "unknown10": 1 }, "pokeStorage": 250, "itemStorage": 350, "dailyBonus": { }, "currency": [ { "type": "POKECOIN" }, { "type": "STARDUST", "amount": 300 } ] } }
Farming Started
----------------------------
[19:48:38] Unexpected stop? Restarting in 20 seconds.
----------------------------
Quote:
<?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 or Ptc -->
<DefaultLatitude>40.7648921487939</DefaultLatitude> <!-- Change this to your Latitude -->
<DefaultLongitude>73.9727986603975</DefaultLongitude> <!-- Change this to your Longitude -->
<GoogleRefreshToken></GoogleRefreshToken> <!-- When starting the Program you will get your token to fill in. -->
<PtcPassword>pw</PtcPassword> <!-- IF you are using PTC fill in your password -->
<PtcUsername>username</PtcUsername> <!-- IF you are using PTC fill in your username -->
<EvolveAllGivenPokemons>false</EvolveAllGivenPokemons> <!-- Do you want to evolve all of your pokemon? Change to true -->
<TransferType>leaveStrongest</TransferType> <!-- Transfertypes are as follows: leaveStrongest, all, duplicate, cp leave at none to keep all pokemon caught. -->
<TransferCPThreshold>0</TransferCPThreshold> <!-- IF you are using the Transfertype cp then this will be the maximum cp to transfer -->
</UserSettingsXml>
|