8787 build menu

User Tag List

Thread: 8787 build

Page 113 of 164 FirstFirst ... 1363109110111112113114115116117163 ... LastLast
Results 1,681 to 1,695 of 2460
  1. #1681
    Firegone's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    286
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Distiny View Post
    if you use the latest I posted it works properly, unless you don't have any lucky eggs left

    Zippyshare.com - NecroBot_Distiny_Fix 2.0.rar
    Hey there,

    1 I must ask you, what have you modified and are these necessary fixes? If so, have you provided a bugreport so these get fixed?
    2 Which version of NecroBot is this being based on?
    3 The most important one :-) Could you provide source? Due to obvious reasons one should not use precompiled stuff. Sure one could look into it via dotPeek, but full source is easier to handle

    thanks in advance

    8787 build
  2. #1682
    Ninikaka23'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 Distiny View Post
    ask in another thread, this is purely to farm common pokemons to level up fast.

    The snipe coords are based on the pidgey's, rattata's etc, not on rares.
    can you help me make config to chach only 2k+ cp pokemon please <3

  3. #1683
    Afif's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    24/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After 1 hour , Does the P/H value should be at that range ? Or it should be more higher?


  4. #1684
    oriisking's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    54
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to tell the bot to transfer all duplicates below XXCP?
    Lets say i have 3 Snorlaxes, a 2100 one, a 1900 one and a 2300 one, and i tell the bot to transfer all the duplicates below 2000 so it will transfer only the 1900 one. Is it possible?

  5. #1685
    BitzLeon's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oriisking View Post
    Is there a way to tell the bot to transfer all duplicates below XXCP?
    Lets say i have 3 Snorlaxes, a 2100 one, a 1900 one and a 2300 one, and i tell the bot to transfer all the duplicates below 2000 so it will transfer only the 1900 one. Is it possible?
    Add this to your transfer filter: (PokemonsTransferFilter)
    Code:
    "Snorlax": {
          "KeepMinCp": 2000,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
    And set "RenamePokemon" to false

  6. #1686
    Gazwal86's Avatar Member
    Reputation
    4
    Join Date
    Aug 2016
    Posts
    21
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using Distiny config, and im only getting 92 pokemon/hr whats the issue, i've been running for 45 mins and getting 100k/hr heres to config....

    {
    "TranslationLanguageCode": "en",
    "AutoUpdate": false,
    "TransferConfigAndAuthOnUpdate": true,
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 30,
    "ShowPokeballCountsBeforeRecycle": true,
    "AutomaticallyLevelUpPokemon": false,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 5000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "DisableHumanWalking": true,
    "DefaultAltitude": 10.0,
    "DefaultLatitude": 59.3326954411425,
    "DefaultLongitude": 18.0754787455711,
    "WalkingSpeedInKilometerPerHour": 100.0,
    "MaxSpawnLocationOffset": 10,
    "DelayBetweenPlayerActions": 1,
    "DelayBetweenPokemonCatch": 1,
    "DumpPokemonStats": true,
    "EvolveAboveIvValue": 1.0,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAllPokemonWithEnoughCandy": true,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 50.0,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 2500,
    "KeepMinIvPercentage": 95.0,
    "KeepMinOperator": "or",
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX",
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 85.0,
    "UseEggIncubators": true,
    "UseLuckyEggConstantly": true,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": true,
    "UseIncenseConstantly": false,
    "UseBerriesMinCp": 1000,
    "UseBerriesMinIv": 90.0,
    "UseBerriesBelowCatchProbability": 0.2,
    "UseBerriesOperator": "and",
    "UseSnipeOnlineLocationServer": false,
    "UseSnipeLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "MinPokeballsToSnipe": 60,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 10000,
    "SnipingScanOffset": 0.9,
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": true,
    "RenameTemplate": "{1}_{0}",
    "MaxPokeballsPerPokemon": 6,
    "MaxTravelDistanceInMeters": 1000,
    "TotalAmountOfPokeballsToKeep": 120,
    "TotalAmountOfPotionsToKeep": 20,
    "TotalAmountOfRevivesToKeep": 20,
    "TotalAmountOfBerriesToKeep": 50,
    "UseGreatBallAboveCp": 1000,
    "UseUltraBallAboveCp": 1250,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 85,
    "UseUltraBallAboveIv": 95,
    "UseGreatBallBelowCatchProbability": 0.2,
    "UseUltraBallBelowCatchProbability": 0.1,
    "UseMasterBallBelowCatchProbability": 0.05,
    "TransferWeakPokemon": false,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": true,
    "FavoriteMinIvPercentage": 95.0,
    "AutoFavoritePokemon": false,
    "UsePokemonToNotCatchFilter": true,
    "UsePokemonSniperFilterOnly": true,
    "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": "itemSpecialCamera",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasicUnlimited",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasic",
    "Value": 100
    },
    {
    "Key": "itemPokemonStorageUpgrade",
    "Value": 100
    },
    {
    "Key": "itemItemStorageUpgrade",
    "Value": 100
    }
    ],
    "PokemonsNotToTransfer": [
    "venusaur",
    "charizard",
    "blastoise",
    "clefable",
    "muk",
    "chansey",
    "gyarados",
    "ditto",
    "snorlax",
    "articuno",
    "zapdos",
    "moltres",
    "dragonite",
    "mewtwo",
    "mew"
    ],
    "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": {
    "Golduck": {
    "KeepMinCp": 1800,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Farfetchd": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Krabby": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Kangaskhan": {
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 60.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Horsea": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Staryu": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "MrMime": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 40.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Scyther": {
    "KeepMinCp": 1800,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Jynx": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Electabuzz": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Magmar": {
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Pinsir": {
    "KeepMinCp": 1800,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Tauros": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Magikarp": {
    "KeepMinCp": 200,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Gyarados": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Lapras": {
    "KeepMinCp": 1800,
    "KeepMinIvPercentage": 80.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Eevee": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 95.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Vaporeon": {
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Jolteon": {
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Flareon": {
    "KeepMinCp": 1500,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Porygon": {
    "KeepMinCp": 1250,
    "KeepMinIvPercentage": 60.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Snorlax": {
    "KeepMinCp": 2600,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    },
    "Dragonite": {
    "KeepMinCp": 2600,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": [],
    "KeepMinOperator": "or"
    }
    },
    "PokemonToSnipe": {
    "Locations": [
    {
    "Latitude": -33.879889,
    "Longitude": 151.202436
    },
    {
    "Latitude": -6.215975,
    "Longitude": 106.779162
    },
    {
    "Latitude": 40.706522,
    "Longitude": -74.011854
    },
    {
    "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": 52.059407,
    "Longitude": 4.543556
    },
    {
    "Latitude": 52.285236,
    "Longitude": 4.766703
    },
    {
    "Latitude": 51.543581,
    "Longitude": 0.114207
    },
    {
    "Latitude": 51.496736,
    "Longitude": -0.138073
    },
    {
    "Latitude": -6.190692,
    "Longitude": 106.823599
    },
    {
    "Latitude": 51.507351,
    "Longitude": -0.127758
    }
    ],
    "Pokemon": [
    "caterpie",
    "weedle",
    "pidgey"
    ]
    },
    "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
    ]
    }

  7. #1687
    Distiny's Avatar Site Donator Cheat or Die!
    Reputation
    170
    Join Date
    Nov 2006
    Posts
    314
    Thanks G/R
    28/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Running for 3h's and getting 200k xp/hour with the latest EXE + config I posted


  8. Thanks Afif, RedLFC1892, MightyYo (3 members gave Thanks to Distiny for this useful post)
  9. #1688
    Gazwal86's Avatar Member
    Reputation
    4
    Join Date
    Aug 2016
    Posts
    21
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've re-downloaded this one

    Updated fix with Recycling working (EXE + my config):

    Zippyshare.com - NecroBot_Distiny_Fix.rar

    Entered the Auth config, deleted the translations folder, and starting again, will update in a hour how its getting on

  10. #1689
    DarkDreamz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Distiny View Post
    Running for 3h's and getting 200k xp/hour with the latest EXE + config I posted

    Hey man mind posting the link again? Is it just the distiny fix v2? Appreciate the help

    Sent from my Nexus 6P using Tapatalk

  11. #1690
    jayhem's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Distiny View Post
    Running for 3h's and getting 200k xp/hour with the latest EXE + config I posted

    Almost there! That xp required for the last level though...

  12. #1691
    Nydum's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only 80k p/h with the last config :/

  13. #1692
    oriisking's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    54
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BitzLeon View Post
    Add this to your transfer filter: (PokemonsTransferFilter)
    Code:
    "Snorlax": {
          "KeepMinCp": 2000,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
    And set "RenamePokemon" to false
    Works like charm, thank you

  14. #1693
    brooklyn96's Avatar Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    46
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The added some locations and NecroBot_Distiny_Fix 2.0 with default aren't reach >200 Pokemons/H in my bot. How to reach ~300 Pokemons/H like someone??? Please help me

  15. #1694
    Omega1337's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jul 2016
    Posts
    101
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Why does it evolve so early? And Lucky Eggs never get used...

  16. #1695
    jeehye's Avatar Knight
    Reputation
    14
    Join Date
    Jul 2012
    Posts
    221
    Thanks G/R
    18/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone use a Bot Manager that works with Necro which can hold all bots in 1 enclosed window? having multiple windows open is taking up room on my taskbar

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:08 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