[UPDATED] Pokemon Bot in C# Community Version menu

User Tag List

Page 50 of 229 FirstFirst ... 464748495051525354100150 ... LastLast
Results 736 to 750 of 3427
  1. #736
    Smoshi's Avatar Member
    Reputation
    3
    Join Date
    Apr 2007
    Posts
    59
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KefkaBot View Post
    That's why you use leaveStrongest and the UnwantedPokemonTypes list.

    First post:
    Of course. But unfortunately, the pokemon list is tiny so you're left with a bunch of duplicate pokemon you have to manually transfer. Any attempts to add PokemonIds gave me errors.

    [UPDATED] Pokemon Bot in C# Community Version
  2. #737
    Acrono's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for this everyone. Is there a way to make it discard potions and revives?

  3. #738
    Nou4r's Avatar Knight
    Reputation
    62
    Join Date
    Jul 2016
    Posts
    202
    Thanks G/R
    34/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by artleyz View Post
    are we able to run more than one instance of the bot at a time?
    can someone please answer this message?!

  4. #739
    akuros123's Avatar Member
    Reputation
    5
    Join Date
    May 2016
    Posts
    27
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    all time Pokeballs means I have so I can not really pokemon? the pokestop not give Pokeballs?

  5. #740
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nou4r View Post
    can someone please answer this message?!
    you need to read through at least once man, I would send you back to read but I hate when people just waste time to post to tell you that

    Yes you can run more than one instance, just copy and paste the folder, works like a charm

  6. #741
    b88dra's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by akuros123 View Post


    all time Pokeballs means I have so I can not really pokemon? the pokestop not give Pokeballs?
    you got softbanned 1 hour brother

  7. Thanks akuros123 (1 members gave Thanks to b88dra for this useful post)
  8. #742
    zerospec0's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    348
    Thanks G/R
    21/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by akuros123 View Post


    all time Pokeballs means I have so I can not really pokemon? the pokestop not give Pokeballs?
    you have been soft banned

  9. #743
    Dim_57's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dim_57 View Post
    How to transfer all the Pokemon in double (or more) except Magikarp and "Eevee"?
    I tried this but it gave me any transfer :/
    <TransferType>duplicate</TransferType> <!-- none/cp/leaveStrongest/duplicate/all -->
    <TransferCPThreshold>300</TransferCPThreshold> <!-- Transfer pokemon with CP less than this value if cp transfer type is selected -->
    <DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
    <PokemonId>Magikarp</PokemonId>
    <PokemonId>Eevee</PokemonId>
    </DoNotTransfer>
    <PokestopDelay>15000</PokestopDelay>
    Help ? I badly understand the explanations of the first message on this part

  10. #744
    EETEE's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    46
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <?xml version="1.0" encoding="utf-16"?>
    <UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <AuthType>Google</AuthType> <!-- Google/Ptc -->
    <DefaultLatitude>40.764871</DefaultLatitude>
    <DefaultLongitude>-73.972722</DefaultLongitude>
    <GoogleRefreshToken>HIDDEN</GoogleRefreshToken>
    <PtcPassword>pw</PtcPassword>
    <PtcUsername>username</PtcUsername>
    <EvolveAllGivenPokemons>false</EvolveAllGivenPokemons>
    <TransferType>leaveStrongest</TransferType>
    <TransferCPThreshold>210</TransferCPThreshold>
    <DoNotTransfer>

    </DoNotTransfer>
    <UnwantedPokemonTypes>
    <PokemonId>Pidgey</PokemonId>
    <PokemonId>Rattata</PokemonId>
    <PokemonId>Weedle</PokemonId>
    <PokemonId>Zubat</PokemonId>
    <PokemonId>Caterpie</PokemonId>
    <PokemonId>Pidgeotto</PokemonId>
    <PokemonId>NidoranFemale</PokemonId>
    <PokemonId>Paras</PokemonId>
    <PokemonId>Venonat</PokemonId>
    <PokemonId>Psyduck</PokemonId>
    <PokemonId>Poliwag</PokemonId>
    <PokemonId>Slowpoke</PokemonId>
    <PokemonId>Drowzee</PokemonId>
    <PokemonId>Gastly</PokemonId>
    <PokemonId>Goldeen</PokemonId>
    <PokemonId>Staryu</PokemonId>
    <PokemonId>Magikarp</PokemonId>
    <PokemonId>Clefairy</PokemonId>
    <PokemonId>Eevee</PokemonId>
    <PokemonId>Tentacool</PokemonId>
    <PokemonId>Dratini</PokemonId>
    <PokemonId>Ekans</PokemonId>
    <PokemonId>Jynx</PokemonId>
    <PokemonId>Lickitung</PokemonId>
    <PokemonId>Spearow</PokemonId>
    <PokemonId>NidoranFemale</PokemonId>
    <PokemonId>NidoranMale</PokemonId>
    </UnwantedPokemonTypes>
    <PokestopDelay>15000</PokestopDelay>
    </UserSettingsXml>







    Does everything look okay here?

  11. #745
    Alt3Red'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)
    Originally Posted by Nou4r View Post
    can someone please answer this message?!
    not of the same account but you can run multiple accounts by just rename the folder.

  12. #746
    helimeasles's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    38
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Acrono View Post
    Thank you for this everyone. Is there a way to make it discard potions and revives?
    No, and I doubt there will be anytime soon.
    Use Ferox's bot instead. It has great user support, frequent updates and many features (including throwing useless stuff away).
    https://github.com/FeroxRev/Pokemon-Go-Rocket-API
    http://www.ownedcore.com/forums/poke...ot-thread.html
    Last edited by helimeasles; 07-21-2016 at 05:25 PM.

  13. #747
    Enviousz's Avatar Member
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    53
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get the "Unexpected stop? restarting in 20 seconds" as soon as i start it... ANY HELP?

  14. #748
    Nou4r's Avatar Knight
    Reputation
    62
    Join Date
    Jul 2016
    Posts
    202
    Thanks G/R
    34/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by akuros123 View Post


    all time Pokeballs means I have so I can not really pokemon? the pokestop not give Pokeballs?
    You you have to many pokemos, get rid of some of them.

  15. #749
    SirBotAloT's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So in the user file where to i copy and past in this http://pastebin.com/raw/LBSh9ahQ ? since i dont really know how xD and are new to this xD :confused:

  16. #750
    KefkaBot's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Sep 2013
    Posts
    663
    Thanks G/R
    51/80
    Trade Feedback
    38 (95%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nou4r View Post
    You you have to many pokemos, get rid of some of them.
    MM no, it was a soft ban because he wasn't getting xp from the pokestops.

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 06:44 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