[UPDATED] Pokemon Bot in C# Community Version menu

Shout-Out

User Tag List

Page 190 of 229 FirstFirst ... 90140186187188189190191192193194 ... LastLast
Results 2,836 to 2,850 of 3427
  1. #2836
    lkjfds1's Avatar Master Sergeant
    Reputation
    9
    Join Date
    Jun 2012
    Posts
    133
    Thanks G/R
    35/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bot randomly shut down....around 1.5 hr~

    [UPDATED] Pokemon Bot in C# Community Version
  2. #2837
    DangerEdgee'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)
    I read back 24 hours or so and have been unable to find anything explaining what GPX is and how to use it. Could anyone explain this feature to me? to my understanding is a form of pathing? how would i set up a path for the bot to follow? and would it stop when it arrives or loop?
    Last edited by DangerEdgee; 07-26-2016 at 07:02 AM.

  3. #2838
    ceexcee1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi All,

    Any one know how to fix the walking speed?

    I currently have it on 9km/h

    <setting name="WalkingSpeedInKilometerPerHour" serializeAs="String">
    <value>9</value>

    However it says that it is slowing down to 100km/hr because distance is less than 101m.

    log is saying im traveling 35 meters in 0.43 seconds.
    I'm confused as I thought the above part of the code will determine the walk speed

  4. Thanks WoolF911 (1 members gave Thanks to ceexcee1 for this useful post)
  5. #2839
    chiennguyen4499's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hpbaxx View Post
    pokemon transfer is bugged in v2 and worked better in v1.

    KeepMinIVPercentage: 90
    KeepMinCP: 1000
    TransferPokemonKeepDuplicateAmount: 1
    -> it recycles all but 1 pokemon of each type, even if they are >90% perfect.
    TransferPokemonKeepDuplicateAmount: 5
    -> it keeps 5 pokemon of each type, even if they are <90% perfect.

    how do I have to set it so it keeps 1 (or preferably 0) pokemons with <90%, but keeps all that are >90% ?
    this is my config:
    Code:
          <setting name="KeepMinIVPercentage" serializeAs="String">
            <value>90</value>
          </setting>
          <setting name="KeepMinCP" serializeAs="String">
            <value>1000</value>
          </setting>
          <setting name="WalkingSpeedInKilometerPerHour" serializeAs="String">
            <value>300</value>
          </setting>
          <setting name="UsePokemonToNotCatchList" serializeAs="String">
            <value>False</value>
          </setting>
          <setting name="AuthType" serializeAs="String">
            <value>Google</value>
          </setting>
          <setting name="PtcUsername" serializeAs="String">
            <value>username</value>
          </setting>
          <setting name="PtcPassword" serializeAs="String">
            <value>password</value>
          </setting>
          <setting name="PrioritizeIVOverCP" serializeAs="String">
            <value>True</value>
          </setting>
          <setting name="MaxTravelDistanceInMeters" serializeAs="String">
            <value>1000</value>
          </setting>
          <setting name="UseGPXPathing" serializeAs="String">
            <value>False</value>
          </setting>
          <setting name="GPXFile" serializeAs="String">
            <value>GPXFILE.gpx</value>
          </setting>
          <setting name="useLuckyEggsWhileEvolving" serializeAs="String">
            <value>False</value>
          </setting>
          <setting name="NotTransferPokemonsThatCanEvolve" serializeAs="String">
            <value>False</value>
          </setting>
          <setting name="EvolveOnlyPokemonAboveIV" serializeAs="String">
            <value>False</value>
          </setting>
          <setting name="EvolvePokemon" serializeAs="String">
            <value>False</value>
          </setting>
          <setting name="EvolveOnlyPokemonAboveIVValue" serializeAs="String">
            <value>95</value>
          </setting>
          <setting name="TransferPokemon" serializeAs="String">
            <value>True</value>
          </setting>
          <setting name="TransferPokemonKeepDuplicateAmount" serializeAs="String">
            <value>5</value>
          </setting>
        </PokemonGo.RocketAPI.Console.UserSettings>
      </userSettings>
    </configuration>
    I got the same problem, lost a lot good pokemon because this bug:

    [18:43:58] Found 1 Pokemon for Transfer:
    [18:43:59] Vaporeon (CP 1035 | 92.44 % perfect) | (Best: 1280 CP | 96.03 % perfect) | Family Candies: 121

    And if setting "PrioritizeIVOverCP" to false, bot even transfers the pokemon which had over min IV settings

    <setting name="PrioritizeIVOverCP" serializeAs="String">
    <value>False</value>
    Last edited by chiennguyen4499; 07-26-2016 at 07:01 AM.

  6. Thanks WoolF911 (1 members gave Thanks to chiennguyen4499 for this useful post)
  7. #2840
    avin29's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    28
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chiennguyen4499 View Post
    I got the same problem, lost a lot good pokemon because this bug:

    [18:43:58] Found 1 Pokemon for Transfer:
    [18:43:59] Vaporeon (CP 1035 | 92.44 % perfect) | (Best: 1280 CP | 96.03 % perfect) | Family Candies: 121

    And if setting "PrioritizeIVOverCP" to false, bot even transfers the pokemon which had over min IV settings

    <setting name="PrioritizeIVOverCP" serializeAs="String">
    <value>False</value>
    +1 cant do nothing about it

  8. #2841
    kiraen's Avatar Member
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    18
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lkjfds1 View Post
    bot randomly shut down....around 1.5 hr~
    This. My biggest issue atm.

  9. #2842
    Lutze's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spodakek View Post
    The app should update your account level to 22, try signing out and sign in again on the account (make sure you're using the same PTC account of course).
    I'm using the same account but the App doesnt update my Account level. I'll have to say, i am still using the 0.29 beta client, because my smartphone isn't rooted and pokemon is not available for my phone.

    Should i try to create a new Account, log into it, finish the tutorial and start the bot after that?

  10. #2843
    spodakek's Avatar Contributor Authenticator enabled
    Reputation
    98
    Join Date
    Jul 2016
    Posts
    232
    Thanks G/R
    15/86
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lutze View Post
    I'm using the same account but the App doesnt update my Account level. I'll have to say, i am still using the 0.29 beta client, because my smartphone isn't rooted and pokemon is not available for my phone.

    Should i try to create a new Account, log into it, finish the tutorial and start the bot after that?
    I'm guessing it might be an issue with the 0.29 version then, and yes try doing that, let the bot farm a few levels for you and check back in again to see if it's updated.
    Facing problems with your bot? Check out this thread for possible solutions:
    https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html

  11. Thanks Lutze (1 members gave Thanks to spodakek for this useful post)
  12. #2844
    acnl's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Neer and all others, thank you very much for your hard work, much appreciated!

  13. #2845
    hpbaxx's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chiennguyen4499 View Post
    I got the same problem, lost a lot good pokemon because this bug:

    [18:43:58] Found 1 Pokemon for Transfer:
    [18:43:59] Vaporeon (CP 1035 | 92.44 % perfect) | (Best: 1280 CP | 96.03 % perfect) | Family Candies: 121

    And if setting "PrioritizeIVOverCP" to false, bot even transfers the pokemon which had over min IV settings

    <setting name="PrioritizeIVOverCP" serializeAs="String">
    <value>False</value>
    I went back to v1.0 for now, because I prefer having good pokemon over leveling/catching fast.

  14. #2846
    BT12345's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    See picture below. It repeats like this between 3 stops. 3mins each time.
    Is this to be expected?

    Thank you in advance.

    [UPDATED] Pokemon Bot in C# Community Version-owndcore2-jpg

  15. #2847
    wraithbv's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hpbaxx View Post
    I went back to v1.0 for now, because I prefer having good pokemon over leveling/catching fast.
    After level 40 you can catch all the perfect pokemons you want
    The bot is made for leveling not to get the perfect pokemons

  16. #2848
    hpbaxx's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wraithbv View Post
    After level 40 you can catch all the perfect pokemons you want
    The bot is made for leveling not to get the perfect pokemons
    so that must be the reason there are so many options to set for finding perfect pokemons and the reason there's a .csv output listing all your pokemons by perfection then, right?

  17. #2849
    wDzZ's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe I got softbanned for spoofing from my country all the way to US.
    Question is, if I get banned, yet start the bot later on in the location I got banned, can I continue and catch/level up there without getting banned again?

  18. #2850
    yohanasa'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)
    anyway ,somebody got banned for booting like this ?
    [UPDATED] Pokemon Bot in C# Community Version-sadas-jpg

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 09:41 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