<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
</configSections>
<appSettings>
<!--Account type can be 'Google' or 'Ptc' !!!!!!!!!! HIER NICHT GOOGLE VERGESSEN BEI VALUE
WENN DU EIN GOOGLE ACCOUNT BENUTZT-->
<add key="AccountType" value="Ptc" />
<!--SIND EINFACH BIS JETZT DIE BESTEN-->
<add key="DefaultLatitude" value="22.285661566028704" />
<add key="DefaultLongitude" value="114.15020227432251" />
<add key="DefaultAltitude" value="11" />
<!--Only needed if you chose Google as your account type-->
<add key="GoogleEmail" value="

" />
<add key="GooglePassword" value="password" />
<!--Only needed if you chose Ptc as your account type-->
<add key="PtcUsername" value="" />
<add key="PtcPassword" value="" />
<!--Logic settings Die sind so in ordnung wenn er pokemons wegwirft die du aber noch brauchtest
oder behalten wolltest waren sie schlicht weg schwach

level bis 30 und benutzt den anderen bot
dann zum snipen -->
<add key="KeepMinIvPercentage" value="93" />
<add key="KeepMinCp" value="1700" />
<add key="WalkingSpeedInKilometerPerHour" value="180" />
<add key="KeepPokemonsThatCanEvolve" value="false" />
<add key="TransferDuplicatePokemon" value="true" />
<add key="UsePokemonToNotCatchFilter" value="false" />
<add key="KeepMinDuplicatePokemon" value="2" />
<add key="PrioritizeIvOverCp" value="true" />
<!--If value is empty, no proxy will be used-->
<!--HTTP Proxys only. No Sock4/5-->
<add key="Proxy" value ="" />
<!-- ER BENUTZT EIER AB 30 BRAUCHST DU EH KEINE MEHR BESSER IST ES -->
<add key="UseLuckyEggs" value="false" />
<add key="UseBurstMode" value="true" />
<add key="EvolveAll" value="true" />
<!--Will ONLY evolve pokemon above your IV threshold-->
<!--Unsupported at the moment-->
<!--<add key="EvolveAllPokemonAboveIv" value="false" />
<add key="EvolveAboveIvValue" value="95" />-->
<add key="TeleportInsteadOfWalking" value="true" />
<!--Untested. Use at own risk-->
<add key="UseGpxPathing" value="false" />
<add key="GpxFile" value="gpx.test" />
</appSettings>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets>
<target name="logfile" xsi:type="File" fileName="file.txt" />
<target name="console" xsi:type="ColoredConsole" layout="${date:format=yyyy-MM-dd HH\:mm\:ss} ${message}" useDefaultRowHighlightingRules="true" />
</targets>
<rules>
<logger name="*" minlevel="Trace" writeTo="logfile" />
<logger name="*" minlevel="Info" writeTo="console" />
</rules>
</nlog>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="C5" publicKeyToken="282361b99ded7e8e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.4.5947.17248" newVersion="2.4.5947.17248" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>