Do not update necrobot to new version menu

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 54 of 54
  1. #46
    indra_hyx's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rabelais View Post
    What the fck guys are you dumb ?

    FIRST: before trying a new release, backup the config file of the previous one, update the new config file with old settings, test the new bot on a low account, if necessary adjust the config and test again, THEN run the bot on the main account

    SECOND: have you never heard of PokemonsTransferFilter ?? You can put there pkm for which you wanna have custom settings (which override the default global values, so if there is some gloabl settins messed up, your favourite pkm are safe), so I suggest to add in the PokemonsTransferFilter all the strongest pkm (dragonite, lapras, snorlax, arcanine, vaporeon, and so on) and also your favourite pkm, and for these pkm set keepminduplicate to 5 or so (example below, just an example, my config is way longer of course (but my dick is not))

    THIRD: set AutoUpdate to false

    Code:
        "Gyarados": {
          "KeepMinCp": 1980,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 85.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Lapras": {
          "KeepMinCp": 1500, <------------
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 85.0, <-----------
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "and", <------------ ATTENTION this means that ALL the lapras below 85 iv AND below 1500 will not be kept
          "MovesOperator": "or"
        },
        "Eevee": {
          "KeepMinCp": 2000, <------
          "KeepMinLvl": 40,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0, <-----
          "KeepMinDuplicatePokemon": 0,  <----- ATTENTION this means that ALL the eevees below 95 iv OR below 2000 will not be kept
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Vaporeon": {
          "KeepMinCp": 1400,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "and",
          "MovesOperator": "or"
        },
        "Jolteon": {
          "KeepMinCp": 1300,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 85.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "and",
          "MovesOperator": "or"
        },
        "Flareon": {
          "KeepMinCp": 2000,
          "KeepMinLvl": 40,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 100.0,
          "KeepMinDuplicatePokemon": 0, <----------
          "Moves": [
            "ember",   <---------- 
            "fireBlast" <----------
          ],
          "KeepMinOperator": "or",
          "MovesOperator": "and"  <---------- ATTENTION this means that ALL the flareons which dont have ember AND fire blast (best atk moveset for flareon) AND are below 100 iv OR below 2000 will not be kept
        },
        "Omastar": {
          "KeepMinCp": 2000,
          "KeepMinLvl": 40,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 100.0,
          "KeepMinDuplicatePokemon": 0,
          "Moves": [
            "waterGun",
            "hydroPump"
          ],
          "KeepMinOperator": "or",
          "MovesOperator": "and"
        },
        "Kabutops": {
          "KeepMinCp": 2000,
          "KeepMinLvl": 40,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 100.0,
          "KeepMinDuplicatePokemon": 0,
          "Moves": [
            "mudShot",
            "stoneEdge"
          ],
          "KeepMinOperator": "or",
          "MovesOperator": "and"
        },
        "Aerodactyl": {
          "KeepMinCp": 2000,
          "KeepMinLvl": 40,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 100.0,
          "KeepMinDuplicatePokemon": 0,
          "Moves": [
            "bite",
            "hyperBeam"
          ],
          "KeepMinOperator": "or",
          "MovesOperator": "and"
        },
        "Snorlax": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 85.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "and",
          "MovesOperator": "or"
        },
        "Dratini": {
          "KeepMinCp": 1387,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 98.0,
          "KeepMinDuplicatePokemon": 0,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Dragonair": {
          "KeepMinCp": 1387,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 0,
          "Moves": [],
          "KeepMinOperator": "or",
          "MovesOperator": "or"
        },
        "Dragonite": {
          "KeepMinCp": 1500,
          "KeepMinLvl": 6,
          "UseKeepMinLvl": false,
          "KeepMinIvPercentage": 85.0,
          "KeepMinDuplicatePokemon": 3,
          "Moves": [],
          "KeepMinOperator": "and",
          "MovesOperator": "or"
        }
    Rabelais,could you please share your complete config?? it would help a lot..thanks man

    Do not update necrobot to new version
  2. #47
    Rabelais's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    86
    Thanks G/R
    18/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by indra_hyx View Post
    Rabelais,could you please share your complete config?? it would help a lot..thanks man
    You mean all the transferFilter list or all the config file ?

  3. #48
    neotrix's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rabelais View Post
    You mean all the transferFilter list or all the config file ?
    I can use all transferFilter for all pokemons if u have.
    I would really appreciate it

  4. #49
    Anarchy303's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by harmbasi View Post
    Mine updated this morning and it is no longer keeping 1 of each pokemon. I have 20 pokemon left from my 120. Most of my high level pokemon are gone. FK so pissed.
    It is your fault because i updated mine aswell and i dont have any troubles with it.. go check your config

  5. #50
    ndh1235's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Necrobot is not steady and safety , most problem happen and easy to gain ban , never use this bot still version 0.94, I need some steady and safety bot to protect any ban .


    從我的iPad使用Tapatalk 發送

  6. #51
    POGOhackas's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i stick to 0.8.6 forever dude dont update it ever again lmfao..... use humanize or with human walking configs here New * improved 99%-100% iv team creator bot + location * high level * 50k-100K XP/H im level 34 and still doing it lolz

  7. #52
    dexunto's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by peter-pan View Post
    Is it even possible to get 90%+ IV Charmander/Charmeleon/Charizard? I've been botting Charmander nest with 5 bots for days, got 5000+ candies and the highest IV I've caught so far is ~65%. At the same time I've gotten many perfect (100% IV) Dragonite, Snorlax, Vaporeon etc. but not a single good Charizard/Venusaur/Blastoise. Just wondering if any1 has 90+ on these (which means I've just been unlucky) or is it impossible to get those atm?
    i caught some 90charmander and only 1 100iv that account got banned :/


    从我的 iPhone 发送,使用 Tapatalk

  8. #53
    dexunto's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rsike View Post
    Glad I'm not the only one, but fawkkkkkkkkkkkk this sucks so much. Lost so many 2k plus. I wanted to keep one of everything like a real badass. Anybody found a solution to try and get em back?
    yeah in your dream xD


    从我的 iPhone 发送,使用 Tapatalk

  9. #54
    tobbra@hotmail.com's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got this error today on all bots, anyone else?
    Untitled-1.jpg

Page 4 of 4 FirstFirst 1234

Similar Threads

  1. [GPbot] Profiles (Update for New Version)
    By metago in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 09-05-2019, 09:36 AM
  2. Do Not Update Fly GPS to version 5
    By rling in forum Pokemon GO Hacks|Cheats
    Replies: 4
    Last Post: 11-04-2016, 09:52 PM
  3. Updating into new version! please help!
    By bader520 in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-16-2009, 06:28 PM
  4. new version of Studio
    By wrigley in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 12-02-2006, 06:35 PM
  5. Not updated? wtf..
    By myojinyahiko in forum World of Warcraft General
    Replies: 8
    Last Post: 09-13-2006, 05:02 PM
All times are GMT -5. The time now is 06:27 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