[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 170 of 229 FirstFirst ... 70120166167168169170171172173174220 ... LastLast
Results 2,536 to 2,550 of 3427
  1. #2536
    gopokemongo's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to ignore the CP and IV during a transfer and just remove the duplicates with the lowest CP?

    [UPDATED] Pokemon Bot in C# Community Version
  2. #2537
    trick2gg's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    72
    Thanks G/R
    8/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gopokemongo View Post
    Is there a way to ignore the CP and IV during a transfer and just remove the duplicates with the lowest CP?
    change IV to 0

  3. #2538
    gopokemongo's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trick2gg View Post
    change IV to 0
    The "KeepMinIVPercentage"? When I set that to 0 it doesn't transfer anyone, same with the CP setting. I also have "PrioritizeIVOverCP" set to false if that makes any difference. I just want to go back to the old way where it just keeps one of each pokemon. If I set the CP and IV to a really high number and have duplicates turned on will it transfer everything but one? Too nervous to try it, don't want to lose all my guys.

    UPDATE:

    Tested and maxing out the IV at 100% and setting the CP very high with duplicates turned on will keep the strongest pokemon.
    Last edited by gopokemongo; 07-24-2016 at 11:20 PM.

  4. #2539
    yankumi3's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why my Pokefast Move Slowly....???


    i set KeepMinCP = 1000 , why still keep Duduo with 244CP???
    Last edited by yankumi3; 07-24-2016 at 11:53 PM.

  5. #2540
    Temperate's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pokecolor version is better imo.

  6. #2541
    dorp12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why this is crash every time can't you fix it?

  7. #2542
    uzi94's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    love the bot but hate the random crashes. Barely lasts 30 minutes

  8. #2543
    yankumi3's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GeoCrawler View Post
    You need to higher your <setting name="KeepMinCP" serializeAs="String"> to 1600+




    There is always a risk when you use 3rd party applications.



    80k/hr, 300km/h

    80k/hr , 300km/h ??? where ur location to farm?

  9. #2544
    coiner's Avatar Corporal
    Reputation
    44
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    1/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    error how to fix this

    [11:11:54] Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentException: Requested value 'Goldluck' was not found.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
    at System.Threading.Tasks.Task.Wait()
    at PokemonGo.RocketAPI.Console.Program.<>c.<Main>b__0_1() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Program.cs:line 32
    ---> (Inner Exception #0) System.ArgumentException: Requested value 'Goldluck' was not found.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71<---

  10. #2545
    roflicious's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to have the bot make the list of highest IV (the DisplayPerfectHighest) even longer ? Thanks in advance

  11. #2546
    itachifire's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roflicious View Post
    Is there a way to have the bot make the list of highest IV (the DisplayPerfectHighest) even longer ? Thanks in advance
    I don't believe so, not for this specific version anyways.

  12. #2547
    dyermaker's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pokecolor doesnt work anywore.. everytime it restarts.

  13. #2548
    eSDhee's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by coiner View Post
    error how to fix this

    [11:11:54] Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentException: Requested value 'Goldluck' was not found.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
    at System.Threading.Tasks.Task.Wait()
    at PokemonGo.RocketAPI.Console.Program.<>c.<Main>b__0_1() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Program.cs:line 32
    ---> (Inner Exception #0) System.ArgumentException: Requested value 'Goldluck' was not found.
    at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
    at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
    at PokemonGo.RocketAPI.Console.Settings.LoadPokemonList(String filename) in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 135
    at PokemonGo.RocketAPI.Console.Settings.get_PokemonsNotToTransfer() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Console\Settings.cs:line 101
    at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__8.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 152
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 71<---
    You miss typed pokemon name on UnwantedPokemonTypes, you typed 'Goldluck' the correct name is 'Golduck'

  14. #2549
    eSDhee's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw, is there a way to play PokeColor on network behind proxy? I want to make it work while I'm working.. :shh: LOL

  15. #2550
    Punch3r's Avatar Member
    Reputation
    4
    Join Date
    Mar 2014
    Posts
    58
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fadelol View Post
    I am just about to setup 5-10 new accounts with identical settings except for location. Will post the results somewhere later tonight.
    Mind sending me a PM with your results? I am farming a spot in LA, but I can be happy if I get 45k XP and 100+ Pokemon per hour with Maclomes newest version of spegelis bot (pre-compiled).. cant download visual studio with my 2k connection.

Similar Threads

  1. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  2. [Release] Maclone's Community Versions - Compiled, ready to go PokemonGo bots
    By maclone in forum Pokemon GO Hacks|Cheats
    Replies: 2519
    Last Post: 08-24-2016, 11:55 AM
  3. [REV2.0.1] [UPDATED!] Fishing Bot. Written by me =)
    By PopcornWoW in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-25-2008, 01:04 AM
  4. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  5. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 11:07 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