This will show you the directory and executable it's looking for.
https://github.com/chancity/BotManag...pportedBots.vb
Sent from my iPhone using Tapatalk
This will show you the directory and executable it's looking for.
https://github.com/chancity/BotManag...pportedBots.vb
Sent from my iPhone using Tapatalk
.ExecutablePath = "Haxton/HaxtonBot-master/PokemonGo.Haxton.Console/bin/Debug/PokemonGo.Haxton.Console.exe (this console.exe does not appear to be downloading during the new compiling and is missing from this directory)
im also not going to pretend to know anything about coding, but i can see that there is a greyed out necro bot directory close to the bottom with each line of code starting with ' which may be nulling the option. just curious as to if thats how it works nothing important
Last edited by stealyphil21; 07-31-2016 at 07:04 PM.
What is your full path to the debug folder?
Sent from my iPhone using Tapatalk
Im running the old version and it works just fine. The folder is empty in the old version too, so I dont think this is the issue.
For those asking, this is an old EXE. It is glitchy since its for the old ver of pokemon go, but mostly works still. This is before batch adding.
https://mega.nz/#!vA5QTSYR!xLDDSrz6b...mZ_9yttmRWbneg
Trying to ADD Spegeli crashes the program, but spegeli runs fine when I reopen the manager.
Last edited by MrAlice; 07-31-2016 at 07:11 PM.
The directory to haxton hasn't changed but the config file may have
Sent from my iPhone using Tapatalk
Can you paste the exe.config content of the new haxton?
Sent from my iPhone using Tapatalk
i cant seem to find this specific config file, what directory would it be located in and is that the exact name?
<?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="52.3776608" />
<add key="DefaultLongitude" value="4.8612473" />
<add key="DefaultAltitude" value="10" />
<!--Only needed if you chose Google as your account type-->
<add key="GoogleEmail" value="[email protected]" />
<add key="GooglePassword" value="googlepassword" />
<!--Only needed if you chose Ptc as your account type-->
<add key="PtcUsername" value="ptcusername" />
<add key="PtcPassword" value="ptcpassword" />
<!--Logic settings-->
<add key="KeepMinIvPercentage" value="95" />
<add key="KeepMinCp" value="1800" />
<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="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>
</assemblyBinding>
</runtime>
</configuration>
Last edited by stealyphil21; 07-31-2016 at 07:23 PM.
Hopefully this gets updated soon looks like a really awesome tool for managing multiple accounts
spegeli's
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="PokemonGo.RocketAPI.Console.UserSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="PokemonGo.RocketAPI.Console.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</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>
<userSettings>
<PokemonGo.RocketAPI.Console.UserSettings>
<setting name="DefaultAltitude" serializeAs="String">
<value>10</value>
</setting>
<setting name="TransferPokemonKeepAboveIVPercentage" serializeAs="String">
<value>99</value>
</setting>
<setting name="TransferPokemonKeepAboveCP" serializeAs="String">
<value>2000</value>
</setting>
<setting name="WalkingSpeedInKilometerPerHour" serializeAs="String">
<value>150</value>
</setting>
<setting name="DefaultLatitude" serializeAs="String">
<value>0</value>
</setting>
<setting name="DefaultLongitude" serializeAs="String">
<value>0</value>
</setting>
<setting name="UsePokemonToNotCatchList" serializeAs="String">
<value>False</value>
</setting>
<setting name="AuthType" serializeAs="String">
<value>Google</value>
</setting>
<setting name="PtcUsername" serializeAs="String">
<value>PtcUsername</value>
</setting>
<setting name="PtcPassword" serializeAs="String">
<value>PtcPassword</value>
</setting>
<setting name="PrioritizeIVOverCP" serializeAs="String">
<value>True</value>
</setting>
<setting name="MaxTravelDistanceInMeters" serializeAs="String">
<value>1000</value>
</setting>
<setting name="UseGPXPathing" serializeAs="String">
<value>False</value>
</setting>
<setting name="GPXFile" serializeAs="String">
<value>central_park_loop.gpx</value>
</setting>
<setting name="UseLuckyEggs" serializeAs="String">
<value>True</value>
</setting>
<setting name="NotTransferPokemonsThatCanEvolve" serializeAs="String">
<value>False</value>
</setting>
<setting name="EvolveOnlyPokemonAboveIV" serializeAs="String">
<value>False</value>
</setting>
<setting name="EvolvePokemon" serializeAs="String">
<value>True</value>
</setting>
<setting name="EvolveOnlyPokemonAboveIVValue" serializeAs="String">
<value>95</value>
</setting>
<setting name="TransferPokemon" serializeAs="String">
<value>True</value>
</setting>
<setting name="TransferPokemonKeepDuplicateAmount" serializeAs="String">
<value>1</value>
</setting>
<setting name="UseTransferPokemonKeepAboveCP" serializeAs="String">
<value>True</value>
</setting>
<setting name="UseTransferPokemonKeepAboveIV" serializeAs="String">
<value>True</value>
</setting>
<setting name="UsePokemonToNotTransferList" serializeAs="String">
<value>True</value>
</setting>
<setting name="UseIncense" serializeAs="String">
<value>False</value>
</setting>
<setting name="GoogleEmail" serializeAs="String">
<value>GoogleEmail</value>
</setting>
<setting name="GooglePassword" serializeAs="String">
<value>GooglePassword</value>
</setting>
<setting name="GPXIgnorePokemon" serializeAs="String">
<value>False</value>
</setting>
<setting name="GPXIgnorePokestops" serializeAs="String">
<value>False</value>
</setting>
<setting name="DebugMode" serializeAs="String">
<value>False</value>
</setting>
<setting name="EvolveKeepCandiesValue" serializeAs="String">
<value>200</value>
</setting>
</PokemonGo.RocketAPI.Console.UserSettings>
</userSettings>
</configuration>
i would really love if someone had a version slightly newer with batch adding they could host for the time being while chancity works his elite magic
Hey chancity, I love your work. This works great! Is there any plans to add Necro bot to this tool?