8787 build menu

Shout-Out

User Tag List

Thread: 8787 build

Page 95 of 164 FirstFirst ... 45919293949596979899145 ... LastLast
Results 1,411 to 1,425 of 2460
  1. #1411
    ls1991lsok's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cancelled View Post
    If you have this in config:

    "EvolveAllPokemonWithEnoughCandy": true

    Then make sure only these 4 pokemon are under this setting:

    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata"

    It will not evolve any other pokemon if you have those correct.

    Also to catch only dratini, find areas that have a high density of that pokemon and replace these under this setting (locations cycle):

    "PokemonToSnipe": {
    "Locations": [
    {
    "Latitude": 35.6328964,
    "Longitude": 139.8803943
    },
    {
    "Latitude": 40.712784,
    "Longitude": -74.005941
    },
    {
    "Latitude": 38.907192,
    "Longitude": -77.036871
    },
    {
    "Latitude": 37.77493,
    "Longitude": -122.419416
    },
    {
    "Latitude": 52.520007,
    "Longitude": 13.404954
    },
    {
    "Latitude": 51.507351,
    "Longitude": -0.127758
    }
    ],

    These areas do not have many dratini most of the time.

    If you are only doing 'dratini', 'dragonair' etc... then find this setting:

    "TransferDuplicatePokemonOnCapture": false

    and set it to true, it will transfer all pokemon upon capture.

    Hope this helped, ask if you need any more help
    Sorry for troubling you, I still have some questions:

    1.Are you sure it will evolve only those 4 pokemons with the settings:

    "EvolveAllPokemonWithEnoughCandy": true

    and

    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata"

    I am confusing because I used Maclone's Maclone's Community Versions - Compiled, ready to go PokemonGo bots and it evolves every pokemon even I set this in config.

    2.And what does "TransferDuplicatePokemonOnCapture": false actually mean?

    I do not understand what you mean by only doing 'dratini', 'dragonair' etc... (Sorry for my bad English)

    3.And how to use "ItemRecycleFilter"?

    As I set

    {
    "Key": "itemRazzBerry",
    "Value": 250
    },

    It still throws away almost all my RazzBerries and left only about 50 of them (R.I.P)

    8787 build
  2. #1412
    Pulseless's Avatar Corporal
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    newest 6.2 necro and distini config doesnt seem to work to well together?

  3. #1413
    cof1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Jan 2011
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It doesnt catch any pokemons for me, it just visits pokestops..? Whats going on?

  4. #1414
    IamN5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    58
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to run 100 bots, this is all i get: Imgur: The most awesome images on the Internet
    Can someone help me?

  5. #1415
    wst93444's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dammitpogi View Post
    Code:
    "Locations": [
          {
            "Latitude": 40.707897,
            "Longitude": -74.011117
          },
          {
            "Latitude": 40.726854,
            "Longitude": -74.00961
          },
          {
            "Latitude": 40.733917,
            "Longitude": -73.990346
          },
          {
            "Latitude": 40.750955,
            "Longitude": -73.990625
          },
          {
            "Latitude": 40.772929,
            "Longitude": -73.973631
          },
          {
            "Latitude": 40.793512,
            "Longitude": -73.957086
          },
          {
            "Latitude": 40.808888,
            "Longitude": -73.946189
          },
          {
            "Latitude": 40.753705,
            "Longitude": -73.983715
          },
          {
            "Latitude": 40.718794,
            "Longitude": -74.002448
          }
        ],
    These coordinates are within the hot zone on SkipLagged. I've only been using them for 30 minutes now, but I am hovering around the 140 EXP/H. Walking speed is 80 for me and I have my default location set to a local park. Should be able to get a ton more EXP/H with higher walk rate and better default location, but I'm keeping it safe. Once I've got mine running for a good hour I'll post a screencap.
    thx, it's helpful

  6. #1416
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nibaby View Post
    i ran it for 10min , but i only get 88k/H
    i saw it just catches and transfers , not evolve anything
    What is the P/H rate during that 10 minutes? It should be around 350 - 390 ~.

    Now replace

    "EvolveKeptPokemonsAtStorageUsagePercentage": 70.0,

    with:

    "EvolveKeptPokemonsAtStorageUsagePercentage": 12.0,

    It will now evolve every 30 pokemon

    0.12 × 250 = 30, so once it reaches 12 percent, it will transfer when this setting is used. I will be making a proper config very soon. I hope this helped, tell me if you are having other problems I will be glad to help

  7. #1417
    ls1991lsok's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi bros,

    I use Necro v0.62 + 8787's v0.4 and with the following settings but gain only 110k/h

    And my P/H 250-300

    Anyone help me to change some settings?

    {
    "TranslationLanguageCode": "en",
    "AutoUpdate": false,
    "TransferConfigAndAuthOnUpdate": true,
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 10,
    "ShowPokeballCountsBeforeRecycle": true,
    "AutomaticallyLevelUpPokemon": false,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 5000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "DisableHumanWalking": true,
    "DefaultAltitude": 10.0,
    "DefaultLatitude": 37.788006,
    "DefaultLongitude": -122.40744,
    "WalkingSpeedInKilometerPerHour": 80.0,
    "MaxSpawnLocationOffset": 10,
    "DelayBetweenPlayerActions": 1,
    "DelayBetweenPokemonCatch": 1,
    "DumpPokemonStats": true,
    "EvolveAboveIvValue": 1.0,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAllPokemonWithEnoughCandy": true,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 2500,
    "KeepMinIvPercentage": 100.0,
    "KeepMinOperator": "and",
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX",
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 90.0,
    "UseEggIncubators": true,
    "UseLuckyEggConstantly": false,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": false,
    "UseIncenseConstantly": false,
    "UseBerriesMinCp": 0,
    "UseBerriesMinIv": 0.0,
    "UseBerriesBelowCatchProbability": 0.0,
    "UseBerriesOperator": "and",
    "UseSnipeOnlineLocationServer": false,
    "UseSnipeLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "MinPokeballsToSnipe": 100,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 10000,
    "SnipingScanOffset": 0.013,
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": true,
    "RenameTemplate": "{1}_{0}",
    "MaxPokeballsPerPokemon": 6,
    "MaxTravelDistanceInMeters": 3000,
    "TotalAmountOfPokeballsToKeep": 400,
    "TotalAmountOfPotionsToKeep": 40,
    "TotalAmountOfRevivesToKeep": 0,
    "TotalAmountOfBerriesToKeep": 200,
    "UseGreatBallAboveCp": 750,
    "UseUltraBallAboveCp": 1000,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 80,
    "UseUltraBallAboveIv": 90,
    "UseGreatBallBelowCatchProbability": 0.0,
    "UseUltraBallBelowCatchProbability": 0.0,
    "UseMasterBallBelowCatchProbability": 0.0,
    "TransferWeakPokemon": false,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": false,
    "FavoriteMinIvPercentage": 95.0,
    "AutoFavoritePokemon": false,
    "UsePokemonToNotCatchFilter": true,
    "UsePokemonSniperFilterOnly": false,
    "WebSocketPort": 14251,
    "ItemRecycleFilter": [
    {
    "Key": "itemUnknown",
    "Value": 0
    },
    {
    "Key": "itemLuckyEgg",
    "Value": 200
    },
    {
    "Key": "itemIncenseOrdinary",
    "Value": 100
    },
    {
    "Key": "itemIncenseSpicy",
    "Value": 100
    },
    {
    "Key": "itemIncenseCool",
    "Value": 100
    },
    {
    "Key": "itemIncenseFloral",
    "Value": 100
    },
    {
    "Key": "itemTroyDisk",
    "Value": 100
    },
    {
    "Key": "itemXAttack",
    "Value": 100
    },
    {
    "Key": "itemXDefense",
    "Value": 100
    },
    {
    "Key": "itemXMiracle",
    "Value": 100
    },
    {
    "Key": "itemRazzBerry",
    "Value": 200
    },
    {
    "Key": "itemBlukBerry",
    "Value": 10
    },
    {
    "Key": "itemNanabBerry",
    "Value": 10
    },
    {
    "Key": "itemWeparBerry",
    "Value": 30
    },
    {
    "Key": "itemPinapBerry",
    "Value": 30
    },
    {
    "Key": "itemSpecialCamera",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasicUnlimited",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasic",
    "Value": 100
    },
    {
    "Key": "itemPokemonStorageUpgrade",
    "Value": 1000
    },
    {
    "Key": "itemItemStorageUpgrade",
    "Value": 100
    }
    ],
    "PokemonsNotToTransfer": [
    "mewtwo",
    "mew",
    "dragonite",
    "snorlax",
    "lapras"
    ],
    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata"
    ],
    "PokemonsToIgnore": [
    "bulbasaur",
    "ivysaur",
    "venusaur",
    "charmander",
    "charmeleon",
    "charizard",
    "squirtle",
    "wartortle",
    "blastoise",
    "caterpie",
    "metapod",
    "butterfree",
    "weedle",
    "kakuna",
    "beedrill",
    "pidgey",
    "pidgeotto",
    "pidgeot",
    "rattata",
    "raticate",
    "spearow",
    "fearow",
    "ekans",
    "arbok",
    "pikachu",
    "raichu",
    "sandshrew",
    "sandslash",
    "nidorina",
    "nidoqueen",
    "nidorino",
    "nidoking",
    "clefairy",
    "clefable",
    "vulpix",
    "ninetales",
    "jigglypuff",
    "wigglytuff",
    "zubat",
    "golbat",
    "oddish",
    "gloom",
    "vileplume",
    "paras",
    "parasect",
    "venonat",
    "venomoth",
    "diglett",
    "dugtrio",
    "meowth",
    "persian",
    "psyduck",
    "golduck",
    "mankey",
    "primeape",
    "growlithe",
    "arcanine",
    "poliwag",
    "poliwhirl",
    "poliwrath",
    "abra",
    "kadabra",
    "alakazam",
    "machop",
    "machoke",
    "machamp",
    "bellsprout",
    "weepinbell",
    "victreebel",
    "tentacool",
    "tentacruel",
    "geodude",
    "graveler",
    "golem",
    "ponyta",
    "rapidash",
    "slowpoke",
    "slowbro",
    "magnemite",
    "magneton",
    "doduo",
    "dodrio",
    "seel",
    "dewgong",
    "grimer",
    "muk",
    "shellder",
    "cloyster",
    "gastly",
    "haunter",
    "gengar",
    "onix",
    "drowzee",
    "hypno",
    "krabby",
    "kingler",
    "voltorb",
    "electrode",
    "exeggcute",
    "exeggutor",
    "cubone",
    "marowak",
    "hitmonlee",
    "hitmonchan",
    "lickitung",
    "koffing",
    "weezing",
    "rhyhorn",
    "rhydon",
    "chansey",
    "tangela",
    "kangaskhan",
    "horsea",
    "seadra",
    "goldeen",
    "seaking",
    "staryu",
    "starmie",
    "scyther",
    "jynx",
    "electabuzz",
    "magmar",
    "pinsir",
    "tauros",
    "magikarp",
    "gyarados",
    "lapras",
    "ditto",
    "eevee",
    "vaporeon",
    "jolteon",
    "flareon",
    "porygon",
    "omanyte",
    "omastar",
    "kabuto",
    "kabutops",
    "aerodactyl",
    "snorlax",
    "articuno",
    "zapdos",
    "moltres",
    "dratini",
    "dragonair",
    "dragonite",
    "mewtwo",
    "mew"
    ],
    "PokemonsTransferFilter": {
    "Mewtwo": {
    "KeepMinCp": 2500,
    "KeepMinIvPercentage": 100.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    }
    },
    "PokemonToSnipe": {
    "Locations": [
    {
    "Latitude": 35.6328964,
    "Longitude": 139.8803943
    },
    {
    "Latitude": 40.712784,
    "Longitude": -74.005941
    },
    {
    "Latitude": 38.907192,
    "Longitude": -77.036871
    },
    {
    "Latitude": 37.77493,
    "Longitude": -122.419416
    },
    {
    "Latitude": 52.520007,
    "Longitude": 13.404954
    },
    {
    "Latitude": 51.507351,
    "Longitude": -0.127758
    }
    ],
    "Pokemon": [
    "caterpie",
    "weedle",
    "pidgey"
    ]
    },
    "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
    ]
    }

  8. #1418
    LeMonkey's Avatar Member
    Reputation
    2
    Join Date
    Nov 2010
    Posts
    10
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont know what I did, but was all working fine but suddenly some of my bots have started pisting this
    Code:
    [02:46:28] [Evolves] Potential Evolves: 0False
    [02:46:34] [Evolves] Potential Evolves: 0False
    [02:46:41] [Evolves] Potential Evolves: 0False
    [02:46:47] [Evolves] Potential Evolves: 0False
    [02:46:54] [Evolves] Potential Evolves: 0False
    [02:47:02] [Evolves] Potential Evolves: 0False
    [02:47:06] [Evolves] Potential Evolves: 0False
    Over and over, when they all have identical settings other than the auth

  9. #1419
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ls1991lsok View Post
    Sorry for troubling you, I still have some questions:

    1.Are you sure it will evolve only those 4 pokemons with the settings:

    "EvolveAllPokemonWithEnoughCandy": true

    and

    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata"

    I am confusing because I used Maclone's Maclone's Community Versions - Compiled, ready to go PokemonGo bots and it evolves every pokemon even I set this in config.

    2.And what does "TransferDuplicatePokemonOnCapture": false actually mean?

    I do not understand what you mean by only doing 'dratini', 'dragonair' etc... (Sorry for my bad English)

    3.And how to use "ItemRecycleFilter"?

    As I set

    {
    "Key": "itemRazzBerry",
    "Value": 250
    },

    It still throws away almost all my RazzBerries and left only about 50 of them (R.I.P)
    1. Yes, through my experience it has never evolved anything other than those 4 pokemon while ( "EvolveAllPokemonWithEnoughCandy": true ) aswell as ( "PokemonsToEvolve": ["caterpie","weedle","pidgey","rattata" ). Just ensure you have those 4 pokemon.

    2. ( "TransferDuplicatePokemonOnCapture": false ) means for every extra/duplicate dratini you catch, each will be transferred upon capture when set to 'true'

    3. Remove one of the current filtered items and use the same or lower quantity, example: remove all of these from config:
    "Key": "itemIncubatorBasicUnlimited",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasic",
    "Value": 100
    },
    {
    "Key": "itemPokemonStorageUpgrade",
    "Value": 100
    },
    {
    "Key": "itemItemStorageUpgrade",
    "Value": 100

    and now replace it with the amount up to 399 "Key": "itemRazzBerry", the filter has an item limit, that is why it does this.

    Hope this helps

  10. Thanks nibaby (1 members gave Thanks to cancelled for this useful post)
  11. #1420
    katsuz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats everyones xp per hour? im getting 80-100k because its having issues finding pokemon. Using the v0.4 release

  12. #1421
    nibaby's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cancelled View Post
    What is the P/H rate during that 10 minutes? It should be around 350 - 390 ~.

    Now replace

    "EvolveKeptPokemonsAtStorageUsagePercentage": 70.0,

    with:

    "EvolveKeptPokemonsAtStorageUsagePercentage": 12.0,

    It will now evolve every 30 pokemon

    0.12 × 250 = 30, so once it reaches 12 percent, it will transfer when this setting is used. I will be making a proper config very soon. I hope this helped, tell me if you are having other problems I will be glad to help
    13min passed
    i got around 500k/H now and 300P/H
    thank you so much for your help <3

  13. #1422
    Blaenth's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by katsuz View Post
    Whats everyones xp per hour? im getting 80-100k because its having issues finding pokemon. Using the v0.4 release
    Mine is 140-150k since I changed some locations, before It was 90-110k, I'm using v0.4 too

  14. #1423
    dammitpogi's Avatar Corporal
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cof1 View Post
    It doesnt catch any pokemons for me, it just visits pokestops..? Whats going on?
    Default config is set up to ignore all wilds. It will begin to catch Pokemon through the sniping mechanic. This is to save time which in turn boosts your Pokemon caught per Hour. The point where it will begin catching is determined by this line in the config.

    Code:
    "MinPokeballsToSnipe": 200

  15. #1424
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nibaby View Post
    13min passed
    i got around 500k/H now and 300P/H
    thank you so much for your help <3
    No problem! Just add a thanks to my post so other people know that it's credible information, if you need any more help just ask me

  16. Thanks nibaby (1 members gave Thanks to cancelled for this useful post)
  17. #1425
    Munaroh's Avatar Sergeant Major
    Reputation
    22
    Join Date
    Jul 2016
    Posts
    149
    Thanks G/R
    33/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cancelled View Post
    What is the P/H rate during that 10 minutes? It should be around 350 - 390 ~.

    Now replace

    "EvolveKeptPokemonsAtStorageUsagePercentage": 70.0,

    with:

    "EvolveKeptPokemonsAtStorageUsagePercentage": 12.0,

    It will now evolve every 30 pokemon

    0.12 × 250 = 30, so once it reaches 12 percent, it will transfer when this setting is used. I will be making a proper config very soon. I hope this helped, tell me if you are having other problems I will be glad to help
    Hi bro can u compile your bot and ur configs too rar file? Just delete auth. Json thanks you so much

Similar Threads

  1. [Release] Cancelled's 8787 build revision for Necrobot 0.7.0+, maximum efficiency changes
    By cancelled in forum Pokemon GO Hacks|Cheats
    Replies: 74
    Last Post: 08-09-2016, 01:15 AM
  2. [How-To] 8787 build complete compiled help/fixes thread, find a fix for any problem here
    By cancelled in forum Pokemon GO Hacks|Cheats
    Replies: 178
    Last Post: 08-08-2016, 09:14 AM
  3. Home-style Skiplagged for Necro+8787's build... How to??
    By DrDuckling in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 08-01-2016, 02:26 PM
  4. Rouge: Talent Builds
    By oninuva in forum World of Warcraft Guides
    Replies: 3
    Last Post: 10-22-2006, 11:32 AM
  5. [Guide] Build Your Ultimate Pet
    By Cypher in forum World of Warcraft Guides
    Replies: 2
    Last Post: 05-13-2006, 08:22 AM
All times are GMT -5. The time now is 05:23 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