spoda can you please help me, i can't install the new version, and every now and then i have to reinstall my current one because it just loops at the start where it shows IV and the pokemon after restarting a client, please PM me !
spoda can you please help me, i can't install the new version, and every now and then i have to reinstall my current one because it just loops at the start where it shows IV and the pokemon after restarting a client, please PM me !
I don't know what this problem is(ATTENTION) Encounter problem: Lure Pokemon NotAvailable![]()
How do i make it so that the bot only uses one lucky egg when evolving?
Ehem, I feel quite stupid, I'm trying to update from 2 days ago, but I dont see any usersettings.settings anymore, anyone can tell me where to get them? Or where to put my prefers like lat en alt?
Hey, thanks for they amazing work there, anyone know how to launch multiple google accounts in same time ? ( actually im using multiple folders, its kinda start to be annoying).
Hi,
when i compil i have this message in output but the bot seem ok
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "CodeProse.Pogo, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
3>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "DotNetOpenAuth, Version=4.0.0.11165, Culture=neutral, PublicKeyToken=2780ccd10d57b246, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
3>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Google.Apis, Version=1.3.0.15233, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
3>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Google.Apis.Authentication.OAuth2, Version=1.2.4737.25313, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
3>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Google.Apis.Datastore.v1beta1, Version=1.3.0.15233, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
3> PoGo.NecroBot.CLI -> C:\Users\ben\Desktop\test\NecroBot-master\PoGo.NecroBot.CLI\bin\Debug\PoGo.NecroBot.CLI.exe
Do you have an idea?
for noob, the new version does no longer set username/password/ptc in source code
create a new folder called config, create a file name auth.json in the folder, edit that file with below code
Edit according to your need,{
"AuthType": "google",
"GoogleRefreshToken": "",
"PtcUsername": null,
"PtcPassword": null
}
then in the same folder create config.json and paste following
DEFAULT Above 2 configs will be created if you run the exe file, depending on how new your exe is, the latest i compile just now added AutoUpdate key in the top of config.json{
"AutoUpdate": false,
"TranslationLanguageCode": "en",
"DefaultAltitude": 10.0,
"DefaultLatitude": 52.379189,
"DefaultLongitude": 4.899431,
"DelayBetweenPokemonCatch": 2000,
"EvolveAboveIvValue": 95.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"GpxFile": "GPXPath.GPX",
"KeepMinCp": 1000,
"KeepMinDuplicatePokemon": 1,
"KeepMinIvPercentage": 95.0,
"KeepPokemonsThatCanEvolve": false,
"MaxTravelDistanceInMeters": 10000,
"PrioritizeIvOverCp": true,
"TransferDuplicatePokemon": true,
"UseEggIncubators": true,
"UseGpxPathing": false,
"UseLuckyEggsWhileEvolving": false,
"UsePokemonToNotCatchFilter": false,
"WalkingSpeedInKilometerPerHour": 50.0,
"AmountOfPokemonToDisplayOnStart": 10,
"RenameAboveIv": false,
"WebSocketPort": 14251,
"ItemRecycleFilter": [
{
"Key": "itemUnknown",
"Value": 0
},
{
"Key": "itemPokeBall",
"Value": 25
},
{
"Key": "itemGreatBall",
"Value": 50
},
{
"Key": "itemUltraBall",
"Value": 75
},
{
"Key": "itemMasterBall",
"Value": 100
},
{
"Key": "itemPotion",
"Value": 0
},
{
"Key": "itemSuperPotion",
"Value": 25
},
{
"Key": "itemHyperPotion",
"Value": 50
},
{
"Key": "itemMaxPotion",
"Value": 75
},
{
"Key": "itemRevive",
"Value": 25
},
{
"Key": "itemMaxRevive",
"Value": 50
},
{
"Key": "itemLuckyEgg",
"Value": 200
},
{
"Key": "itemIncenseOrdinary",
"Value": 100
},
{
"Key": "itemIncenseSpicy",
"Value": 100
},
{
"Key": "itemIncenseCool",
"Value": 100
},
{
"Key": "itemIncenseFloral",
"Value": 100
},
{
"Key": "itemTroyDisk",
"Value": 100
},
{
"Key": "itemXAttack",
"Value": 100
},
{
"Key": "itemXDefense",
"Value": 100
},
{
"Key": "itemXMiracle",
"Value": 100
},
{
"Key": "itemRazzBerry",
"Value": 50
},
{
"Key": "itemBlukBerry",
"Value": 10
},
{
"Key": "itemNanabBerry",
"Value": 10
},
{
"Key": "itemWeparBerry",
"Value": 30
},
{
"Key": "itemPinapBerry",
"Value": 30
},
{
"Key": "itemSpecialCamera",
"Value": 100
},
{
"Key": "itemIncubatorBasicUnlimited",
"Value": 100
},
{
"Key": "itemIncubatorBasic",
"Value": 100
},
{
"Key": "itemPokemonStorageUpgrade",
"Value": 100
},
{
"Key": "itemItemStorageUpgrade",
"Value": 100
}
],
"PokemonsToIgnore": [
"zubat",
"pidgey",
"rattata"
],
"PokemonsNotToTransfer": [
"dragonite",
"charizard",
"zapdos",
"snorlax",
"alakazam",
"mew",
"mewtwo"
],
"PokemonsToEvolve": [
"zubat",
"pidgey",
"rattata"
]
}
Setting the value to true will auto update the bot which I haven't tried
If your exe is 1 day ago, the 2 configs above should work fine, it just that AutoUpdate key is not in used.
And again which version of your exe file really determine how it works, in previous older version it uses XML configuration (.config) which is now deprecated.
Anyone need support on how to use this bot can pm me (NOTE : I am not the author)
I notice that the latest release (10 hours ago) open a port in your PC number 14251
There are 2 possibility
1. To let another app (possibly a GUI) to communicate with the console app to manage your bot, such as manual delete item or transfer pokemon
2. Bad intention so that people can connect to your PC to get your Bot profile&inventory information (only this 2 currently being sent to the connected client)
Though the client will need to have a certificate in order to connect (pfx file). However as I see now, the HandleMessage method has no code, meaning it will not send any other things yet, I believe it will be added in the future. If bad people intent to use as a zombie, it can add a code there to react and instruct you to DOS an IP
There is a bug in Visual Studio
1. Note down the error amount now
2. In Pogo NecroBot.CLI project, click Reference, and delete Pogo.NecroBot.Logic and Pokemon Go Rocket.API
3. In the same project, Right click Reference, click add, in left select Project, check both PoGo.NecroBot.Logic and Pokemon Go Rocket.API
4. In PoGo.NecroBot.Logic project, click Reference, and delete Pokemon Go Rocket.API
5. In the same project, Right click Reference, click add in left select Project, check Pokemon Go Rocket
If in step 3 you didn't see the Pokemon Go Rocket.API dll it means you haven't download the Ferox branch and places the code in the Ferox folder which currently is empty.
The solutions NEED 3 projects, 1 console and 2 dll
The error count will reduce, to further reduce is
1. Determine your Visual Studio version, 2015 is prefered
2. Right click project and Manage NuGet Packages, in the install packages, click uninstall for all the packages install
3. Close the solution
4. Re-download NecroBot source code, copy packages.config from the folder and place it to your working project, replace it
5. Open Solution and try to re-compile
Last edited by blaanima2; 07-27-2016 at 06:34 AM.
When I boot the script on Linux using Mono I see "(INFO) Google Device Code copied to clipboard" yet the code is not copied to the clipboard. Could you edit the bot so that the code is shown and I will be able to run the bot on Linux as well as on Windows?
OMG, latest bot still can't use pokestops with gpx pathing, and i spent all my pokeballs within 5 min.
And I can't change "AmountOfPokemonToDisplayOnStart". I set it to 3, but it always equal 20, CARL ITS 20 PTS
Last edited by ganya555; 07-27-2016 at 07:03 AM.
Facing problems with your bot? Check out this thread for possible solutions:https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html
After downloading the newest version not found PokemonGo.RocketAPI\PokemonGo.RocketAPI.csproj
He added PokemonGo.RocketAPI, not found PoGo.NecroBot.Logic\Tasks\LogBestPokemonTask.cs
Last edited by borbla; 07-27-2016 at 08:12 AM.
Thanks Spodakek but sadly I have not yet been able to compile the sourcecode on Linux. Seems I am missing the System.Device assembly or something and thus my request. Has anyone compiled this on a Linux machine or runs the precompiled version on Linux?