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

User Tag List

Page 48 of 282 FirstFirst ... 44454647484950515298148 ... LastLast
Results 706 to 720 of 4221
  1. #706
    spockmster's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by k199 View Post
    if i use the bot without change any thing , only locaiton

    the bot will evolve non , and transverse all pokemon and keep the highest CP pokemon of each one ?

    plz answer
    you can look at settings and set your things u wanna do.
    If you put in your own coordinates it will stay in your home and transfer + evolve

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #707
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shanks Tribal View Post
    Attachment 28104 what im doing wrong? i have this error with the new update
    Same error, also newest version.

  3. #708
    Lobrukan's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i suddenly got this wierd bug:


    i log in over google. everything was working fine and than suddenly this started happening. it just logs in and shows this list over and over again. tried restarting multiple times but still the same

  4. #709
    Trip_Machine's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shanks Tribal View Post
    Attachment 28104 what im doing wrong? i have this error with the new update
    same exact problem here

  5. #710
    Jig666's Avatar Member
    Reputation
    3
    Join Date
    Mar 2013
    Posts
    39
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just want to say thanks to necronomicon and everyone who is helping with their pull requests.

    it's so awesome going through the commits page and seeing all the effort!

  6. #711
    johnsilvabr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've put the google refresh token where is supposed to be put on, but still, approx. half an hour later, the same red error screen of death

  7. #712
    json12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Merudo View Post
    For trainers in Central Park:

    I noticed the bot has a tendancy to leave Central Park to reach Pokestops in adjacent streets.

    To ensure the bot only gets Pokestops in Central Park, I changed this code

    Code:
                var pokeStops =
                    mapObjects.MapCells.SelectMany(i => i.Forts)
                        .Where(
                            i => i.Type == FortType.Checkpoint &&
                                i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime());
    To this


    Code:
                var pokeStops =
                    mapObjects.MapCells.SelectMany(i => i.Forts)
                        .Where(
                            i =>
                                i.Longitude < -103.692313681 + i.Latitude *   .72905203747 &&
                                i.Longitude > -103.703941616 + i.Latitude *   .72905203747 &&
                                i.Longitude <  22.4092333924 + i.Latitude * -2.36190713357 &&
                                i.Longitude >  22.3086001328 + i.Latitude * -2.36190713357 &&
                                i.Type == FortType.Checkpoint &&
                                i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime());
    EDIT: code is either in \PokemonGo.RocketAPI.Logic\Logic.cs, or \RocketAPI\Console\Program.cs
    Any way to implement this Central Park cordinates in the new version?

  8. #713
    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)
    Replacing _clientSettings with _client.Settings on line 78 of Inventory.cs fixes it as a workaround for the problem of NullReferenceException
    Solution by OverlordQ on github

  9. Thanks boostedgaster (1 members gave Thanks to Rabelais for this useful post)
  10. #714
    nonm's Avatar Elite User
    Reputation
    438
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    8/301
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, thats it for today. 135 commits after a big drama. Thanks for joining the project.

  11. Thanks Neer, Jig666, json12, 3ly1n, Rabelais, katja (6 members gave Thanks to nonm for this useful post)
  12. #715
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1460
    Join Date
    Apr 2007
    Posts
    751
    Thanks G/R
    183/834
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nonm View Post
    Well, thats it for today. 135 commits after a big drama. Thanks for joining the project.
    Crazy ride

  13. #716
    Trip_Machine's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So how does the "transfer perfect" logic work? If I have a higher CP pokemon that's 50% perfect but catch a lower CP that's 100% perfect, will it transfer the lower CP?

  14. #717
    qwardon's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Love this bot so far, but i need some tweaks for farming nests.

    Can we have the option to disable walking around? Because i want to stay within an area to farm certain nests (like dratini nest in Sacramento).

    For this purpose it would also be great to be able to have it use certain balls on certain types. Like allways use ultraball on charmanders (which are very hard to catch)

  15. #718
    in_debt's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    17/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone please give the bat that restarts bots every 15 mn or something please?

  16. #719
    sayedjalal's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    10/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what if i'm not want any Transfer,Evolve,Recycle ?
    so just farming and if anything full keep farming exp

  17. #720
    Silencedt's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    81
    Thanks G/R
    8/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i disable GPS at Nox?

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 12:32 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