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

Shout-Out

User Tag List

Page 104 of 282 FirstFirst ... 454100101102103104105106107108154204 ... LastLast
Results 1,546 to 1,560 of 4221
  1. #1546
    bobbykazuya's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same error for me

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #1547
    kingchenc's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    65
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i add some pokes to transfer list? cant find in settings...
    So many Krabbys Zubats etc. lel, he only transfer 50-60%... why

  3. #1548
    sHoveToMe's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    198
    Thanks G/R
    2/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sHoveToMe View Post
    Attachment 28810

    wtf is this? coords in the .ini are 100% the same as in the usersettings and also i was logged in at these coords before, distance radius is 1000
    anyone please? cannot fix it ( click on attachement)
    Last edited by sHoveToMe; 07-25-2016 at 12:33 PM.

  4. #1549
    brutes7's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this because of PTC?
    17:32:29] (INFO) Logging in via: Ptc
    [17:32:30] (INFO) Error reading JObject from JsonReader. Path '', line 0, position 0. from Newtonsoft.Json
    [17:32:30] (ERROR) Got an exception, trying automatic restar

  5. #1550
    Vaxling's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by brutes7 View Post
    Is this because of PTC?
    17:32:29] (INFO) Logging in via: Ptc
    [17:32:30] (INFO) Error reading JObject from JsonReader. Path '', line 0, position 0. from Newtonsoft.Json
    [17:32:30] (ERROR) Got an exception, trying automatic restar
    Can't login with all my bots also. Think PTC is down? Server status says its up tho?

    [19:45:54] Make sure Lat & Lng is right. Exit Program if not! Lat: Lng:
    [19:45:57] Logging in via: Ptc
    [19:46:02] Requesting GetPlayerResponse
    [19:46:04] Eine Ausnahme vom Typ "PokemonGo.RocketAPI.Exceptions.InvalidResponseException" wurde ausgelöst. from Pokemon Go Rocket API
    [19:46:04] Got an exception, trying automatic restart..

  6. #1551
    yamabso's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bot is pretty awesome! Great Job
    But i got a question. Altho i have set TransferDuplicatePokemon @true and KeepMinDuplicatePokemon @1, i still get lots of duplicates. First of all i get loads of pinsirs. Am i doing something wrong?!

  7. #1552
    mmerculieff's Avatar Member
    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)
    Can someone point me in the right direction, I want to be able to see all Pokemon, in DisplayHighestsCP, Instead of the top 20, and also DisplayHighestsPerfect, instead of top 10. Where are these settings so i can change. Thank you,


    Found it under Logic.cs, if anyone one else needed to know!

    private async Task DisplayHighests()
    {
    Logger.Write("====== DisplayHighestsCP ======", LogLevel.Info, ConsoleColor.Yellow);
    var highestsPokemonCp = await _inventory.GetHighestsCp(20);
    foreach (var pokemon in highestsPokemonCp)
    Logger.Write(
    $"# CP {pokemon.Cp.ToString().PadLeft(4, ' ')}/{PokemonInfo.CalculateMaxCP(pokemon).ToString().PadLeft(4, ' ')} | ({PokemonInfo.CalculatePokemonPerfection(pokemon).ToString("0.00")}% perfect)\t| Lvl {PokemonInfo.GetLevel(pokemon).ToString("00")}\t NAME: '{pokemon.PokemonId}'",
    LogLevel.Info, ConsoleColor.Yellow);
    Logger.Write("====== DisplayHighestsPerfect ======", LogLevel.Info, ConsoleColor.Yellow);
    var highestsPokemonPerfect = await _inventory.GetHighestsPerfect(10);
    foreach (var pokemon in highestsPokemonPerfect)
    {


    Ok now, is there a way to to see the cp/iv in order of pokemon index so like all my eevees are in order so it makes it simpler to delete whats not wanted?


    Thank you
    Last edited by mmerculieff; 07-25-2016 at 01:28 PM.

  8. #1553
    li7aznboi228's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if i set the value of keepminduplicates to 0 and have keepminIVpercent to 95% will it dump everything that isnt above 95% and over 1kCP or does it not register 0 as a value.

  9. #1554
    daviddoi's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone know whats wrong? the bot worked perfectly fine and when i tried to start it up, i get get breakpoint settlings line 50.
    http://puu.sh/qe5dp/1368a090d0.png

  10. #1555
    salvachuli'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)
    Hi!

    When i close the bot and log in in my phone any progress that has ben made while using the bot is saved. Any solution?

    Thanks!

  11. #1556
    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)
    what is your problem mate?

    Originally Posted by salvachuli View Post
    Hi!

    When i close the bot and log in in my phone any progress that has ben made while using the bot is saved. Any solution?

    Thanks!

  12. #1557
    Cooldude69's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone found a Mr. Mime? If so, provide me with the latitude and longitude coordinates

  13. #1558
    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)
    Originally Posted by mmerculieff View Post
    Can someone point me in the right direction, I want to be able to see all Pokemon, in DisplayHighestsCP, Instead of the top 20, and also DisplayHighestsPerfect, instead of top 10. Where are these settings so i can change. Thank you,


    Found it under Logic.cs, if anyone one else needed to know!

    private async Task DisplayHighests()
    {
    Logger.Write("====== DisplayHighestsCP ======", LogLevel.Info, ConsoleColor.Yellow);
    var highestsPokemonCp = await _inventory.GetHighestsCp(20);
    foreach (var pokemon in highestsPokemonCp)
    Logger.Write(
    $"# CP {pokemon.Cp.ToString().PadLeft(4, ' ')}/{PokemonInfo.CalculateMaxCP(pokemon).ToString().PadLeft(4, ' ')} | ({PokemonInfo.CalculatePokemonPerfection(pokemon).ToString("0.00")}% perfect)\t| Lvl {PokemonInfo.GetLevel(pokemon).ToString("00")}\t NAME: '{pokemon.PokemonId}'",
    LogLevel.Info, ConsoleColor.Yellow);
    Logger.Write("====== DisplayHighestsPerfect ======", LogLevel.Info, ConsoleColor.Yellow);
    var highestsPokemonPerfect = await _inventory.GetHighestsPerfect(10);
    foreach (var pokemon in highestsPokemonPerfect)
    {


    Ok now, is there a way to to see the cp/iv in order of pokemon index so like all my eevees are in order so it makes it simpler to delete whats not wanted?


    Thank you
    just change the value of 20 and 10 to what you want? By default its just sorted from highest to lowest.

  14. #1559
    salvachuli'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)
    My problem is that the progress that i have with the bot (pokemon catched, exp gained, ...) it is not in my phone when i open it. When i enter to the app in the phone it seems that i have don nothing.

    Originally Posted by Michal Kluczynski View Post
    what is your problem mate?

  15. #1560
    showing's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cooldude69 View Post
    Has anyone found a Mr. Mime? If so, provide me with the latitude and longitude coordinates
    Yo, I found 3 Mr.Mime in London/UK. I don't have the coordinates but is easily to found. Good lucky bud

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 04:17 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search