<?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'-->
<add key="AccountType" value="Google" />
<add key="DefaultLatitude" value="45.030208" />
<add key="DefaultLongitude" value="-93.319313" />
<add key="DefaultAltitude" value="10" />
<!--Only needed if you chose PTC as your account type-->
<add key="PtcUsername" value="username" />
<add key="PtcPassword" value="password" />
<!--Logic settings-->
<add key="KeepMinIvPercentage" value="95" />
<add key="KeepMinCp" value="900" />
<add key="WalkingSpeedInKilometerPerHour" value="180" />
<add key="KeepPokemonsThatCanEvolve" value="false" />
<add key="TransferDuplicatePokemon" value="true" />
<add key="UsePokemonToNotCatchFilter" value="false" />
<add key="KeepMinDuplicatePokemon" value="1" />
<add key="PrioritizeIvOverCp" value="true" />
<add key="UseLuckyEggs" value="false" />
<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="Console" layout="${date:format=yyyyMMddHHmmss} ${message}" />
</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>
</assemblyBinding>
</runtime>
</configuration>
guys just go to haxton console change settings you want to to packages config and don't forget to right click on haxton sln and add it as start up.Use visual studio community and then start
funny how the only people that can make it work are new posters. i guess we can post this alrady: https://www.youtube.com/watch?v=dQw4...Q&noredirect=1
Holy shit, that thing is OP. Thanks so much!
How do you get passed the updating inventory spam..?
///edit
its fixed if you put comma's in the coordinates and not dots.
Last edited by Crazyhead; 07-27-2016 at 03:26 PM.