Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1409 from Necrobot-Private/features/0.59
Browse files Browse the repository at this point in the history
Features/0.59
  • Loading branch information
jjskuld authored Apr 1, 2017
2 parents b6b8be0 + 85b0945 commit 3b14fde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FeroxRev
2 changes: 1 addition & 1 deletion POGOProtos
Submodule POGOProtos updated 34 files
+1 −1 .current-version
+31 −9 Data/Logs/FortSearchLogEntry.g.cs
+31 −3 Data/PlayerData.g.cs
+187 −0 Data/Redeem/PokeCandy.g.cs
+188 −0 Data/Redeem/RedeemedAvatarItem.g.cs
+189 −0 Data/Redeem/RedeemedItem.g.cs
+297 −0 Data/RedeemPasscodeReward.g.cs
+31 −3 Networking/Requests/Messages/ClaimCodenameMessage.g.cs
+6 −0 Networking/Requests/RequestType.g.cs
+6 −5 Networking/Responses/AddFortModifierResponse.g.cs
+5 −3 Networking/Responses/FortDeployPokemonResponse.g.cs
+4 −3 Networking/Responses/FortSearchResponse.g.cs
+5 −3 Networking/Responses/StartGymBattleResponse.g.cs
+6 −0 POGOProtos.csproj
+91 −18 Settings/GlobalSettings.g.cs
+159 −0 Settings/PasscodeSettings.g.cs
+151 −0 Settings/TranslationSettings.g.cs
+3,478 −3,458 base/v0.57.2.proto
+3,526 −0 base/v0.59.1.proto
+2 −0 src/POGOProtos/Data/Logs/FortSearchLogEntry.proto
+1 −0 src/POGOProtos/Data/PlayerData.proto
+7 −0 src/POGOProtos/Data/Redeem/PokeCandy.proto
+7 −0 src/POGOProtos/Data/Redeem/RedeemedAvatarItem.proto
+9 −0 src/POGOProtos/Data/Redeem/RedeemedItem.proto
+17 −0 src/POGOProtos/Data/RedeemPasscodeReward.proto
+1 −0 src/POGOProtos/Networking/Requests/Messages/ClaimCodenameMessage.proto
+9 −9 src/POGOProtos/Networking/Requests/RequestType.proto
+1 −0 src/POGOProtos/Networking/Responses/AddFortModifierResponse.proto
+1 −0 src/POGOProtos/Networking/Responses/FortDeployPokemonResponse.proto
+1 −0 src/POGOProtos/Networking/Responses/FortSearchResponse.proto
+1 −0 src/POGOProtos/Networking/Responses/StartGymBattleResponse.proto
+4 −0 src/POGOProtos/Settings/GlobalSettings.proto
+6 −0 src/POGOProtos/Settings/PasscodeSettings.proto
+6 −0 src/POGOProtos/Settings/TranslationSettings.proto
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public static void RunBotWithParameters(Action<ISession, StatisticsAggregator> o
//TODO: temporary
if (settings.Auth.APIConfig.UseLegacyAPI)
{
Logger.Write("The PoGoDev Community Has Updated The Hashing Service To Be Compatible With 0.57.4 So We Have Updated Our Code To Be Compliant. Unfortunately During This Update Niantic Has Also Attempted To Block The Legacy .45 Service Again So At The Moment Only Hashing Service Users Are Able To Login Successfully. Please Be Patient As Always We Will Attempt To Keep The Bot 100% Free But Please Realize We Have Already Done Quite A Few Workarounds To Keep .45 Alive For You Guys. Even If We Are Able To Get Access Again To The .45 API Again It Is Over 3 Months Old So Is Going To Be More Detectable And Cause Captchas. Please Consider Upgrading To A Paid API Key To Avoid Captchas And You Will Be Connecting Using Latest Version So Less Detectable So More Safe For You In The End.", LogLevel.Warning);
Logger.Write($"The PoGoDev Community Has Updated The Hashing Service To Be Compatible With {Client.API_VERSION} So We Have Updated Our Code To Be Compliant. Unfortunately During This Update Niantic Has Also Attempted To Block The Legacy .45 Service Again So At The Moment Only Hashing Service Users Are Able To Login Successfully. Please Be Patient As Always We Will Attempt To Keep The Bot 100% Free But Please Realize We Have Already Done Quite A Few Workarounds To Keep .45 Alive For You Guys. Even If We Are Able To Get Access Again To The .45 API Again It Is Over 3 Months Old So Is Going To Be More Detectable And Cause Captchas. Please Consider Upgrading To A Paid API Key To Avoid Captchas And You Will Be Connecting Using Latest Version So Less Detectable So More Safe For You In The End.", LogLevel.Warning);
Logger.Write("The bot will now close", LogLevel.Error);
Console.ReadLine();
Environment.Exit(0);
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br />
[![Download Latest Version](https://api.bintray.com/packages/necrobot-private/NecroBot2/NecroBot/images/download.svg?version=1.0.0.145) ](https://bintray.com/necrobot-private/NecroBot2/NecroBot/1.0.0.145/link)

<h1>Necrobot2 is now compatible with 0.57.4 API.</h1>
<h1>Necrobot2 is now compatible with 0.59.1 API.</h1>

<p>
Necrobot2 itself is free but now you will need to purchase an API key from Bossland in order to run the bot.
Expand Down

0 comments on commit 3b14fde

Please sign in to comment.