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

User Tag List

Page 118 of 282 FirstFirst ... 1868114115116117118119120121122168218 ... LastLast
Results 1,756 to 1,770 of 4221
  1. #1756
    Massi17's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nadare00 View Post
    Is there a way to just catch certain pokemons or just not catch anything at all?
    set in config "UsePokemonToNotCatchFilter": true,


    and add some pokemon u want to skip
    "PokemonsToIgnore": [
    "zubat",
    "pidgey",
    "rattata"

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #1757
    nadare00's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Massi17 View Post
    set in config "UsePokemonToNotCatchFilter": true,


    and add some pokemon u want to skip
    "PokemonsToIgnore": [
    "zubat",
    "pidgey",
    "rattata"
    i did this and why does it also skip pokestops, its not getting any exp.

  3. #1758
    Sylencer90's Avatar Member
    Reputation
    11
    Join Date
    Dec 2013
    Posts
    91
    Thanks G/R
    60/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The current releases are all broken, skips pokestops, not transfers pokemon but no1 cares on git...

  4. #1759
    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 update really nice
    im using it till tomorrow morning, and see what happens

  5. #1760
    Massi17's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sylencer90 View Post
    The current releases are all broken, skips pokestops, not transfers pokemon but no1 cares on git...
    in the new release they add in config : "KeepPokemonsThatCanEvolve": true,
    if u want to transfer all, just set it to false

  6. #1761
    notadouche1's Avatar Member
    Reputation
    2
    Join Date
    Sep 2013
    Posts
    16
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure what I am doing wrong. I want to keep all the pidgeys and rattatas etc to evolve and added them to the code but it doesn't work. Perhaps I didn't add it correctly? Here is how I added it:

    public ICollection<PokemonId> PokemonsNotToTransfer
    {
    get
    {
    //Type of pokemons not to transfer
    List<PokemonId> defaultPokemon = new List<PokemonId> {
    PokemonId.Dragonite, PokemonId.Charizard, PokemonId.Zapdos, PokemonId.Snorlax, PokemonId.Alakazam, PokemonId.Mew, PokemonId.Mewtwo, PokemonId.Eevee, PokemonId.Pidgey, PokemonId.Weedle, PokemonId.Caterpie, PokemonId.Rattata
    };
    _pokemonsNotToTransfer = _pokemonsNotToTransfer ?? LoadPokemonList("PokemonsNotToTransfer.ini", defaultPokemon);
    return _pokemonsNotToTransfer;
    }
    }

  7. #1762
    xnoregretz2u's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Source code of the latest update doesn't work.
    Precompiled one wont let me use PTC, only Google works

  8. #1763
    khovel's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since updating to the newest release, i'm getting an 'Account not verified - Exiting' message. I'm using the Ptc Login and i can still log into the account outside of running this bot.

  9. #1764
    Vojta Dubina's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i set drop potion and this shit stuff ? i have +- every 5hours full inventroy and must log in on acc and drop all manualy

  10. #1765
    merby's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    9/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vojta Dubina View Post
    how can i set drop potion and this shit stuff ? i have +- every 5hours full inventroy and must log in on acc and drop all manualy
    "settings.cs" is where you can do this kind of stuff...just adjust the amount of the items that are kept

  11. Thanks Vojta Dubina (1 members gave Thanks to merby for this useful post)
  12. #1766
    Sylencer90's Avatar Member
    Reputation
    11
    Join Date
    Dec 2013
    Posts
    91
    Thanks G/R
    60/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Massi17 View Post
    in the new release they add in config : "KeepPokemonsThatCanEvolve": true,
    if u want to transfer all, just set it to false
    Solved my problem, but not it tells me (ATTENTION) No usable PokeStops found in your area. Is your maximum distance too small?
    How to get rid off this?
    Last edited by Sylencer90; 07-26-2016 at 10:00 AM.

  13. #1767
    MeTeC's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ..............................
    Last edited by MeTeC; 07-26-2016 at 10:04 AM.

  14. #1768
    Massi17's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sylencer90 View Post
    Solved my problem, but not it tells me (ATTENTION) No usable PokeStops found in your area. Is your maximum distance too small?
    How to get rid off this?
    it does the same on me in dratini's spot near sacramento. probably the code need near pokestops to moove. but if i go in some city it work with no problems.

  15. #1769
    Sylencer90's Avatar Member
    Reputation
    11
    Join Date
    Dec 2013
    Posts
    91
    Thanks G/R
    60/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MeTeC View Post
    ..............................
    Download the zip under the "Release" section. Not the source.

  16. #1770
    dlr554's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems like the area around Santa Monica Pier is having issues - pokestops and pokemon are not loading. I had to move to another location or else I'd constantly get the '(ATTENTION) No usable PokeStops found in your area. Is your maximum distance too small?' message.

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. 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 11:30 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