Necrobot - sniping | egghatch | gpx | lure | incense | & more menu

User Tag List

Page 134 of 282 FirstFirst ... 3484130131132133134135136137138184234 ... LastLast
Results 1,996 to 2,010 of 4221
  1. #1996
    letun9's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can I change this
    "DelayBetweenPokemonCatch": 1000,
    From 1000 to 0 or lower?

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #1997
    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)
    new release really awesome!!
    i like the specific setting for each pokemon, so we can catch zubat without keeping them
    and specific cp for eevee, magikarp, etc
    great job!

  3. #1998
    TheAccountant's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how I can set it up to catch all pokemon for evolve if I have enough candy (for exp) BUT only keep and evolve Dratini/Eevee if their IV is greater than 75%? I don't want to waste their candies if it's lower than 75%, anything else - I don't really care lol. I currently have it as:

    Code:
    {
      "AmountOfPokemonToDisplayOnStart": 20,
      "AutoUpdate": true,
      "DefaultAltitude": 10.0,
      "DefaultLatitude": -37.766525,
      "DefaultLongitude": 145.354786,
      "DelayBetweenPokemonCatch": 2000,
      "EvolveAboveIvValue": 75.0,
      "EvolveAllPokemonAboveIv": true,
      "EvolveAllPokemonWithEnoughCandy": true,
      "GpxFile": "GPXPath.GPX",
      "ItemRecycleFilter": [
        {
          "Key": "itemUnknown",
          "Value": 0
        },
        {
          "Key": "itemPokeBall",
          "Value": 25
        },
        {
          "Key": "itemGreatBall",
          "Value": 50
        },
        {
          "Key": "itemUltraBall",
          "Value": 75
        },
        {
          "Key": "itemMasterBall",
          "Value": 100
        },
        {
          "Key": "itemPotion",
          "Value": 0
        },
        {
          "Key": "itemSuperPotion",
          "Value": 25
        },
        {
          "Key": "itemHyperPotion",
          "Value": 50
        },
        {
          "Key": "itemMaxPotion",
          "Value": 75
        },
        {
          "Key": "itemRevive",
          "Value": 25
        },
        {
          "Key": "itemMaxRevive",
          "Value": 50
        },
        {
          "Key": "itemLuckyEgg",
          "Value": 200
        },
        {
          "Key": "itemIncenseOrdinary",
          "Value": 100
        },
        {
          "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": "itemRazzBerry",
          "Value": 50
        },
        {
          "Key": "itemBlukBerry",
          "Value": 10
        },
        {
          "Key": "itemNanabBerry",
          "Value": 10
        },
        {
          "Key": "itemWeparBerry",
          "Value": 30
        },
        {
          "Key": "itemPinapBerry",
          "Value": 30
        },
        {
          "Key": "itemSpecialCamera",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasicUnlimited",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasic",
          "Value": 100
        },
        {
          "Key": "itemPokemonStorageUpgrade",
          "Value": 100
        },
        {
          "Key": "itemItemStorageUpgrade",
          "Value": 100
        }
      ],
      "KeepMinCp": 2500,
      "KeepMinDuplicatePokemon": 1,
      "KeepMinIvPercentage": 95.0,
      "KeepPokemonsThatCanEvolve": true,
      "MaxTravelDistanceInMeters": 2000,
      "PokemonsNotToTransfer": [
        "venusaur",
        "charizard",
        "blastoise",
        "lapras",
        "ditto",
        "vaporeon",
        "porygon",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsToEvolve": [
        "caterpie",
        "weedle",
        "pidgey",
        "rattata",
        "spearow",
        "zubat",
        "doduo"
      ],
      "PokemonsToIgnore": [
        "caterpie",
        "weedle",
        "pidgey",
        "rattata",
        "spearow",
        "zubat",
        "doduo"
      ],
      "PokemonsTransferFilter": {
        "Dratini": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 75.0,
          "KeepMinDuplicatePokemon": 10
        },
        "Dragonair": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 75.0,
          "KeepMinDuplicatePokemon": 10
        },
        "Eevee": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 10
        },
        "Mew": {
          "KeepMinCp": 0,
          "KeepMinIvPercentage": 0.0,
          "KeepMinDuplicatePokemon": 10
        }
      },
      "PrioritizeIvOverCp": true,
      "RenameAboveIv": true,
      "TransferDuplicatePokemon": true,
      "TranslationLanguageCode": "en",
      "UseEggIncubators": true,
      "UseGpxPathing": false,
      "UseLuckyEggsMinPokemonAmount": 30,
      "UseLuckyEggsWhileEvolving": true,
      "UsePokemonToNotCatchFilter": false,
      "WalkingSpeedInKilometerPerHour": 50.0,
    }

  4. #1999
    Michal Kluczynski's Avatar Member
    Reputation
    3
    Join Date
    May 2015
    Posts
    31
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hiya. Im using now release 0.1.9. In previous version that i had to use along with VS2015 when i changed the location that is miles away I was getting an information like "unrealistic traveling detected, walking xxx miles to start point" so it was a kinda soft ban protection. Today I was farming in my town and then decided to go to London to get Snorlax, i edited the config, put new cords in and BAM soft ban cos bot teleported me iinstead of walk. Can anybody explain me how to safely change location? It would be nice if bot after closing remember last location and then after restarting ask to use last location or give opportunity to enter new one in console, like we do now with login.

  5. #2000
    bishopcore's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    105
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    somoene please tell me the basic steps to install the new version? i downloaded it, new folder, new installation directory, he then says to open the exe and close it before editing the config, i was never able to find the config folder and it always says api is missing

  6. #2001
    Reaper2074's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Double posting!
    Last edited by Reaper2074; 07-27-2016 at 06:47 PM. Reason: Double posting!

  7. #2002
    Ricx's Avatar Private
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Had to sign up to say thanks, massively great tool here. Potential is endless.

    Screenshot by Lightshot

    pushing it to the limit !

  8. #2003
    deadlywario0's Avatar Active Member CoreCoins Purchaser
    Reputation
    49
    Join Date
    Oct 2011
    Posts
    173
    Thanks G/R
    19/27
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    13 hours almost going strong (still going)
    Necrobot - sniping | egghatch | gpx | lure | incense | & more-4033045731fc4ae39a018ff46c384e99-jpg

    screenie
    Last edited by deadlywario0; 07-27-2016 at 08:38 PM.

  9. #2004
    bishopcore's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    105
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have never seen him use a lucky egg.... any idea's why? i have it set to use when 20 pokemon or above ready to evolve and yet nothing, he just evolves, also its working on 2 accounts, but fresh folder and install trying to get a 3rd and it keeps saying failed to copy to clipboard please do it manually? tried restart
    Last edited by bishopcore; 07-28-2016 at 05:06 AM.

  10. #2005
    matrosen's Avatar Member
    Reputation
    7
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why do i get this error when i try to run the new release?




    https://gyazo.com/a7ce8827236f6a3ce98dcf60a85bed2f
    Last edited by matrosen; 07-28-2016 at 05:22 AM.

  11. #2006
    benjaminc's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eggs are only from level up rewards (I think), and as I am aware the bot doesn't get all the level up notifications and thereby doesn't get all the level rewards. Login to your character and your profile will be awarded a shit ton of stuff. I might be wrong tho.

    Originally Posted by bishopcore View Post
    I have never seen him use a lucky egg.... any idea's why? i have it set to use when 20 pokemon or above ready to evolve and yet nothing, he just evolves, also its working on 2 accounts, but fresh folder and install trying to get a 3rd and it keeps saying failed to copy to clipboard please do it manually? tried restart

  12. #2007
    kvnsntosa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    28
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadlywario0 View Post
    13 hours almost going strong (still going)
    Necrobot - sniping | egghatch | gpx | lure | incense | & more-4033045731fc4ae39a018ff46c384e99-jpg

    screenie
    hey is that like a bot starter whenever it crashes ?
    can i have some ?

  13. #2008
    bishopcore's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    105
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by benjaminc View Post
    Eggs are only from level up rewards (I think), and as I am aware the bot doesn't get all the level up notifications and thereby doesn't get all the level rewards. Login to your character and your profile will be awarded a shit ton of stuff. I might be wrong tho.
    so your saying if i login, accept the items he will use the egg? its using eggs for you guys? i don't understand why he wouldn't for me, it clearly evolves more then the 20 i set for the minimum to use an egg, anyways ill try that now
    Last edited by bishopcore; 07-28-2016 at 05:19 AM.

  14. #2009
    mulkmon's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting this and cannot paste anything into my google device thing. Can anyone help me fix it please!

    Necrobot - sniping | egghatch | gpx | lure | incense | & more-helpme-png

  15. Thanks matrosen (1 members gave Thanks to mulkmon for this useful post)
  16. #2010
    UberGamers's Avatar Member CoreCoins Purchaser
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    97
    Thanks G/R
    1/3
    Trade Feedback
    16 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im farming in a zone of dranitis... and for 4 days i only catch 100% IV Eevees (3 atm), is possible that i have something wrong in the settings?

Similar Threads

  1. Necrobot & Sniping problem.
    By victornoleto in forum Pokemon GO Hacks|Cheats
    Replies: 5
    Last Post: 08-26-2016, 05:54 AM
  2. [Release] PokeMobBot - sniping | egghatch | gpx | lure | incense | & more
    By DurtyFree in forum Pokemon GO Hacks|Cheats
    Replies: 175
    Last Post: 07-31-2016, 03:16 PM
  3. [Release] [»»] NecroBOT Discord Channel (Live) [««] (Pokemon coordinates, support & more!)
    By LennoxAli in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 07-31-2016, 11:48 AM
  4. [Release] Necrobot.io - sniping | egghatch | gpx | lure | incense | & more
    By nonm in forum Pokemon GO Hacks|Cheats
    Replies: 43
    Last Post: 07-31-2016, 11:43 AM
  5. [Question] Necrobot sniping
    By xswayer in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-31-2016, 10:25 AM
All times are GMT -5. The time now is 12:51 PM. 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