Necronomicon's Version of FeroxRev's Bot menu

User Tag List

Page 9 of 66 FirstFirst ... 567891011121359 ... LastLast
Results 121 to 135 of 976
  1. #121
    Subversion2's Avatar Contributor
    Reputation
    108
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    68/41
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PandaJunior View Post
    leaveStrongest - transfers all but the highest CP pokemon of each type SPECIFIED IN program.cs (those that aren't specified are untouched)

    SPECIFIED IN program.cs
    we have 2 list in program.cs

    which one?
    in TransferAllButStrongestUnwantedPokemon or in TransferAllWeakPokemon?
    thx

    just use this list

    Code:
                    PokemonId.Squirtle,
                    PokemonId.Caterpie,
                    PokemonId.Metapod,
                    PokemonId.Weedle,
                    PokemonId.Kakuna,
                    PokemonId.Beedrill,
                    PokemonId.Pidgeot,
                    PokemonId.Raticate,
                    PokemonId.Fearow,
                    PokemonId.Sandshrew,
                    PokemonId.Pidgey,
                    PokemonId.Rattata,
                    PokemonId.Weedle,
                    PokemonId.Zubat,
                    PokemonId.Caterpie,
                    PokemonId.Pidgeotto,
                    PokemonId.NidoranMale,
                    PokemonId.Nidorina,
                    PokemonId.NidoranFemale,
                    PokemonId.Clefary,
                    PokemonId.Clefable,
                    PokemonId.Vulpix,
                    PokemonId.Jigglypuff,
                    PokemonId.Wigglytuff,
                    PokemonId.Golbat,
                    PokemonId.Oddish,
                    PokemonId.Gloom,
                    PokemonId.Parasect,
                    PokemonId.Paras,
                    PokemonId.Venonat,
                    PokemonId.Venomoth,
                    PokemonId.Diglett,
                    PokemonId.Meowth,
                    PokemonId.Mankey,
                    PokemonId.Psyduck,
                    PokemonId.Growlithe,
                    PokemonId.Abra,
                    PokemonId.Poliwag,
                    PokemonId.Machop,
                    PokemonId.Bellsprout,
                    PokemonId.Tentacool,
                    PokemonId.Tentacruel,
                    PokemonId.Geoduge,
                    PokemonId.Ponyta,
                    PokemonId.Slowpoke,
                    PokemonId.Magnemite,
                    PokemonId.Doduo,
                    PokemonId.Seel,
                    PokemonId.Shellder,
                    PokemonId.Onix,
                    PokemonId.Drowzee,
                    PokemonId.Gastly,
                    PokemonId.Krabby,
                    PokemonId.Exeggcute,
                    PokemonId.Koffing,
                    PokemonId.Rhyhorn,
                    PokemonId.Tangela,
                    PokemonId.Horsea,
                    PokemonId.Goldeen,
                    PokemonId.Staryu,
                    PokemonId.Magikarp,
                    PokemonId.Eevee,
                    PokemonId.Dratini,
                    PokemonId.Voltorb,
                    PokemonId.Spearow

    Necronomicon's Version of FeroxRev's Bot
  2. #122
    Magoogle's Avatar Member
    Reputation
    2
    Join Date
    Jan 2014
    Posts
    15
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    holy shit people please check server status..

    https://go.jooas.com/

    The servers are down shit is not gonna work..

    the cp and other settings were moved to app.config

    <add key="TransferType" value="leaveStrongest"/><!--cp/leaveStrongest/duplicate/all cp with 0 threshold trasnfers nothing. Whitelists/blackslists for each type is in Program.cs-->
    <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->

    Change the value of tranfertype to the one you want listed in the comment section of the code. I changed mine from cp to leavestrongest.

    Read through the code and you will figure it out.

  3. #123
    hardell's Avatar Member
    Reputation
    11
    Join Date
    Mar 2016
    Posts
    68
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by murumuru View Post
    Is there a way to leave multiple strongest pokemons from one type?
    Not at the moment, sorry.

  4. #124
    BahaStriker's Avatar Member Authenticator enabled
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should edit AssemblyInfo.cs to get the auto update working
    I kept extracting the zip on each modification xD

  5. #125
    excitedguy's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    17
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerospec0 View Post
    lmao, All of the stuff here is pretty foreign to me. Can you help me?
    You should probably start at this thread first before attempting this version.

    http://www.ownedcore.com/forums/poke...g-pokemon.html (C# Bot for Farming Pokestops & Catching Pokemon)

  6. Thanks Subversion2 (1 members gave Thanks to excitedguy for this useful post)
  7. #126
    Magoogle's Avatar Member
    Reputation
    2
    Join Date
    Jan 2014
    Posts
    15
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also found a accidental comment on line 517 of program.cs

    PokemonID.Eevee//,

    should be PokemonID.Eevee,
    I think dont it makes any difference but thought I would let you know.

    Thanks again for the work!!
    Last edited by Magoogle; 07-20-2016 at 07:15 PM. Reason: spelled Eevee wrong

  8. #127
    celbii's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Getting this error trying to build it.
    1>------ Build started: Project: PokemonGo.RocketAPI.Console, Configuration: Debug Any CPU ------
    1>C:\Users\Z\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Settings.cs(12,29,12,38): error CS0535: 'Settings' does not implement interface member 'ISettings.EvolveAllGivenPokemons.set'
    1>C:\Users\Z\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Settings.cs(12,29,12,38): error CS0535: 'Settings' does not implement interface member 'ISettings.TransferAllButStrongestUnwantedPokemon'
    1>C:\Users\Z\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Settings.cs(12,29,12,38): error CS0535: 'Settings' does not implement interface member 'ISettings.TransferAllGivenPokemons'
    1>C:\Users\Z\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Settings.cs(12,29,12,38): error CS0535: 'Settings' does not implement interface member 'ISettings.TransferDuplicatePokemon'
    ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========

  9. #128
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please add this option

    farm pokemon instead of pokestops

    so it can do a grid cell search in a loop like scan 10 km radius

    ty

  10. #129
    Jelle86's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Subversion2 View Post
    just use this list

    Code:
                    PokemonId.Squirtle,
                    PokemonId.Caterpie,
                    PokemonId.Metapod,
                    PokemonId.Weedle,
                    PokemonId.Kakuna,
                    PokemonId.Beedrill,
                    PokemonId.Pidgeot,
                    PokemonId.Raticate,
                    PokemonId.Fearow,
                    PokemonId.Sandshrew,
                    PokemonId.Pidgey,
                    PokemonId.Rattata,
                    PokemonId.Weedle,
                    PokemonId.Zubat,
                    PokemonId.Caterpie,
                    PokemonId.Pidgeotto,
                    PokemonId.NidoranMale,
                    PokemonId.Nidorina,
                    PokemonId.NidoranFemale,
                    PokemonId.Clefairy,
                    PokemonId.Clefable,
                    PokemonId.Vulpix,
                    PokemonId.Jigglypuff,
                    PokemonId.Wigglytuff,
                    PokemonId.Golbat,
                    PokemonId.Oddish,
                    PokemonId.Gloom,
                    PokemonId.Parasect,
                    PokemonId.Paras,
                    PokemonId.Venonat,
                    PokemonId.Venomoth,
                    PokemonId.Diglett,
                    PokemonId.Meowth,
                    PokemonId.Mankey,
                    PokemonId.Psyduck,
                    PokemonId.Growlithe,
                    PokemonId.Abra,
                    PokemonId.Poliwag,
                    PokemonId.Machop,
                    PokemonId.Bellsprout,
                    PokemonId.Tentacool,
                    PokemonId.Tentacruel,
                    PokemonId.Geodude,
                    PokemonId.Ponyta,
                    PokemonId.Slowpoke,
                    PokemonId.Magnemite,
                    PokemonId.Doduo,
                    PokemonId.Seel,
                    PokemonId.Shellder,
                    PokemonId.Onix,
                    PokemonId.Drowzee,
                    PokemonId.Gastly,
                    PokemonId.Krabby,
                    PokemonId.Exeggcute,
                    PokemonId.Koffing,
                    PokemonId.Rhyhorn,
                    PokemonId.Tangela,
                    PokemonId.Horsea,
                    PokemonId.Goldeen,
                    PokemonId.Staryu,
                    PokemonId.Magikarp,
                    PokemonId.Eevee,
                    PokemonId.Dratini,
                    PokemonId.Voltorb,
                    PokemonId.Spearow
    *just fixed the two typos that were giving an error when starting.

  11. Thanks Subversion2 (1 members gave Thanks to Jelle86 for this useful post)
  12. #130
    hyperlolo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by buye View Post
    Where it says <add key="GoogleRefreshToken" value="0"/>

    0 produces no code
    This produces an error for me in cmd prompt. However reading future posts, I learned that you have to change it to Ptc in both apps.config and settings.cs this seems to work as I do not get the auth code anymore and it retries connection

  13. #131
    hardell's Avatar Member
    Reputation
    11
    Join Date
    Mar 2016
    Posts
    68
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Magoogle View Post
    Also found a accidental comment on line 517 of program.cs

    PokemonID.Eevee//,

    should be PokemonID.Eevee,
    I think dont it makes any difference but thought I would let you know.

    Thanks again for the work!!
    You can't have a coma after the last element in the list, that's why it's commented out.

  14. #132
    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 excitedguy View Post
    You should probably start at this thread first before attempting this version.

    http://www.ownedcore.com/forums/poke...g-pokemon.html (C# Bot for Farming Pokestops & Catching Pokemon)
    Okay so I read through it and it seems like I need some kind of visual studio thing to open it ...but on windows? I downloaded the GUI version and couldn't even open the .exe in wine/crossover. The api files I have no clue how to use.

    AHHHHH when did trying to hack games become so difficult

  15. #133
    uploader619's Avatar Knight
    Reputation
    65
    Join Date
    Jul 2016
    Posts
    219
    Thanks G/R
    13/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerospec0 View Post
    Is it possible to run this on a mac? Seems like almost nothing here can run on my mac haha.
    sell your mac buy windows problem solved

  16. #134
    hardell's Avatar Member
    Reputation
    11
    Join Date
    Mar 2016
    Posts
    68
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hyperlolo View Post
    This produces an error for me in cmd prompt. However reading future posts, I learned that you have to change it to Ptc in both apps.config and settings.cs this seems to work as I do not get the auth code anymore and it retries connection
    With the latest version, you shouldn't ever have to open Settings.cs and all the settings are in app.config. It was a bug that you had to change it in the other file as well that was fixed already. Sorry about that.

  17. #135
    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 uploader619 View Post
    sell your mac buy windows problem solved
    Do you have any less expensive solutions haha?

Page 9 of 66 FirstFirst ... 567891011121359 ... LastLast

Similar Threads

  1. [Question] Editing console output (with FeroxRev's bot)
    By Zexpeo in forum Pokemon GO Chat
    Replies: 0
    Last Post: 07-22-2016, 01:55 PM
  2. Mac OS X BG Bot version 2.0.X
    By Valmilu in forum World of Warcraft Bots and Programs
    Replies: 30
    Last Post: 02-10-2007, 11:39 AM
  3. 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
  4. [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:19 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