NecroBot ORGANIZED & COMMENTED Config menu

Shout-Out

User Tag List

Results 1 to 14 of 14
  1. #1
    Taranis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    NecroBot ORGANIZED & COMMENTED Config

    Edit: No updates in the foreseeable future, sorry

    Hey guys,

    i have seen that many users have problems understanding the config settings and that it is often difficult to understand which lines do correspond with others.
    Thats why i have created a organized and commented config! This is great to find all the settings needed on one place. You can also use it to share it with others and to easily find the differences.

    But before you start off please understand this restrictions:
    *When starting NecroBot the order and comments will be LOST. Thats why you need to save the file somewhere else and copy it into your config folder every change you do. Or you use Notepad++ to edit it. It will ask you if you want to reload the file after NecroBot changed it. Decline it.
    Nevertheless you should always have a backup of your settings

    *You can auto-update NecroBot as always but of course you won't see this changes in my config. As long i didn't updated my config (which may take a while) you will need to find out the new entries yourself (using Diffchecker to compare the old and the new standard config)
    THIS IS NO REPLACEMENT FOR READING THE WIKI!
    -Get to know more about the config options
    -How to setup Sniping
    -FAQ for common problems / questions

    THIS IS NO GENERAL SUPPORT THREAD!
    Please refrain from asking about config problems or reporting unrelated errors here. There is a nice Discord Channel for all your questions and problems.
    Please also refrain from asking at the NecroBot Issue tracker. That one is meant for reporting confirmed Bugs or Feature Requests. Spamming it will cause them go unnoticed.

    If something in the config is still unclear you may ask though
    And any other questions or suggestions are welcome


    How to Update my config (or to compare you config with others)
    Use Diffchecker and put both configs in the text fields. Click "Find the difference". Now you will see everything that is different in Red.
    You may copy it into your config or change your values according to it.

    Helpful
    Notepad++
    - You can keep your config open while preventing it to be overwritten by NecroBot
    - Similar to Pastebin there is a color marking which you can activate by going to Languages -> J -> JavaScript
    List of all available Pokemon

    Download / Changelog
    NecroBot 0.7.6
    no changes in config.json
    auth.json
    Code:
    added   "DevicePackageName": "custom",
    NecroBot 0.7.5
    config.json
    auth.json
    Code:
    -Organized
    -Commented
    -Removed unnecessary pre-made settings
    -Everything is not changed

    There are still parts missing or unclear, marked with a "????". If you can tell more about this please pm me.
    If anyone got the Device ID part for a Samsung Galaxy S7 please send me!

    Good Luck!
    And leave a like
    Last edited by Taranis; 08-08-2016 at 09:12 AM.

    NecroBot ORGANIZED & COMMENTED Config
  2. Thanks sharkfinz, elad2654 (2 members gave Thanks to Taranis for this useful post)
  3. #2
    sharkfinz's Avatar Member CoreCoins Purchaser
    Reputation
    10
    Join Date
    Jul 2011
    Posts
    30
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good job man!

  4. Thanks Taranis (1 members gave Thanks to sharkfinz for this useful post)
  5. #3
    lostx'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)
    Nice man, thanks!

  6. #4
    Axeon1g's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    80
    Thanks G/R
    13/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got all the S7 info minus the boardname and that part that says qcode or whatever not sure what needs to got here for S7 but I can help you get Device ID no problem.

  7. #5
    mcjojo's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice shared ....

  8. #6
    zionfol's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still confused how to use moveset filter?
    should we input the name of move or just move1 and move2? and how do we know which one moves1 or moves2
    ty

  9. #7
    morph3us1984's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THIS IS JUST SPECUALTION I NEVER TESTED THIS BECAUSE OF DANGER TO TRANSFER A GOOD POKEMON BUT:

    "LevelUpByCPorIv": "iv", //????
    It means if you have set lets say ""UpgradePokemonCpMinimum": set to 1250 and "UpgradePokemonIvMinimum" to 90 and lets say you have 2 pokemon with:

    Lapras CP:200 IV:95
    Lapras CP:2000 IV 20

    It will prefer and upgrade the Lapras with IV of 95.

    If "UpgradePokemonMinimumStatsOperator" is set to "and" it has to be a Lapras with at least 1250CP and minimum of an IV of 90. If you use "or" it will upgrade BOTH Pokemon.

  10. #8
    Taranis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Axeon1g View Post
    I got all the S7 info minus the boardname and that part that says qcode or whatever not sure what needs to got here for S7 but I can help you get Device ID no problem.
    could you search for exynos8890 or universal8890 in your build prop? i guess that should be the boardname. If you send me your findings i will use it as the standard settings (using a Company that sells it's phone all over the world makes most sense, using OnePlus for possibly thousands of bots would be suspicious).

    Originally Posted by zionfol View Post
    still confused how to use moveset filter?
    should we input the name of move or just move1 and move2? and how do we know which one moves1 or moves2
    ty
    you have to replace move1 and move2 with a move. Im pretty sure you could also use one only
    examples:
    "Moves": ["Razor Leaf","Solar Beam"]
    or
    "Moves": ["Razor Leaf"]
    if you need to find possible movesets, there are many website out there having them listet. Included people who try to find out the best moveset possible
    https://www.reddit.com/r/TheSilphRoa...l_movesets_v2/

    Originally Posted by morph3us1984 View Post
    THIS IS JUST SPECUALTION I NEVER TESTED THIS BECAUSE OF DANGER TO TRANSFER A GOOD POKEMON BUT:


    It means if you have set lets say ""UpgradePokemonCpMinimum": set to 1250 and "UpgradePokemonIvMinimum" to 90 and lets say you have 2 pokemon with:

    Lapras CP:200 IV:95
    Lapras CP:2000 IV 20

    It will prefer and upgrade the Lapras with IV of 95.
    that would make sense
    If "UpgradePokemonMinimumStatsOperator" is set to "and" it has to be a Lapras with at least 1250CP and minimum of an IV of 90. If you use "or" it will upgrade BOTH Pokemon.
    but with
    Lapras CP:1250 IV95
    Lapras CP 1600 IV90
    it should then upgrade the IV95 first. Thats the question, because the wiki is always speaking from picking the pokemon to upgrade ranomly
    LevelUpByCPorIv (Value)

    NOTE: Only ifAutomaticallyLevelUpPokemon is set to true This option specifies whether to use UpgradePokemonCpMinimum or UpgradePokemonIvMinimum when populating the list of potential Pokemon to level up.
    Here it says that it is just used to choose wheter to use UpgradePokemonCpMinimum or UpgradePokemonIvMinimum. But that was before the introduction of the "UpgradePokemonMinimumStatsOperator". If it still works the same time, setting "LevelUpByCPorIv": true woudl just deactivate the Operator


    going to update config soon
    Last edited by Taranis; 08-08-2016 at 02:17 AM.

  11. #9
    Axeeon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    21
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am sorry to have cluttered this post I answered my own question. Can a mod please delete this?
    Last edited by Axeeon; 08-08-2016 at 02:47 AM. Reason: delete me please

  12. #10
    nd3r's Avatar Member
    Reputation
    3
    Join Date
    Dec 2014
    Posts
    10
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    Really great work!

    Could you possibly describe these settings more?

    //---Pokeball Throw---//
    "EnableHumanizedThrows": false, //Enable Randomized Throws
    "NiceThrowChance": 40, //Throw Chances
    "GreatThrowChance": 30,
    "ExcellentThrowChance": 10,
    "CurveThrowChance": 90,


    I am trying to make it miss more to look more "human" (currently sitting at 92% catch rate). I want to decrease the catch rate to maybe 70-80% by missing more on trash pokemons.

    My current settings are the following but it still catches alot:

    "EnableHumanizedThrows": true,
    "NiceThrowChance": 20,
    "GreatThrowChance": 25,
    "ExcellentThrowChance": 15,
    "CurveThrowChance": 45,
    "ForceGreatThrowOverIv": 90.0,
    "ForceExcellentThrowOverIv": 95.0,
    "ForceGreatThrowOverCp": 1000,
    "ForceExcellentThrowOverCp": 1500,

  13. #11
    Taranis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nd3r View Post
    Hi,

    Really great work!

    Could you possibly describe these settings more?

    //---Pokeball Throw---//
    "EnableHumanizedThrows": false, //Enable Randomized Throws
    "NiceThrowChance": 40, //Throw Chances
    "GreatThrowChance": 30,
    "ExcellentThrowChance": 10,
    "CurveThrowChance": 90,


    I am trying to make it miss more to look more "human" (currently sitting at 92% catch rate). I want to decrease the catch rate to maybe 70-80% by missing more on trash pokemons.

    My current settings are the following but it still catches alot:

    "EnableHumanizedThrows": true,
    "NiceThrowChance": 20,
    "GreatThrowChance": 25,
    "ExcellentThrowChance": 15,
    "CurveThrowChance": 45,
    "ForceGreatThrowOverIv": 90.0,
    "ForceExcellentThrowOverIv": 95.0,
    "ForceGreatThrowOverCp": 1000,
    "ForceExcellentThrowOverCp": 1500,
    Depending on how high your trainer lvl is you will get already many high CP pokemon with a CP over 1000. Then you should change/raise
    Code:
    "ForceGreatThrowOverCp": 1000,
    "ForceExcellentThrowOverCp": 1500,
    You should also check the "Pokeball Usage" and "Berry Usage" parts as they also influence catch success.
    And at last and most important, while lowering your your throw chance may result in pokemon break free and in lost pokeballs in the end that doesnt mean that the pokemon wont be catched as
    Code:
    "MaxPokeballsPerPokemon": 6,
    tells how many time the bot tries to catch this pokemon. See in your console if you have many red lines ("catchescape" i think) while in the end the pokemon gets catched anyway. You should decrease this value in any case
    Last edited by Taranis; 08-08-2016 at 07:01 AM.

  14. #12
    Yogoshi'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)
    Can anyone help me with removing all low IV pokemons? My settings are :
    "KeepPokemonsThatCanEvolve": true,
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 90.0,
    "KeepMinLvl": 6,
    "KeepMinOperator": "or",
    "UseKeepMinLvl": false,
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    I want it to remove every pokemon below 90% but it keeps on holding every Executor, Lapras, Charizard and many others I catch, even when they are like 40% IV with 300 CP

  15. #13
    ppl0ncrack's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yogoshi View Post
    Can anyone help me with removing all low IV pokemons? My settings are :
    "KeepPokemonsThatCanEvolve": true,
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 90.0,
    "KeepMinLvl": 6,
    "KeepMinOperator": "or",
    "UseKeepMinLvl": false,
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    I want it to remove every pokemon below 90% but it keeps on holding every Executor, Lapras, Charizard and many others I catch, even when they are like 40% IV with 300 CP

    In your PokemonsNotToTransfer you have to remove those above from it and put them in your PokemonsTransferFilter with the settings you want to keep.

  16. #14
    killerfromsky's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was considering making a pull request so they were grouped when the default settings get generated, but unsure if that was possible at all...

Similar Threads

  1. [Guide] iO0o0Oi's Necrobot V0.8.5 config (nosoftbans,greatgympokemon,lowexp)
    By iO0o0Oi in forum Pokemon GO Hacks|Cheats
    Replies: 48
    Last Post: 08-12-2016, 11:40 AM
  2. Need NecroBot v0.8.3 Config for Building Strong Team
    By monkeycid in forum Pokemon GO Hacks|Cheats
    Replies: 3
    Last Post: 08-10-2016, 02:12 AM
  3. Necrobot config for sniping rares
    By jayhem in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-03-2016, 11:53 AM
  4. [Bot] Post your best NecroBot Configs
    By HarrisonA in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 08-02-2016, 01:19 PM
  5. NecroBot config problem
    By Kotzu in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-01-2016, 04:36 AM
All times are GMT -5. The time now is 10:18 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