NecroBot Fork Updated menu

Shout-Out

User Tag List

Page 47 of 54 FirstFirst ... 434445464748495051 ... LastLast
Results 691 to 705 of 804
  1. #691
    kyakumu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "You are catching too fast. Your cannot catch another one until 20000 seconds later ". What can i do ?

    NecroBot Fork Updated
  2. #692
    alaz24's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    23/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for this one , im trying now

  3. #693
    ShanksDeam's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    18
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found it in the config

    "PokeStopConfig": {
    "UsePokeStopLimit": false,
    "PokeStopLimit": 1998,
    "PokeStopLimitMinutes": 1470
    },
    "PokemonConfig": {
    "CatchPokemon": true,
    "DelayBetweenPokemonCatch": 2000,
    "UseCatchLimit": false,
    "CatchPokemonLimit": 998,
    "CatchPokemonLimitMinutes": 1470,
    so two times false. After you've done this it is working again.
    I just want to know what is the CatchPokemonLimit? And the CatchPokemonLimitMinutes?
    and the same for the Pokestops.

    Because my bot stopped way earlier than 1470 minutes (24,5 hours)

  4. Thanks kyakumu (1 members gave Thanks to ShanksDeam for this useful post)
  5. #694
    jekar's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got a quick question. Im using snipe at pokestops, and I keep catching the regional pokemon (Kan, Mime, Far) even though they are not in my pokemon to snipe list:


    "PokemonToSnipe": {
    "Locations": [],
    "Pokemon": [
    "charizard",
    "persian",
    "blastoise",
    "raichu",
    "ninetales",
    "arcanine",
    "magmar",
    "electabuzz",
    "gyarados",
    "lapras",
    "ditto",
    "vaporeon",
    "jolteon",
    "flareon",
    "kabutops",
    "aerodactyl",
    "snorlax",
    "articuno",
    "zapdos",
    "moltres",
    "dragonite",
    "mewtwo",
    "mew",
    "magikarp"
    ]
    },

    Any pointers on how to make it stop?

  6. #695
    krejler's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    skip.jpg

    Why is it skipping almost all pokemon?

    Here's my config:

    {
    "ConsoleConfig": {
    "TranslationLanguageCode": "en",
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 30,
    "DetailedCountsBeforeRecycling": true
    },
    "UpdateConfig": {
    "CheckForUpdates": true,
    "AutoUpdate": true,
    "TransferConfigAndAuthOnUpdate": true
    },
    "WebsocketsConfig": {
    "UseWebsocket": true,
    "WebSocketPort": 14251
    },
    "LocationConfig": {
    "DisableHumanWalking": false,
    "StartFromLastPosition": true,
    "DefaultLatitude": 40.764871,
    "DefaultLongitude": -73.9734972,
    "WalkingSpeedInKilometerPerHour": 4.16,
    "UseWalkingSpeedVariant": true,
    "WalkingSpeedVariant": 1.2,
    "ShowVariantWalking": false,
    "RandomlyPauseAtStops": true,
    "MaxSpawnLocationOffset": 10,
    "MaxTravelDistanceInMeters": 1000
    },
    "TelegramConfig": {
    "UseTelegramAPI": false,
    "TelegramAPIKey": null,
    "TelegramPassword": "12345"
    },
    "GPXConfig": {
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX"
    },
    "SnipeConfig": {
    "UseSnipeLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "GetSniperInfoFromPokezz": true,
    "GetOnlyVerifiedSniperInfoFromPokezz": true,
    "GetSniperInfoFromPokeSnipers": true,
    "GetSniperInfoFromPokeWatchers": true,
    "GetSniperInfoFromSkiplagged": true,
    "MinPokeballsToSnipe": 20,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 60000,
    "SnipingScanOffset": 0.005,
    "SnipeAtPokestops": false,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "SnipePokemonNotInPokedex": true,
    "UseSnipeLimit": true,
    "SnipeRestSeconds": 600,
    "SnipeCountLimit": 39
    },
    "HumanWalkSnipeConfig": {
    "DisplayPokemonList": true,
    "MaxDistance": 1500.0,
    "MaxEstimateTime": 900.0,
    "CatchEmAllMinBalls": 50,
    "TryCatchEmAll": true,
    "CatchPokemonWhileWalking": true,
    "SpinWhileWalking": true,
    "AlwaysWalkback": false,
    "SnipingScanOffset": 0.025,
    "Enable": true,
    "WalkbackDistanceLimit": 300.0,
    "IncludeDefaultLocation": true,
    "UsePokeRadar": true,
    "UseSkiplagged": true,
    "UseSnipePokemonList": true
    },
    "PokeStopConfig": {
    "UsePokeStopLimit": true,
    "PokeStopLimit": 1998,
    "PokeStopLimitMinutes": 1470
    },
    "PokemonConfig": {
    "CatchPokemon": true,
    "DelayBetweenPokemonCatch": 2000,
    "UseCatchLimit": true,
    "CatchPokemonLimit": 998,
    "CatchPokemonLimitMinutes": 1470,
    "UseIncenseConstantly": false,
    "UseEggIncubators": true,
    "UseEggIncubatorMinKm": 2,
    "UseLuckyEggConstantly": false,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": false,
    "UseBerriesMinCp": 1000,
    "UseBerriesMinIv": 90.0,
    "UseBerriesBelowCatchProbability": 0.2,
    "UseBerriesOperator": "or",
    "MaxBerriesToUsePerPokemon": 1,
    "TransferWeakPokemon": false,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": true,
    "RenamePokemon": true,
    "RenameOnlyAboveIv": true,
    "RenameTemplate": "{1}_{0}",
    "FavoriteMinIvPercentage": 98.0,
    "AutoFavoritePokemon": true,
    "MaxPokeballsPerPokemon": 6,
    "UseGreatBallAboveCp": 1000,
    "UseUltraBallAboveCp": 1250,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 85.0,
    "UseUltraBallAboveIv": 95.0,
    "UseGreatBallBelowCatchProbability": 0.2,
    "UseUltraBallBelowCatchProbability": 0.1,
    "UseMasterBallBelowCatchProbability": 0.05,
    "AutomaticallyLevelUpPokemon": false,
    "OnlyUpgradeFavorites": true,
    "UseLevelUpList": true,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 5000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "EvolveAboveIvValue": 95.0,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAllPokemonWithEnoughCandy": true,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 95.0,
    "KeepMinLvl": 6,
    "KeepMinOperator": "or",
    "UseKeepMinLvl": false,
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    "UsePokemonToNotCatchFilter": false,
    "UsePokemonSniperFilterOnly": true,
    "DumpPokemonStats": false
    },
    "RecycleConfig": {
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 90.0,
    "RandomizeRecycle": false,
    "RandomRecycleValue": 5,
    "DelayBetweenRecycleActions": false,
    "TotalAmountOfPokeballsToKeep": 120,
    "TotalAmountOfPotionsToKeep": 80,
    "TotalAmountOfRevivesToKeep": 60,
    "TotalAmountOfBerriesToKeep": 50
    },
    "CustomCatchConfig": {
    "EnableHumanizedThrows": true,
    "EnableMissedThrows": true,
    "ThrowMissPercentage": 25,
    "NiceThrowChance": 40,
    "GreatThrowChance": 30,
    "ExcellentThrowChance": 10,
    "CurveThrowChance": 90,
    "ForceGreatThrowOverIv": 90.0,
    "ForceExcellentThrowOverIv": 95.0,
    "ForceGreatThrowOverCp": 1000,
    "ForceExcellentThrowOverCp": 1500
    },
    "PlayerConfig": {
    "DelayBetweenPlayerActions": 5000
    },
    "SoftBanConfig": {
    "FastSoftBanBypass": false
    },
    "GoogleWalkConfig": {
    "UseGoogleWalk": true,
    "DefaultStepLength": 1.3,
    "GoogleHeuristic": "walking",
    "GoogleAPIKey": "",
    "Cache": true
    },
    "YoursWalkConfig": {
    "UseYoursWalk": true,
    "YoursWalkHeuristic": "bicycle"
    },
    "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": [],
    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata"
    ],
    "PokemonsToLevelUp": [],
    "PokemonsToIgnore": [],
    "PokemonsTransferFilter": {},
    "PokemonToSnipe": {
    "Locations": [
    {
    "Latitude": 38.556807486461118,
    "Longitude": -121.2383794784546
    },
    {
    "Latitude": -33.859019,
    "Longitude": 151.213098
    },
    {
    "Latitude": 47.5014969,
    "Longitude": -122.0959568
    },
    {
    "Latitude": 51.5025343,
    "Longitude": -0.2055027
    }
    ],
    "Pokemon": [
    "arcanine",
    "charizard",
    "dragonite",
    "exeggutor",
    "lapras",
    "muk",
    "nidoking",
    "nidoqueen",
    "poliwrath",
    "slowbro",
    "snorlax",
    "venusaur",
    "victreebel"
    ]
    },
    "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
    ],
    "HumanWalkSnipeFilters": {
    "Arcanine": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Charizard": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Dragonite": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Exeggutor": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Lapras": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Muk": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Nidoking": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Nidoqueen": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Poliwrath": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Slowbro": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Snorlax": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Venusaur": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Victreebel": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    }
    }
    }

  7. #696
    awand's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Aug 2016
    Posts
    107
    Thanks G/R
    3/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jekar View Post
    got a quick question. Im using snipe at pokestops, and I keep catching the regional pokemon (Kan, Mime, Far) even though they are not in my pokemon to snipe list:


    "PokemonToSnipe": {
    "Locations": [],
    "Pokemon": [
    "charizard",
    "persian",
    "blastoise",
    "raichu",
    "ninetales",
    "arcanine",
    "magmar",
    "electabuzz",
    "gyarados",
    "lapras",
    "ditto",
    "vaporeon",
    "jolteon",
    "flareon",
    "kabutops",
    "aerodactyl",
    "snorlax",
    "articuno",
    "zapdos",
    "moltres",
    "dragonite",
    "mewtwo",
    "mew",
    "magikarp"
    ]
    },

    Any pointers on how to make it stop?
    "UsePokemonToNotCatchFilter": true,
    "UsePokemonSniperFilterOnly": true,

  8. #697
    awand's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Aug 2016
    Posts
    107
    Thanks G/R
    3/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by krejler View Post
    skip.jpg

    Why is it skipping almost all pokemon?

    Here's my config:

    {
    "ConsoleConfig": {
    "TranslationLanguageCode": "en",
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 30,
    "DetailedCountsBeforeRecycling": true
    },
    "UpdateConfig": {
    "CheckForUpdates": true,
    "AutoUpdate": true,
    "TransferConfigAndAuthOnUpdate": true
    },
    "WebsocketsConfig": {
    "UseWebsocket": true,
    "WebSocketPort": 14251
    },
    "LocationConfig": {
    "DisableHumanWalking": false,
    "StartFromLastPosition": true,
    "DefaultLatitude": 40.764871,
    "DefaultLongitude": -73.9734972,
    "WalkingSpeedInKilometerPerHour": 4.16,
    "UseWalkingSpeedVariant": true,
    "WalkingSpeedVariant": 1.2,
    "ShowVariantWalking": false,
    "RandomlyPauseAtStops": true,
    "MaxSpawnLocationOffset": 10,
    "MaxTravelDistanceInMeters": 1000
    },
    "TelegramConfig": {
    "UseTelegramAPI": false,
    "TelegramAPIKey": null,
    "TelegramPassword": "12345"
    },
    "GPXConfig": {
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX"
    },
    "SnipeConfig": {
    "UseSnipeLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "GetSniperInfoFromPokezz": true,
    "GetOnlyVerifiedSniperInfoFromPokezz": true,
    "GetSniperInfoFromPokeSnipers": true,
    "GetSniperInfoFromPokeWatchers": true,
    "GetSniperInfoFromSkiplagged": true,
    "MinPokeballsToSnipe": 20,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 60000,
    "SnipingScanOffset": 0.005,
    "SnipeAtPokestops": false,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "SnipePokemonNotInPokedex": true,
    "UseSnipeLimit": true,
    "SnipeRestSeconds": 600,
    "SnipeCountLimit": 39
    },
    "HumanWalkSnipeConfig": {
    "DisplayPokemonList": true,
    "MaxDistance": 1500.0,
    "MaxEstimateTime": 900.0,
    "CatchEmAllMinBalls": 50,
    "TryCatchEmAll": true,
    "CatchPokemonWhileWalking": true,
    "SpinWhileWalking": true,
    "AlwaysWalkback": false,
    "SnipingScanOffset": 0.025,
    "Enable": true,
    "WalkbackDistanceLimit": 300.0,
    "IncludeDefaultLocation": true,
    "UsePokeRadar": true,
    "UseSkiplagged": true,
    "UseSnipePokemonList": true
    },
    "PokeStopConfig": {
    "UsePokeStopLimit": true,
    "PokeStopLimit": 1998,
    "PokeStopLimitMinutes": 1470
    },
    "PokemonConfig": {
    "CatchPokemon": true,
    "DelayBetweenPokemonCatch": 2000,
    "UseCatchLimit": true,
    "CatchPokemonLimit": 998,
    "CatchPokemonLimitMinutes": 1470,
    "UseIncenseConstantly": false,
    "UseEggIncubators": true,
    "UseEggIncubatorMinKm": 2,
    "UseLuckyEggConstantly": false,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": false,
    "UseBerriesMinCp": 1000,
    "UseBerriesMinIv": 90.0,
    "UseBerriesBelowCatchProbability": 0.2,
    "UseBerriesOperator": "or",
    "MaxBerriesToUsePerPokemon": 1,
    "TransferWeakPokemon": false,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": true,
    "RenamePokemon": true,
    "RenameOnlyAboveIv": true,
    "RenameTemplate": "{1}_{0}",
    "FavoriteMinIvPercentage": 98.0,
    "AutoFavoritePokemon": true,
    "MaxPokeballsPerPokemon": 6,
    "UseGreatBallAboveCp": 1000,
    "UseUltraBallAboveCp": 1250,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 85.0,
    "UseUltraBallAboveIv": 95.0,
    "UseGreatBallBelowCatchProbability": 0.2,
    "UseUltraBallBelowCatchProbability": 0.1,
    "UseMasterBallBelowCatchProbability": 0.05,
    "AutomaticallyLevelUpPokemon": false,
    "OnlyUpgradeFavorites": true,
    "UseLevelUpList": true,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 5000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "EvolveAboveIvValue": 95.0,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAllPokemonWithEnoughCandy": true,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 95.0,
    "KeepMinLvl": 6,
    "KeepMinOperator": "or",
    "UseKeepMinLvl": false,
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    "UsePokemonToNotCatchFilter": false,
    "UsePokemonSniperFilterOnly": true,
    "DumpPokemonStats": false
    },
    "RecycleConfig": {
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 90.0,
    "RandomizeRecycle": false,
    "RandomRecycleValue": 5,
    "DelayBetweenRecycleActions": false,
    "TotalAmountOfPokeballsToKeep": 120,
    "TotalAmountOfPotionsToKeep": 80,
    "TotalAmountOfRevivesToKeep": 60,
    "TotalAmountOfBerriesToKeep": 50
    },
    "CustomCatchConfig": {
    "EnableHumanizedThrows": true,
    "EnableMissedThrows": true,
    "ThrowMissPercentage": 25,
    "NiceThrowChance": 40,
    "GreatThrowChance": 30,
    "ExcellentThrowChance": 10,
    "CurveThrowChance": 90,
    "ForceGreatThrowOverIv": 90.0,
    "ForceExcellentThrowOverIv": 95.0,
    "ForceGreatThrowOverCp": 1000,
    "ForceExcellentThrowOverCp": 1500
    },
    "PlayerConfig": {
    "DelayBetweenPlayerActions": 5000
    },
    "SoftBanConfig": {
    "FastSoftBanBypass": false
    },
    "GoogleWalkConfig": {
    "UseGoogleWalk": true,
    "DefaultStepLength": 1.3,
    "GoogleHeuristic": "walking",
    "GoogleAPIKey": "",
    "Cache": true
    },
    "YoursWalkConfig": {
    "UseYoursWalk": true,
    "YoursWalkHeuristic": "bicycle"
    },
    "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": [],
    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata"
    ],
    "PokemonsToLevelUp": [],
    "PokemonsToIgnore": [],
    "PokemonsTransferFilter": {},
    "PokemonToSnipe": {
    "Locations": [
    {
    "Latitude": 38.556807486461118,
    "Longitude": -121.2383794784546
    },
    {
    "Latitude": -33.859019,
    "Longitude": 151.213098
    },
    {
    "Latitude": 47.5014969,
    "Longitude": -122.0959568
    },
    {
    "Latitude": 51.5025343,
    "Longitude": -0.2055027
    }
    ],
    "Pokemon": [
    "arcanine",
    "charizard",
    "dragonite",
    "exeggutor",
    "lapras",
    "muk",
    "nidoking",
    "nidoqueen",
    "poliwrath",
    "slowbro",
    "snorlax",
    "venusaur",
    "victreebel"
    ]
    },
    "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
    ],
    "HumanWalkSnipeFilters": {
    "Arcanine": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Charizard": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Dragonite": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Exeggutor": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Lapras": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Muk": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Nidoking": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Nidoqueen": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Poliwrath": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Slowbro": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Snorlax": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Venusaur": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    },
    "Victreebel": {
    "MaxDistance": 3000.0,
    "Priority": 1,
    "MaxWalkTimes": 900.0,
    "CatchPokemonWhileWalking": false,
    "SpinPokestopWhileWalking": false
    }
    }
    }
    "UsePokemonSniperFilterOnly": true,
    and pokemon listed
    "Pokemon": [
    "arcanine",
    "charizard",
    "dragonite",
    "exeggutor",
    "lapras",
    "muk",
    "nidoking",
    "nidoqueen",
    "poliwrath",
    "slowbro",
    "snorlax",
    "venusaur",
    "victreebel"
    ]
    },

  9. Thanks krejler (1 members gave Thanks to awand for this useful post)
  10. #698
    thekimpz's Avatar Member
    Reputation
    4
    Join Date
    Aug 2016
    Posts
    23
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0.9.6 is the most stable bot that I'm using now. But I only have one problem from my observation. The bot rarely captures lured pokemons. All that I'm seeing from the logs and/or prompt are all Normal spawned pokemons. Anyone have the solution on this? Thanks

  11. #699
    matrix24's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why this bot is so slow?

  12. #700
    ovan87's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any one can help me with this red error
    [06:10:13] Potential Evolutions: 0
    [06:10:13] Pokemon Servers might be offline / unstable. Trying again...
    [06:10:14] Error: System.NullReferenceException: Object reference not set to an instance of an object.
    at PoGo.NecroBot.Logic.Tasks.UseIncubatorsTask.<Execute>d__0.MoveNext() in E:\Projetos\CSharp\Repos\NecroBot\PoGo.NecroBot.Logic\Tasks\UseIncubatorsTask.cs :line 49
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in E:\Projetos\CSharp\Repos\NecroBot\PoGo.NecroBot.Logic\State\FarmState.cs:line 25
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in E:\Projetos\CSharp\Repos\NecroBot\PoGo.NecroBot.Logic\State\StateMachine.cs:line 57

  13. #701
    karik000's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    due to enablemissed throws i seem to run out of pokeballs everytime for 9.6, specially since it skips pokestops every now and then as seen on visualizer...

  14. Thanks lcaik (1 members gave Thanks to karik000 for this useful post)
  15. #702
    karik000's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are there any or tips for creating my own gpx path?

    im trying to create a gpx file for san francisco from pier 39 -other ports-maritime museum. and back to pier 39 again. with pokestops. i hope someone can help.
    Last edited by karik000; 08-29-2016 at 01:16 AM. Reason: additional info

  16. #703
    ovan87's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    recycle not working..
    can someone share workin recycle config ?

  17. #704
    acidified's Avatar Active Member

    Reputation
    21
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    12/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by karik000 View Post
    are there any or tips for creating my own gpx path?

    im trying to create a gpx file for san francisco from pier 39 -other ports-maritime museum. and back to pier 39 again. with pokestops. i hope someone can help.
    There are plenty of "exercise" type websites that allow you to create GPX files. Although, the file may need a bit of editing afterwards. Many of them add extra tags that the bot cant read.
    Wendy, Darling, Light of my life...

  18. #705
    Pulcow's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    83
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [00:25:48] (TRANSFERRED) Dragonite - CP: 2391 IV: 64.90% [Best CP: 2600 IV: 100.00%] (Candies: 79)
    [00:32:45] (TRANSFERRED) Lapras - CP: 2268 IV: 63.62% [Best CP: 2260 IV: 87.27%] (Candies: 97)

    is that normal with KeepMinCp : 2000 ?

Page 47 of 54 FirstFirst ... 434445464748495051 ... LastLast

Similar Threads

  1. [Bot] Do not update necrobot to new version
    By harmbasi in forum Pokemon GO Hacks|Cheats
    Replies: 53
    Last Post: 09-02-2016, 01:42 AM
  2. [Bot] Necrobot [new update] - how to avoid catchflee / request opinions+answers
    By Dictionary in forum Pokemon GO Hacks|Cheats
    Replies: 8
    Last Post: 08-15-2016, 09:18 AM
  3. [Bot] NecroBot forked auth.json error.
    By iant in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 08-14-2016, 04:57 PM
  4. NecroBot Fork Updated
    By NoxxDev in forum Pokemon GO Chat
    Replies: 1
    Last Post: 08-12-2016, 08:17 PM
  5. New api - necrobot new update
    By Nou4r in forum Pokemon GO Chat
    Replies: 53
    Last Post: 08-07-2016, 03:53 PM
All times are GMT -5. The time now is 02:06 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search