-
Member
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.
-
Post Thanks / Like - 2 Thanks
-
Member
-
Post Thanks / Like - 1 Thanks
Taranis (1 members gave Thanks to sharkfinz for this useful post)
-
Member
-
Member
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.
-
-
Member
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
-
Member
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.
-
Member
Originally Posted by
Axeon1g
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
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
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.
-
Member
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
-
Member
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,
-
Member
Originally Posted by
nd3r
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.
-
Member
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
-
Member
Originally Posted by
Yogoshi
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.
-
Master Sergeant
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...