-
Active Member
Originally Posted by
Distiny
Hey there,
1 I must ask you, what have you modified and are these necessary fixes? If so, have you provided a bugreport so these get fixed?
2 Which version of NecroBot is this being based on?
3 The most important one :-) Could you provide source? Due to obvious reasons one should not use precompiled stuff. Sure one could look into it via dotPeek, but full source is easier to handle
thanks in advance
-
Member
Originally Posted by
Distiny
ask in another thread, this is purely to farm common pokemons to level up fast.
The snipe coords are based on the pidgey's, rattata's etc, not on rares.
can you help me make config to chach only 2k+ cp pokemon please <3
-
Member
After 1 hour , Does the P/H value should be at that range ? Or it should be more higher?
-
Member
Is there a way to tell the bot to transfer all duplicates below XXCP?
Lets say i have 3 Snorlaxes, a 2100 one, a 1900 one and a 2300 one, and i tell the bot to transfer all the duplicates below 2000 so it will transfer only the 1900 one. Is it possible?
-
Member
Originally Posted by
oriisking
Is there a way to tell the bot to transfer all duplicates below XXCP?
Lets say i have 3 Snorlaxes, a 2100 one, a 1900 one and a 2300 one, and i tell the bot to transfer all the duplicates below 2000 so it will transfer only the 1900 one. Is it possible?
Add this to your transfer filter: (PokemonsTransferFilter)
Code:
"Snorlax": {
"KeepMinCp": 2000,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
And set "RenamePokemon" to false
-
Member
Im using Distiny config, and im only getting 92 pokemon/hr whats the issue, i've been running for 45 mins and getting 100k/hr heres to config....
{
"TranslationLanguageCode": "en",
"AutoUpdate": false,
"TransferConfigAndAuthOnUpdate": true,
"StartupWelcomeDelay": false,
"AmountOfPokemonToDisplayOnStart": 30,
"ShowPokeballCountsBeforeRecycle": true,
"AutomaticallyLevelUpPokemon": false,
"AmountOfTimesToUpgradeLoop": 5,
"GetMinStarDustForLevelUp": 5000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 95.0,
"UpgradePokemonMinimumStatsOperator": "and",
"DisableHumanWalking": true,
"DefaultAltitude": 10.0,
"DefaultLatitude": 59.3326954411425,
"DefaultLongitude": 18.0754787455711,
"WalkingSpeedInKilometerPerHour": 100.0,
"MaxSpawnLocationOffset": 10,
"DelayBetweenPlayerActions": 1,
"DelayBetweenPokemonCatch": 1,
"DumpPokemonStats": true,
"EvolveAboveIvValue": 1.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": true,
"EvolveKeptPokemonsAtStorageUsagePercentage": 50.0,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 2500,
"KeepMinIvPercentage": 95.0,
"KeepMinOperator": "or",
"PrioritizeIvOverCp": true,
"KeepMinDuplicatePokemon": 1,
"UseGpxPathing": false,
"GpxFile": "GPXPath.GPX",
"VerboseRecycling": true,
"RecycleInventoryAtUsagePercentage": 85.0,
"UseEggIncubators": true,
"UseLuckyEggConstantly": true,
"UseLuckyEggsMinPokemonAmount": 30,
"UseLuckyEggsWhileEvolving": true,
"UseIncenseConstantly": false,
"UseBerriesMinCp": 1000,
"UseBerriesMinIv": 90.0,
"UseBerriesBelowCatchProbability": 0.2,
"UseBerriesOperator": "and",
"UseSnipeOnlineLocationServer": false,
"UseSnipeLocationServer": false,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"MinPokeballsToSnipe": 60,
"MinPokeballsWhileSnipe": 0,
"MinDelayBetweenSnipes": 10000,
"SnipingScanOffset": 0.9,
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": true,
"RenameTemplate": "{1}_{0}",
"MaxPokeballsPerPokemon": 6,
"MaxTravelDistanceInMeters": 1000,
"TotalAmountOfPokeballsToKeep": 120,
"TotalAmountOfPotionsToKeep": 20,
"TotalAmountOfRevivesToKeep": 20,
"TotalAmountOfBerriesToKeep": 50,
"UseGreatBallAboveCp": 1000,
"UseUltraBallAboveCp": 1250,
"UseMasterBallAboveCp": 1500,
"UseGreatBallAboveIv": 85,
"UseUltraBallAboveIv": 95,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"TransferWeakPokemon": false,
"TransferDuplicatePokemon": true,
"TransferDuplicatePokemonOnCapture": true,
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": false,
"UsePokemonToNotCatchFilter": true,
"UsePokemonSniperFilterOnly": true,
"WebSocketPort": 14251,
"ItemRecycleFilter": [
{
"Key": "itemUnknown",
"Value": 0
},
{
"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": "itemSpecialCamera",
"Value": 100
},
{
"Key": "itemIncubatorBasicUnlimited",
"Value": 100
},
{
"Key": "itemIncubatorBasic",
"Value": 100
},
{
"Key": "itemPokemonStorageUpgrade",
"Value": 100
},
{
"Key": "itemItemStorageUpgrade",
"Value": 100
}
],
"PokemonsNotToTransfer": [
"venusaur",
"charizard",
"blastoise",
"clefable",
"muk",
"chansey",
"gyarados",
"ditto",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsToEvolve": [
"caterpie",
"weedle",
"pidgey",
"rattata"
],
"PokemonsToIgnore": [
"bulbasaur",
"ivysaur",
"venusaur",
"charmander",
"charmeleon",
"charizard",
"squirtle",
"wartortle",
"blastoise",
"caterpie",
"metapod",
"butterfree",
"weedle",
"kakuna",
"beedrill",
"pidgey",
"pidgeotto",
"pidgeot",
"rattata",
"raticate",
"spearow",
"fearow",
"ekans",
"arbok",
"pikachu",
"raichu",
"sandshrew",
"sandslash",
"nidorina",
"nidoqueen",
"nidorino",
"nidoking",
"clefairy",
"clefable",
"vulpix",
"ninetales",
"jigglypuff",
"wigglytuff",
"zubat",
"golbat",
"oddish",
"gloom",
"vileplume",
"paras",
"parasect",
"venonat",
"venomoth",
"diglett",
"dugtrio",
"meowth",
"persian",
"psyduck",
"golduck",
"mankey",
"primeape",
"growlithe",
"arcanine",
"poliwag",
"poliwhirl",
"poliwrath",
"abra",
"kadabra",
"alakazam",
"machop",
"machoke",
"machamp",
"bellsprout",
"weepinbell",
"victreebel",
"tentacool",
"tentacruel",
"geodude",
"graveler",
"golem",
"ponyta",
"rapidash",
"slowpoke",
"slowbro",
"magnemite",
"magneton",
"doduo",
"dodrio",
"seel",
"dewgong",
"grimer",
"muk",
"shellder",
"cloyster",
"gastly",
"haunter",
"gengar",
"onix",
"drowzee",
"hypno",
"krabby",
"kingler",
"voltorb",
"electrode",
"exeggcute",
"exeggutor",
"cubone",
"marowak",
"hitmonlee",
"hitmonchan",
"lickitung",
"koffing",
"weezing",
"rhyhorn",
"rhydon",
"chansey",
"tangela",
"kangaskhan",
"horsea",
"seadra",
"goldeen",
"seaking",
"staryu",
"starmie",
"scyther",
"jynx",
"electabuzz",
"magmar",
"pinsir",
"tauros",
"magikarp",
"gyarados",
"lapras",
"ditto",
"eevee",
"vaporeon",
"jolteon",
"flareon",
"porygon",
"omanyte",
"omastar",
"kabuto",
"kabutops",
"aerodactyl",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dratini",
"dragonair",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsTransferFilter": {
"Golduck": {
"KeepMinCp": 1800,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Farfetchd": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Krabby": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Kangaskhan": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 60.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Horsea": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Staryu": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"MrMime": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 40.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Scyther": {
"KeepMinCp": 1800,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Jynx": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Electabuzz": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Magmar": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Pinsir": {
"KeepMinCp": 1800,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Tauros": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Magikarp": {
"KeepMinCp": 200,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Gyarados": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Lapras": {
"KeepMinCp": 1800,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Eevee": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Vaporeon": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Jolteon": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Flareon": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Porygon": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 60.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Snorlax": {
"KeepMinCp": 2600,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
"Dragonite": {
"KeepMinCp": 2600,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
}
},
"PokemonToSnipe": {
"Locations": [
{
"Latitude": -33.879889,
"Longitude": 151.202436
},
{
"Latitude": -6.215975,
"Longitude": 106.779162
},
{
"Latitude": 40.706522,
"Longitude": -74.011854
},
{
"Latitude": 40.712784,
"Longitude": -74.005941
},
{
"Latitude": 38.907192,
"Longitude": -77.036871
},
{
"Latitude": 37.77493,
"Longitude": -122.419416
},
{
"Latitude": 52.520007,
"Longitude": 13.404954
},
{
"Latitude": 52.059407,
"Longitude": 4.543556
},
{
"Latitude": 52.285236,
"Longitude": 4.766703
},
{
"Latitude": 51.543581,
"Longitude": 0.114207
},
{
"Latitude": 51.496736,
"Longitude": -0.138073
},
{
"Latitude": -6.190692,
"Longitude": 106.823599
},
{
"Latitude": 51.507351,
"Longitude": -0.127758
}
],
"Pokemon": [
"caterpie",
"weedle",
"pidgey"
]
},
"PokemonToUseMasterball": [
"articuno",
"zapdos",
"moltres",
"mew",
"mewtwo"
]
}
-
Site Donator
Cheat or Die!
Running for 3h's and getting 200k xp/hour with the latest EXE + config I posted
-
Post Thanks / Like - 3 Thanks
-
Member
i've re-downloaded this one
Updated fix with Recycling working (EXE + my config):
Zippyshare.com - NecroBot_Distiny_Fix.rar
Entered the Auth config, deleted the translations folder, and starting again, will update in a hour how its getting on
-
Member
Originally Posted by
Distiny
Running for 3h's and getting 200k xp/hour with the latest EXE + config I posted

Hey man mind posting the link again? Is it just the distiny fix v2? Appreciate the help
Sent from my Nexus 6P using Tapatalk
-
Member
Originally Posted by
Distiny
Running for 3h's and getting 200k xp/hour with the latest EXE + config I posted

Almost there! That xp required for the last level though...
-
Member
only 80k p/h with the last config :/
-
Member
Originally Posted by
BitzLeon
Add this to your transfer filter: (PokemonsTransferFilter)
Code:
"Snorlax": {
"KeepMinCp": 2000,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or"
},
And set "RenamePokemon" to false
Works like charm, thank you
-
Sergeant
The added some locations and NecroBot_Distiny_Fix 2.0 with default aren't reach >200 Pokemons/H in my bot. How to reach ~300 Pokemons/H like someone??? Please help me
-
Master Sergeant

Why does it evolve so early? And Lucky Eggs never get used...
-
Knight
does anyone use a Bot Manager that works with Necro which can hold all bots in 1 enclosed window? having multiple windows open is taking up room on my taskbar