KING config for Necro + PoGoLocationFeeder menu

Shout-Out

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 51
  1. #1
    5o4KING's Avatar Member
    Reputation
    4
    Join Date
    May 2013
    Posts
    104
    Thanks G/R
    1/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    KING config for Necro + PoGoLocationFeeder

    This is my personal config, please use it as a BASIS to start your bot, it is fully working with necro 0.7.5 and pogolocationfeeder 0.1.5 (you can choose how many pokeballs to keep, greatballs, ultraballs, potions, super potions, hyper potions, max potions, auto evolve, auto transfer, auto snipe top tier pokemons) feel free to play around with it to your likings.

    ]you only need to change:
    "TotalAmountOfPokeballsToKeep": 550,
    "TotalAmountOfPotionsToKeep": 200,
    "TotalAmountOfRevivesToKeep": 50,
    "TotalAmountOfBerriesToKeep": 100,

    and change the value of to equal the above ^ amount, so use mine as an example, pokeballs to keep = 550. pokeball = 100, greatball = 200, ultraball = 250.. 100+200+250=550 pokeballs to keep. Change it to YOUR amount of bag space, this is for my personal 900 bag space (550+200+50+100=900)

    {
    "Key": "itemPokeBall",
    "Value": 100
    },
    {
    "Key": "itemGreatBall",
    "Value": 200
    },
    {
    "Key": "itemUltraBall",
    "Value": 250
    },
    {
    "Key": "itemPotion",
    "Value": 0
    },
    {
    "Key": "itemSuperPotion",
    "Value": 0
    },
    {
    "Key": "itemHyperPotion",
    "Value": 0
    },
    {
    "Key": "itemMaxPotion",
    "Value": 200

    Here is the pastebin version if you need it, once you open the link, scroll to the bottom and copy from the "RAW Paste Data"
    http://pastebin.com/VQiB17Hu

    {
    "TranslationLanguageCode": "en",
    "AutoUpdate": false,
    "TransferConfigAndAuthOnUpdate": true,
    "UseWebsocket": false,
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 10,
    "ShowPokeballCountsBeforeRecycle": false,
    "CatchPokemon": true,
    "AutomaticallyLevelUpPokemon": false,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 1000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "DisableHumanWalking": false,
    "DefaultLatitude": 34.009304,
    "DefaultLongitude": -118.497005,
    "WalkingSpeedInKilometerPerHour": 250.0,
    "MaxSpawnLocationOffset": 10,
    "DelayBetweenPlayerActions": 0,
    "DelayBetweenPokemonCatch": 0,
    "DumpPokemonStats": false,
    "EvolveAboveIvValue": 20.0,
    "EvolveAllPokemonAboveIv": true,
    "EvolveAllPokemonWithEnoughCandy": false,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 70.0,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 90.0,
    "KeepMinLvl": 6,
    "KeepMinOperator": "or",
    "UseKeepMinLvl": false,
    "PrioritizeIvOverCp": false,
    "KeepMinDuplicatePokemon": 1,
    "UseGpxPathing": false,
    "GpxFile": "tokyo.gpx",
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 90.0,
    "UseEggIncubators": true,
    "UseLuckyEggConstantly": false,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": false,
    "UseIncenseConstantly": false,
    "UseBerriesMinCp": 1000,
    "UseBerriesMinIv": 75.0,
    "UseBerriesBelowCatchProbability": 0.2,
    "UseBerriesOperator": "and",
    "UseSnipeOnlineLocationServer": true,
    "UseSnipeLocationServer": true,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "GetSniperInfoFromPokezz": true,
    "GetOnlyVerifiedSniperInfoFromPokezz": true,
    "MinPokeballsToSnipe": 20,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 5000,
    "SnipingScanOffset": 0.003,
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": true,
    "UseTransferIvForSnipe": false,
    "SnipePokemonNotInPokedex": false,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": true,
    "RenameTemplate": "{1}_{0}",
    "MaxPokeballsPerPokemon": 4,
    "MaxTravelDistanceInMeters": 5000,
    "TotalAmountOfPokeballsToKeep": 550,
    "TotalAmountOfPotionsToKeep": 200,
    "TotalAmountOfRevivesToKeep": 50,
    "TotalAmountOfBerriesToKeep": 100,
    "UseGreatBallAboveCp": 1100,
    "UseUltraBallAboveCp": 2000,
    "UseMasterBallAboveCp": 2500,
    "UseGreatBallAboveIv": 70.0,
    "UseUltraBallAboveIv": 90.0,
    "UseGreatBallBelowCatchProbability": 0.3,
    "UseUltraBallBelowCatchProbability": 0.2,
    "UseMasterBallBelowCatchProbability": 0.1,
    "EnableHumanizedThrows": false,
    "NiceThrowChance": 50,
    "GreatThrowChance": 40,
    "ExcellentThrowChance": 25,
    "CurveThrowChance": 90,
    "ForceGreatThrowOverIv": 90.0,
    "ForceExcellentThrowOverIv": 95.0,
    "ForceGreatThrowOverCp": 800,
    "ForceExcellentThrowOverCp": 1200,
    "TransferWeakPokemon": true,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": false,
    "FavoriteMinIvPercentage": 95.0,
    "AutoFavoritePokemon": false,
    "UsePokemonToNotCatchFilter": true,
    "UsePokemonSniperFilterOnly": false,
    "WebSocketPort": 14251,
    "ItemRecycleFilter": [
    {
    "Key": "itemUnknown",
    "Value": 0
    },
    {
    "Key": "itemLuckyEgg",
    "Value": 200
    },
    {
    "Key": "itemIncenseOrdinary",
    "Value": 100
    },
    {
    "Key": "itemPokeBall",
    "Value": 100
    },
    {
    "Key": "itemGreatBall",
    "Value": 200
    },
    {
    "Key": "itemUltraBall",
    "Value": 250
    },
    {
    "Key": "itemPotion",
    "Value": 0
    },
    {
    "Key": "itemSuperPotion",
    "Value": 0
    },
    {
    "Key": "itemHyperPotion",
    "Value": 0
    },
    {
    "Key": "itemMaxPotion",
    "Value": 200
    },
    {
    "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",
    "lapras",
    "arcanine",
    "dragonair",
    "muk",
    "chansey",
    "gyarados",
    "ditto",
    "snorlax",
    "articuno",
    "zapdos",
    "moltres",
    "dragonite",
    "mewtwo",
    "mew"
    ],
    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata",
    "machop",
    "ekans",
    "zubat",
    "cubone",
    "rhyhorn",
    "sandshrew",
    "spearow",
    "psyduck",
    "krabby",
    "diglett",
    "doduo",
    "geodude",
    "paras"
    ],
    "PokemonsToIgnore": [
    "pinsir",
    "arbok",
    "pidgeot",
    "mankey",
    "primeape",
    "diglett",
    "doduo"
    ],
    "PokemonsTransferFilter": {
    "Primeape": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 0,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 0,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Arbok": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 0,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Parasect": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 0,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Persian": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 0,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Dugtrio": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Golbat": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Nidorina": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Nidorino": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Fearow": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Pidgeot": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Seaking": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Graveler": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Golduck": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Marowak": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Sandslash": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Machamp": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Nidoking": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Nidoqueen": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    },
    "Rhydon": {
    "KeepMinCp": 3000,
    "KeepMinLvl": 6,
    "UseKeepMinLvl": false,
    "KeepMinIvPercentage": 99.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or",
    "MovesOperator": "or"
    }
    },
    "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": [
    "venusaur",
    "charizard",
    "blastoise",
    "raichu",
    "arcanine",
    "alakazam",
    "gyarados",
    "lapras",
    "snorlax",
    "dragonite"
    ]
    },
    "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
    ]
    }
    Last edited by 5o4KING; 08-09-2016 at 03:15 AM.

    KING config for Necro + PoGoLocationFeeder
  2. Thanks Munaroh, Catchymon (2 members gave Thanks to 5o4KING for this useful post)
  3. #2
    sasobolj's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will test for 1hr

  4. #3
    darking123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this auto gather poke balls from poke stop?

  5. #4
    trowa's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Nov 2012
    Posts
    98
    Thanks G/R
    10/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does this config feature? Looks pretty normal at a first glance.

  6. #5
    5o4KING's Avatar Member
    Reputation
    4
    Join Date
    May 2013
    Posts
    104
    Thanks G/R
    1/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes it does collect from pokestops, but you will need to manually change the # of pokeballs, potions, revives, to keep according to your bag space.

    you are right, this is a normal config, but it has everything working properly (auto evolve, transfer weak pokemons, autosnipe only the top tier pokemons so that it won't miss any due to spam)

    I posted this because there are still many people asking questions because of certain features not working, of course you can and should edit it to make it faster if you want to, but the main point is, everything is working in this config

  7. #6
    trowa's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Nov 2012
    Posts
    98
    Thanks G/R
    10/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh ok. Sorry, if i sounded rude, I was just wondering lol

  8. #7
    Schatje's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    72
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "GpxFile": "tokyo.gpx",

    Where i can get that file ?

  9. #8
    mrlaibi's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    49
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [00:20:28] (ERROR) [Configuration Invalid] Your maximum
    tions+revives=900) is over your max item storage (350) help me fix

  10. #9
    5o4KING's Avatar Member
    Reputation
    4
    Join Date
    May 2013
    Posts
    104
    Thanks G/R
    1/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no worries, I'm not offended at all, this is solely to help those that can't set it up properly, please do use this as a "basis" to start with, feel free to play with it

  11. #10
    WebMert's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks bro

  12. #11
    5o4KING's Avatar Member
    Reputation
    4
    Join Date
    May 2013
    Posts
    104
    Thanks G/R
    1/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Schatje View Post
    "GpxFile": "tokyo.gpx",

    Where i can get that file ?
    only need to input the name, I never installed any additional file

    @mrlaibi, change the numbers of
    "TotalAmountOfPokeballsToKeep": 550,
    "TotalAmountOfPotionsToKeep": 200,
    "TotalAmountOfRevivesToKeep": 50,
    "TotalAmountOfBerriesToKeep": 100,
    to a total of 350, this was for my personal bag space of 900

  13. #12
    darking123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keep getting softban

  14. #13
    5o4KING's Avatar Member
    Reputation
    4
    Join Date
    May 2013
    Posts
    104
    Thanks G/R
    1/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darking123 View Post
    keep getting softban
    Are you logged in elsewhere? If you are playing on nox then set your home coords to santa monica pier 34.009304, -118.497005. You shouldn't be logged in on your phone either

  15. #14
    soniczero's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you! I was looking for something like this.

  16. #15
    yukina12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would u mind to share pastebin? or mega? for Making life easier for everyone! Thx

Page 1 of 4 1234 LastLast

Similar Threads

  1. [Release] Dratini Hunter for Necro Bot Config
    By Reaes in forum Pokemon GO Hacks|Cheats
    Replies: 995
    Last Post: 02-17-2017, 07:46 PM
  2. Really high exp config for necro???
    By sebflex in forum Pokemon GO Chat
    Replies: 3
    Last Post: 09-12-2016, 05:29 PM
  3. [How-To] Anyway to make a config for necro with slow iv rename?
    By tatubola in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-20-2016, 03:42 PM
  4. [Bot] Pure SD Farmin config for necro
    By JuggerNuat in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-11-2016, 07:57 AM
All times are GMT -5. The time now is 09:22 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