Results 1 to 10 of 10
  1. #1
    Timur_Archer's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    5

    How do I remove the Pokémon to a certain power?

    How do I remove the Pokémon to a certain power?
    For example, I want to remove all Pokémon up to 2000 CP

  2. #2
    jmw8732's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Louisiana
    Posts
    87
    Reputation
    10
    Thanks
    8
    My Mood
    Lurking
    which bot are you using?

  3. #3
    Timur_Archer's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by jmw8732 View Post
    какой бот вы используете?
    Differently.
    Now Necronomicon _0.4.0_withUI

  4. #4
    jmw8732's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Louisiana
    Posts
    87
    Reputation
    10
    Thanks
    8
    My Mood
    Lurking
    Quote Originally Posted by Timur_Archer View Post
    Differently.
    Now Necronomicon _0.4.0_withUI
    open config
    for me its line 32-35 these are my configs

    "KeepMinCp": 1500,
    "KeepMinDuplicatePokemon": 1,
    "KeepMinIvPercentage": 90.0,
    "PrioritizeIvOverCp": false,

    change the "keepmincp" to 2000
    i did false on iv over cp cuz im not worried about iv since im botting.

  5. #5
    InstantPokemonLevel's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    I've noticed sometimes even with "KeepMinCp": 1500, I see Pokemon still in the inventory that are like under 1500.

  6. #6
    Timur_Archer's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by jmw8732 View Post
    open config
    for me its line 32-35 these are my configs

    "KeepMinCp": 1500,
    "KeepMinDuplicatePokemon": 1,
    "KeepMinIvPercentage": 90.0,
    "PrioritizeIvOverCp": false,

    change the "keepmincp" to 2000
    i did false on iv over cp cuz im not worried about iv since im botting.

    Now check 2

  7. #7
    jmw8732's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Louisiana
    Posts
    87
    Reputation
    10
    Thanks
    8
    My Mood
    Lurking
    Quote Originally Posted by InstantPokemonLevel View Post
    I've noticed sometimes even with "KeepMinCp": 1500, I see Pokemon still in the inventory that are like under 1500.
    change the prioritize ivovercp to false then its keeping low cp because they have a good IV

  8. #8
    Timur_Archer's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    5
    Look
    Code:
     "KeepMinCp": 1800,
      "KeepMinDuplicatePokemon": 1,
      "KeepMinIvPercentage": 90.0,
      "KeepPokemonsThatCanEvolve": false,
      "LevelUpByCPorIv": "iv",
      "MaxPokeballsPerPokemon": 6,
      "MaxSpawnLocationOffset": 10,
      "MaxTravelDistanceInMeters": 3000,
      "MinDelayBetweenSnipes": 60000,
      "MinPokeballsToSnipe": 20,
      "MinPokeballsWhileSnipe": 0,
      "PokemonsNotToTransfer": [
        
      "blastoise",
        "nidoqueen",
        "nidoking",
        "clefable",
        "vileplume",
        "arcanine",
        "poliwrath",
        "machamp",
        "victreebel",
        "golem",
        "slowbro",
        "muk",
        "exeggutor",
        "lickitung",
        "chansey",
        "ditto",
        "articuno",
        "zapdos",
        "moltres",
        "mewtwo",
        "mew",
        "dragonite",
        "snorlax",
        "lapras"
    Let's say I have a pokemon has 2000+ CP
    There are several of the same Pokémon.
    I would like to leave 2000+ CP in unlimited quantities.

  9. #9
    jmw8732's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Louisiana
    Posts
    87
    Reputation
    10
    Thanks
    8
    My Mood
    Lurking
    Quote Originally Posted by Timur_Archer View Post
    Look
    Code:
     "KeepMinCp": 1800,
      "KeepMinDuplicatePokemon": 1,
      "KeepMinIvPercentage": 90.0,
      "KeepPokemonsThatCanEvolve": false,
      "LevelUpByCPorIv": "iv",
      "MaxPokeballsPerPokemon": 6,
      "MaxSpawnLocationOffset": 10,
      "MaxTravelDistanceInMeters": 3000,
      "MinDelayBetweenSnipes": 60000,
      "MinPokeballsToSnipe": 20,
      "MinPokeballsWhileSnipe": 0,
      "PokemonsNotToTransfer": [
        
      "blastoise",
        "nidoqueen",
        "nidoking",
        "clefable",
        "vileplume",
        "arcanine",
        "poliwrath",
        "machamp",
        "victreebel",
        "golem",
        "slowbro",
        "muk",
        "exeggutor",
        "lickitung",
        "chansey",
        "ditto",
        "articuno",
        "zapdos",
        "moltres",
        "mewtwo",
        "mew",
        "dragonite",
        "snorlax",
        "lapras"
    Let's say I have a pokemon has 2000+ CP
    There are several of the same Pokémon.
    I would like to leave 2000+ CP in unlimited quantities.
    change the KEEPMINCP to 2000 and the "KeepMinDuplicatePokemon": 1, to how ever much you want

    you can possibly change the keepminIV to something lower

  10. #10
    Timur_Archer's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by jmw8732 View Post
    change the KEEPMINCP to 2000 and the "KeepMinDuplicatePokemon": 1, to how ever much you want

    you can possibly change the keepminIV to something lower
    I already knew. I just had to edit PokemonsNotToTransfer

Similar Threads

  1. How can i remove the Fps.tick.loss etc thig??
    By Giorgos Rogos in forum Counter-Strike 2 Discussions
    Replies: 3
    Last Post: 08-30-2014, 10:50 AM
  2. Replies: 12
    Last Post: 06-25-2013, 05:29 AM
  3. How do i remove the MODS ?
    By willzkii10 in forum Dragon Nest Help
    Replies: 4
    Last Post: 06-04-2013, 11:28 PM
  4. [Solved] How to get remove the hacks
    By Ronald McDonald? in forum CrossFire Help
    Replies: 0
    Last Post: 02-19-2012, 03:49 PM
  5. How do I remove the map from the zombie mod?
    By JukeBoxxHero in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 1
    Last Post: 09-13-2010, 09:03 PM