-
BOT working perfectly. Thank you so much.
Started 10 hours ago with a level 2 account, and now its at level 24 almost 25!
AND I got a 100% perfect vaporeon.
kuudos
-
Post Thanks / Like - 1 Thanks
dabnoj (1 members gave Thanks to mjuice for this useful post)
-
Member
why doesn't the bot evolve pokemon? is that something I have to do manualy in the list? also the bot doesn't use lucky eggs how come?
-
Contributor
look at config.jsn in your bot config/ folder
-
Are you able to make this gui restart bot itself when it stops/crashes and to auto click "press any key to continue"?
-
Contributor
sure, but atm i expect farming problems do you?
-
Corporal
Really great, thanks for the new version.
The new inventory viewer is very nice, but Comic Sans, really? :P
I know it is still in alpha stadium and maybe you are already working on implementing it,
but could you make the inventory list sortable (by name, CP, Level ...) and show the IV in the list?
Oh and include a donate button and I'll donate
-
Post Thanks / Like - 1 Thanks
dabnoj (1 members gave Thanks to benni_jay for this useful post)
-
Contributor
Originally Posted by
benni_jay
Really great, thanks for the new version.
The new inventory viewer is very nice, but Comic Sans, really? :P
I know it is still in alpha stadium and maybe you are already working on implementing it,
but could you make the inventory list sortable (by name, CP, Level ...) and show the IV in the list?
Oh and include a donate button and I'll donate

sry i didnt include the donate button atm... and i forget to remove comic sans ms ^^ dont forget its only in developement stage
:P
-
Member
guyz there are pidgey ratata etc on list of pokemons to ignore..but it still catches them. Is that a problem?
-
Member
Originally Posted by
dabnoj
look at config.jsn in your bot config/ folder
only option is luckyegg on when evolving and it doesn't use it cause its not evolving anything what option do I have wrong?
{
"AmountOfPokemonToDisplayOnStart": 10,
"AutomaticallyLevelUpPokemon": false,
"AutoUpdate": false,
"DefaultAltitude": 10.0,
"DefaultLatitude": 35.6329007,
"DefaultLongitude": 139.8782056,
"DelayBetweenPlayerActions": 100,
"DelayBetweenPokemonCatch": 1500,
"DumpPokemonStats": true,
"EvolveAboveIvValue": 95.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": true,
"GpxFile": "GPXPath.GPX",
"ItemRecycleFilter": [
{
"Key": "itemUnknown",
"Value": 0
},
{
"Key": "itemPokeBall",
"Value": 150
},
{
"Key": "itemGreatBall",
"Value": 150
},
{
"Key": "itemUltraBall",
"Value": 150
},
{
"Key": "itemMasterBall",
"Value": 100
},
{
"Key": "itemPotion",
"Value": 100
},
{
"Key": "itemSuperPotion",
"Value": 100
},
{
"Key": "itemHyperPotion",
"Value": 100
},
{
"Key": "itemMaxPotion",
"Value": 100
},
{
"Key": "itemRevive",
"Value": 100
},
{
"Key": "itemMaxRevive",
"Value": 100
},
{
"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": 100
},
{
"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": 100
},
{
"Key": "itemItemStorageUpgrade",
"Value": 100
}
],
"KeepMinCp": 1200,
"KeepMinDuplicatePokemon": 1,
"KeepMinIvPercentage": 90.0,
"KeepPokemonsThatCanEvolve": false,
"LevelUpByCPorIv": null,
"MaxPokeballsPerPokemon": 0,
"MaxSpawnLocationOffset": 0,
"MaxTravelDistanceInMeters": 1000,
"MinDelayBetweenSnipes": 0,
"MinPokeballsToSnipe": 0,
"MinPokeballsWhileSnipe": 0,
"PokemonsNotToTransfer": [
"pidgey",
"aerodactyl",
"venusaur",
"charizard",
"blastoise",
"nidoqueen",
"nidoking",
"clefable",
"vileplume",
"arcanine",
"poliwrath",
"machamp",
"victreebel",
"golem",
"slowbro",
"farfetchd",
"muk",
"exeggutor",
"lickitung",
"chansey",
"kangaskhan",
"mrMime",
"gyarados",
"lapras",
"ditto",
"porygon",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsToEvolve": [
"caterpie",
"weedle",
"pidgey",
"rattata",
"spearow",
"zubat",
"doduo",
"psyduck"
],
"PokemonsToIgnore": [
"caterpie",
"weedle",
"pidgey",
"rattata",
"spearow",
"zubat",
"doduo"
],
"PokemonsTransferFilter": {},
"PokemonToSnipe": {
"Locations": [
{
"Latitude": 38.556807486461118,
"Longitude": -121.2383794784546
},
{
"Latitude": -33.859019,
"Longitude": 151.213098
},
{
"Latitude": 47.5014969,
"Longitude": -122.0959568
},
{
"Latitude": 51.5025343,
"Longitude": -0.2055027
}
],
"Pokemon": [
"dratini",
"magikarp",
"eevee",
"charmander"
]
},
"PokemonToUseMasterball": null,
"PrioritizeIvOverCp": true,
"RenameOnlyAboveIv": false,
"RenamePokemon": false,
"RenameTemplate": "{0}_{1}",
"SnipeAtPokestops": false,
"SnipeIgnoreUnknownIv": false,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 0,
"StartupWelcomeDelay": false,
"TotalAmountOfPokebalsToKeep": 0,
"TotalAmountOfPotionsToKeep": 0,
"TotalAmountOfRevivesToKeep": 0,
"TransferConfigAndAuthOnUpdate": false,
"TransferDuplicatePokemon": true,
"TranslationLanguageCode": "en",
"UpgradePokemonCpMinimum": 0.0,
"UpgradePokemonIvMinimum": 0.0,
"UseEggIncubators": true,
"UseGpxPathing": false,
"UseGreatBallAboveCp": 0,
"UseLuckyEggsMinPokemonAmount": 30,
"UseLuckyEggsWhileEvolving": true,
"UseMasterBallAboveCp": 0,
"UsePokemonToNotCatchFilter": false,
"UseSnipeLocationServer": false,
"UseTransferIvForSnipe": false,
"UseUltraBallAboveCp": 0,
"WalkingSpeedInKilometerPerHour": 15.0,
"WebSocketPort": 14251
}
-
Corporal
Hey guys
Im currently only getting 40-50k per hour even in the areas that i know people are getting between 80-160k
Must clearly be me with a bad config even after playing around for an hour or so...
Could someone maybe paste the Config settings so i could copy and thus getting more EXP per hour,
Many thanks
James
-
Member
Can we get the IV in the pokemon panel please? possible with a / betweet cp and iv ie: CP/IV: 787/92.6
Cheers.
BTW loving it
-
Post Thanks / Like - 1 Thanks
dabnoj (1 members gave Thanks to tactless for this useful post)
-
Member
no one else having issues with the bot evolving and or using lucky eggs? I'm using default and its not working
-
Member
-
Member
hello can anyone help why lucky eggs arnt being used and pokemon arnt being evolved?
-
Member
what the difference between config.json file from necro zip and config.zip ?