-
Member
how to use PogoLocationFeeder find dratini? only dratini!
I'm using NecroBot 0.9.4 + PogoLocationFeeder1.1 , it works fine.
but i only want to catch dratini..it got me the rate pokemon like dragonite, snorlax,dragonair....
Is it anyway to catch dratini? i do not care about IV or CP.. only dratini..
and i also use the config like dratini-hunter-config like below.
but it seems can't work with NecroBot 0.9.4 , because ( "UseSnipeOnlineLocationServer": true ) can't be used anymore..
so i use PogoLocationFeeder for ( UseSnipeLocationServer:true) ...
it seems the dratini-hunter-config can not work with PogoLocationFeeder.
The NecroBot just stop in first Location...i wait 10 mins but nothing happened..
"PokemonToSnipe": {
"Locations": [
{
"Latitude": 37.747536, <--------- stop here
"Longitude": -122.389374
},
{
"Latitude": 37.75468,
"Longitude": -122.383175
},
{
"Latitude": 37.764149,
"Longitude": -122.386327
},
{
"Latitude": 37.773284,
"Longitude": -122.386117
},
{
"Latitude": 37.785076,
"Longitude": -122.388218
},
{
"Latitude": 37.794535,
"Longitude": -122.392343
},
{
"Latitude": 37.798755,
"Longitude": -122.396457
},
{
"Latitude": 37.803546,
"Longitude": -122.401076
},
{
"Latitude": 37.806967,
"Longitude": -122.405478
},
{
"Latitude": 37.809134,
"Longitude": -122.413851
},
{
"Latitude": 37.808564,
"Longitude": -122.419192
},
{
"Latitude": 37.807089,
"Longitude": -122.424528
},
{
"Latitude": 37.805948,
"Longitude": -122.439974
},
{
"Latitude": 37.804216,
"Longitude": -122.447704
},
{
"Latitude": -37.764537,
"Longitude": 145.357286
},
...................
......................
],
"Pokemon": [
"dratini",
"dragonite",
"lapras",
"gyarados",
"snorlax",
"dragonair"
]
},
Last edited by kukusan; 08-23-2016 at 06:07 PM.
-
Member
-
Member
Post your whole config if you want help.
-
Member
Originally Posted by
diefantasy
sniping is not risk ?
now i can say every bot has risk ,,,, so use on your own risk
-
Member
Originally Posted by
childofmelee
Post your whole config if you want help.
Thanks. Here you go..
{
"ConsoleSettings": {
"TranslationLanguageCode": "ja",
"StartupWelcomeDelay": false,
"AmountOfPokemonToDisplayOnStart": 10,
"DetailedCountsBeforeRecycling": true
},
"UpdateSettings": {
"CheckForUpdates": false,
"AutoUpdate": false,
"TransferConfigAndAuthOnUpdate": true
},
"WebsocketsSettings": {
"UseWebsocket": false,
"WebSocketPort": 14251
},
"LocationSettings": {
"DisableHumanWalking": false,
"DefaultLatitude": 35.747512,
"DefaultLongitude": 139.739064,
"WalkingSpeedInKilometerPerHour": 4.16,
"UseWalkingSpeedVariant": true,
"WalkingSpeedVariant": 1.2,
"ShowVariantWalking": false,
"RandomlyPauseAtStops": true,
"MaxSpawnLocationOffset": 10,
"MaxTravelDistanceInMeters": 1000
},
"TelegramSettings": {
"UseTelegramAPI": false,
"TelegramAPIKey": null,
"TelegramPassword": "12345"
},
"GPXSettings": {
"UseGpxPathing": false,
"GpxFile": "GPXPath.GPX"
},
"SnipingSettings": {
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"GetSniperInfoFromPokezz": true,
"GetOnlyVerifiedSniperInfoFromPokezz": true,
"GetSniperInfoFromPokeSnipers": true,
"GetSniperInfoFromPokeWatchers": true,
"GetSniperInfoFromSkiplagged": true,
"MinPokeballsToSnipe": 20,
"MinPokeballsWhileSnipe": 0,
"MinDelayBetweenSnipes": 60000,
"SnipingScanOffset": 0.005,
"SnipeAtPokestops": false,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"SnipePokemonNotInPokedex": false
},
"PokemonSettings": {
"CatchPokemon": true,
"DelayBetweenPokemonCatch": 2000,
"UseIncenseConstantly": false,
"UseEggIncubators": false,
"UseEggIncubatorMinKm": 2,
"UseLuckyEggConstantly": false,
"UseLuckyEggsMinPokemonAmount": 30,
"UseLuckyEggsWhileEvolving": false,
"UseBerriesMinCp": 1000,
"UseBerriesMinIv": 90.0,
"UseBerriesBelowCatchProbability": 0.2,
"UseBerriesOperator": "or",
"MaxBerriesToUsePerPokemon": 3,
"TransferWeakPokemon": false,
"TransferDuplicatePokemon": false,
"TransferDuplicatePokemonOnCapture": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": false,
"RenameTemplate": "{1}_{0}",
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": false,
"MaxPokeballsPerPokemon": 6,
"UseGreatBallAboveCp": 1000,
"UseUltraBallAboveCp": 1250,
"UseMasterBallAboveCp": 1500,
"UseGreatBallAboveIv": 85.0,
"UseUltraBallAboveIv": 95.0,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"AutomaticallyLevelUpPokemon": false,
"OnlyUpgradeFavorites": false,
"UseLevelUpList": false,
"AmountOfTimesToUpgradeLoop": 5,
"GetMinStarDustForLevelUp": 5000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 95.0,
"UpgradePokemonMinimumStatsOperator": "and",
"EvolveAboveIvValue": 95.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 1250,
"KeepMinIvPercentage": 90.0,
"KeepMinLvl": 6,
"KeepMinOperator": "or",
"UseKeepMinLvl": false,
"PrioritizeIvOverCp": false,
"KeepMinDuplicatePokemon": 1,
"UsePokemonToNotCatchFilter": false,
"UsePokemonSniperFilterOnly": false,
"DumpPokemonStats": false
},
"RecycleSettings": {
"VerboseRecycling": true,
"RecycleInventoryAtUsagePercentage": 42.3,
"RandomizeRecycle": false,
"RandomRecycleValue": 5,
"DelayBetweenRecycleActions": true,
"TotalAmountOfPokeballsToKeep": 120,
"TotalAmountOfPotionsToKeep": 80,
"TotalAmountOfRevivesToKeep": 60,
"TotalAmountOfBerriesToKeep": 50
},
"CustomCatchSettings": {
"EnableHumanizedThrows": true,
"EnableMissedThrows": false,
"ThrowMissPercentage": 22,
"NiceThrowChance": 43,
"GreatThrowChance": 11,
"ExcellentThrowChance": 1,
"CurveThrowChance": 10,
"ForceGreatThrowOverIv": 100.0,
"ForceExcellentThrowOverIv": 100.0,
"ForceGreatThrowOverCp": 3000,
"ForceExcellentThrowOverCp": 3500
},
"PlayerSettings": {
"DelayBetweenPlayerActions": 5000
},
"SoftBanSettings": {
"FastSoftBanBypass": false
},
"GoogleWalkConfig": {
"UseGoogleWalk": true,
"GoogleHeuristic": "walking",
"GoogleAPIKey": "AIzaSyBerzBMEMQ1w85C6_y6taDbXsr7k",
"Cache": true
},
"KillSwitchSettings": {
"UseKillSwitchCatch": false,
"CatchErrorPerHours": 40,
"CatchEscapePerHours": 40,
"CatchFleePerHours": 40,
"CatchMissedPerHours": 40,
"CatchSuccessPerHours": 40,
"UseKillSwitchPokestops": false,
"AmountPokestops": 80
},
"ItemRecycleFilter": [
{
"Key": "itemUnknown",
"Value": 0
},
{
"Key": "itemLuckyEgg",
"Value": 200
},
{
"Key": "itemPotion",
"Value": 20
},
{
"Key": "itemHyperPotion",
"Value": 20
},
{
"Key": "itemSuperPotion",
"Value": 20
},
{
"Key": "itemMaxPotion",
"Value": 20
},
{
"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": [
"dratini",
"venusaur",
"charizard",
"blastoise",
"clefable",
"muk",
"chansey",
"gyarados",
"ditto",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsToEvolve": [],
"PokemonsToLevelUp": [],
"PokemonsToIgnore": [
"bulbasaur",
"ivysaur",
"venusaur",
"charmander",
"charmeleon",
"charizard",
"squirtle",
"wartortle",
"blastoise",
"metapod",
"butterfree",
"kakuna",
"beedrill",
"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": {},
"PokemonToSnipe": {
"Locations": [],
"Pokemon": [
"dratini",
"dragonair"
]
},
"PokemonToUseMasterball": [
"articuno",
"zapdos",
"moltres",
"mew",
"mewtwo"
]
}
-
Member
{
"ConsoleSettings": {
"TranslationLanguageCode": "ja",
"StartupWelcomeDelay": false,
"AmountOfPokemonToDisplayOnStart": 10,
"DetailedCountsBeforeRecycling": true
},
"UpdateSettings": {
"CheckForUpdates": false,
"AutoUpdate": false,
"TransferConfigAndAuthOnUpdate": true
},
"WebsocketsSettings": {
"UseWebsocket": false,
"WebSocketPort": 14251
},
"LocationSettings": {
"DisableHumanWalking": false,
"DefaultLatitude": 35.747512,
"DefaultLongitude": 139.739064,
"WalkingSpeedInKilometerPerHour": 4.16,
"UseWalkingSpeedVariant": true,
"WalkingSpeedVariant": 1.2,
"ShowVariantWalking": false,
"RandomlyPauseAtStops": false,
"MaxSpawnLocationOffset": 10,
"MaxTravelDistanceInMeters": 1000
},
"TelegramSettings": {
"UseTelegramAPI": false,
"TelegramAPIKey": null,
"TelegramPassword": "12345"
},
"GPXSettings": {
"UseGpxPathing": false,
"GpxFile": "GPXPath.GPX"
},
"SnipingSettings": {
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"GetSniperInfoFromPokezz": false,
"GetOnlyVerifiedSniperInfoFromPokezz": false,
"GetSniperInfoFromPokeSnipers": false,
"GetSniperInfoFromPokeWatchers": false,
"GetSniperInfoFromSkiplagged": false,
"MinPokeballsToSnipe": 20,
"MinPokeballsWhileSnipe": 0,
"MinDelayBetweenSnipes": 60000,
"SnipingScanOffset": 0.005,
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"SnipePokemonNotInPokedex": false
},
"PokemonSettings": {
"CatchPokemon": true,
"DelayBetweenPokemonCatch": 2000,
"UseIncenseConstantly": false,
"UseEggIncubators": false,
"UseEggIncubatorMinKm": 2,
"UseLuckyEggConstantly": false,
"UseLuckyEggsMinPokemonAmount": 30,
"UseLuckyEggsWhileEvolving": false,
"UseBerriesMinCp": 1000,
"UseBerriesMinIv": 90.0,
"UseBerriesBelowCatchProbability": 0.2,
"UseBerriesOperator": "or",
"MaxBerriesToUsePerPokemon": 3,
"TransferWeakPokemon": false,
"TransferDuplicatePokemon": false,
"TransferDuplicatePokemonOnCapture": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": false,
"RenameTemplate": "{1}_{0}",
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": false,
"MaxPokeballsPerPokemon": 6,
"UseGreatBallAboveCp": 1000,
"UseUltraBallAboveCp": 1250,
"UseMasterBallAboveCp": 1500,
"UseGreatBallAboveIv": 85.0,
"UseUltraBallAboveIv": 95.0,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"AutomaticallyLevelUpPokemon": false,
"OnlyUpgradeFavorites": false,
"UseLevelUpList": false,
"AmountOfTimesToUpgradeLoop": 5,
"GetMinStarDustForLevelUp": 5000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 95.0,
"UpgradePokemonMinimumStatsOperator": "and",
"EvolveAboveIvValue": 95.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 1250,
"KeepMinIvPercentage": 90.0,
"KeepMinLvl": 6,
"KeepMinOperator": "or",
"UseKeepMinLvl": false,
"PrioritizeIvOverCp": false,
"KeepMinDuplicatePokemon": 1,
"UsePokemonToNotCatchFilter": false,
"UsePokemonSniperFilterOnly": false,
"DumpPokemonStats": false
},
"RecycleSettings": {
"VerboseRecycling": true,
"RecycleInventoryAtUsagePercentage": 42.3,
"RandomizeRecycle": false,
"RandomRecycleValue": 5,
"DelayBetweenRecycleActions": true,
"TotalAmountOfPokeballsToKeep": 120,
"TotalAmountOfPotionsToKeep": 80,
"TotalAmountOfRevivesToKeep": 60,
"TotalAmountOfBerriesToKeep": 50
},
"CustomCatchSettings": {
"EnableHumanizedThrows": true,
"EnableMissedThrows": false,
"ThrowMissPercentage": 22,
"NiceThrowChance": 43,
"GreatThrowChance": 11,
"ExcellentThrowChance": 1,
"CurveThrowChance": 10,
"ForceGreatThrowOverIv": 100.0,
"ForceExcellentThrowOverIv": 100.0,
"ForceGreatThrowOverCp": 3000,
"ForceExcellentThrowOverCp": 3500
},
"PlayerSettings": {
"DelayBetweenPlayerActions": 5000
},
"SoftBanSettings": {
"FastSoftBanBypass": false
},
"GoogleWalkConfig": {
"UseGoogleWalk": true,
"GoogleHeuristic": "walking",
"GoogleAPIKey": "AIzaSyBerzBMEMQ1w85C6_y6taDbXsr7k",
"Cache": true
},
"KillSwitchSettings": {
"UseKillSwitchCatch": false,
"CatchErrorPerHours": 40,
"CatchEscapePerHours": 40,
"CatchFleePerHours": 40,
"CatchMissedPerHours": 40,
"CatchSuccessPerHours": 40,
"UseKillSwitchPokestops": false,
"AmountPokestops": 80
},
"ItemRecycleFilter": [
{
"Key": "itemUnknown",
"Value": 0
},
{
"Key": "itemLuckyEgg",
"Value": 200
},
{
"Key": "itemPotion",
"Value": 20
},
{
"Key": "itemHyperPotion",
"Value": 20
},
{
"Key": "itemSuperPotion",
"Value": 20
},
{
"Key": "itemMaxPotion",
"Value": 20
},
{
"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": [
"dratini",
"venusaur",
"charizard",
"blastoise",
"clefable",
"muk",
"chansey",
"gyarados",
"ditto",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsToEvolve": [],
"PokemonsToLevelUp": [],
"PokemonsToIgnore": [
"bulbasaur",
"ivysaur",
"venusaur",
"charmander",
"charmeleon",
"charizard",
"squirtle",
"wartortle",
"blastoise",
"metapod",
"butterfree",
"kakuna",
"beedrill",
"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": {},
"PokemonToSnipe": {
"Locations": [],
"Pokemon": [
"dratini",
"dragonair"
]
},
"PokemonToUseMasterball": [
"articuno",
"zapdos",
"moltres",
"mew",
"mewtwo"
]
}
Try this. I also changed "RandomlyPauseAtStops": true to false, not sure if that's part of the problem but can't harm to try. If this new config works, you can try to change it back.
-
Member
Originally Posted by
childofmelee
{
Try this. I also changed "RandomlyPauseAtStops": true to false, not sure if that's part of the problem but can't harm to try. If this new config works, you can try to change it back.
Thanks very much .. i tried it out ,but only got dragonair not dratini ..why? Does PogoLocationFeeder1.1 can't locate dratini??
-
Member
i also check the config of PogoLocationFeeder1.1 .. it seems only return high IV or rare pokemon on this config. some one can teach me how to change it to snipe the dratini?
[
{
"id": "209314780870213633",
"Server": "Necrobot.io",
"Name": "plus_90_iv"
},
{
"id": "209314800935763977",
"Server": "Necrobot.io",
"Name": "100_iv"
},
{
"id": "209283402245865472",
"Server": "Necrobot.io",
"Name": "sniping"
},
{
"id": "207998375251935232",
"Server": "PokeMobBot - a Pokémon Go Bot",
"Name": "coordsbots"
},
{
"id": "208936978186502145",
"Server": "PokeMobBot - a Pokémon Go Bot",
"Name": "90_plus_iv"
},
{
"id": "209260366784495616",
"Server": "PokéGO- Chat, rare spots!",
"Name": "rare_spotting"
},
{
"id": "209680517740756994",
"Server": "PokéGO- Chat, rare spots!",
"Name": "snipebot_coords"
},
{
"id": "209171120702619648",
"Server": "PokéGO- Chat, rare spots!",
"Name": "90plus_ivonly"
},
{
"id": "208856384744194048",
"Server": "PokemonGo Rare Hunting",
"Name": "coord-bot"
},
{
"id": "207092045683097600",
"Server": "PokemonGo Rare Hunting",
"Name": "high_iv"
},
{
"id": "207247439004958720",
"Server": "PokemonGo Rare Hunting",
"Name": "rare_pokemon"
},
{
"id": "206238613040660490",
"Server": "PokemonGo Rare Hunting",
"Name": "other_pokemon"
},
{
"id": "208754684414918656",
"Server": "100IV CLUB",
"Name": "95-iv-and-up"
},
{
"id": "209077347503046656",
"Server": "100IV CLUB",
"Name": "rare-coords-bot "
},
{
"id": "208752256999227393",
"Server": "100IV CLUB",
"Name": "100-iv "
},
{
"id": "208836707057926144",
"Server": "100IV CLUB",
"Name": "rare-pokemon "
}
]
-
Member
Originally Posted by
kukusan
Thanks very much .. i tried it out ,but only got dragonair not dratini ..why? Does PogoLocationFeeder1.1 can't locate dratini??
Be sure PogoLocationFeeder filters for Dragonair and Dratini. Only reason I can think of why it only catches Dragonair is because it doesn't feed Dratini.
-
stop posting configs here. lol. seriously you can use pastebin. to do such stuffs.
-
Member
Originally Posted by
childofmelee
Be sure PogoLocationFeeder filters for Dragonair and Dratini. Only reason I can think of why it only catches Dragonair is because it doesn't feed Dratini.
Thanks.PogoLocationFeeder don't feed dratini?anyway to fix it?
-
Sergeant
maybe help you friend to find 5000 dratini candies/day
-
Post Thanks / Like - 1 Thanks
kukusan (1 members gave Thanks to blacklistening for this useful post)
-
Member
Originally Posted by
blacklistening
maybe help you friend to find 5000 dratini candies/day
holy shit!!! i will check it out... thanks very much
-
Member
i have a general question about these hunting program. as i know it will shift instantly to catch pokemon, say dratini. so i guess everytime after shifting, we nee to wait certain time like 10-15 mins before catching dratini, but why it can catch without any waiting time in the video? and also, after shifting for 10 to 20 times, will it be permanently banned?
thanks.
-
Sergeant
Originally Posted by
alan_pokemon
i have a general question about these hunting program. as i know it will shift instantly to catch pokemon, say dratini. so i guess everytime after shifting, we nee to wait certain time like 10-15 mins before catching dratini, but why it can catch without any waiting time in the video? and also, after shifting for 10 to 20 times, will it be permanently banned?
thanks.
BOT/SNIPER = BANNED
SLOW = NEED TIME (never guaranteed not banned)
dont worry... keep safe level 20...
1 days u can create new account level 20 and 5000 candies dratini...
1 hour you can make new account level 20
TAKE over all gym in your town with dragonite 95-100
then
put your poke legit account in gyms...collect ur coins