Giter Site home page Giter Site logo

Comments (30)

Silph-Road avatar Silph-Road commented on June 30, 2024

It is being worked on rn, stay tuned.

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

nop, that messe is wrong, when snipe speed up it will overwrite default speed and no variant use. but message still there and confused user. I will remove the message if speed up applied.

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Showing the variant its not so important ... it was enabled only to check the real speed... The main problem is this 60 km/h ... i do not wish to mimic a car ;)

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

how do you know it is 60km?

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

pokemon.Setting.AllowSpeedUp ? pokemon.Setting.MaxSpeedUpSpeed : 0 => here is the code to get speed, if you not allow speed up is will pass 0 to walk function. then it will use default speed. check your config. if you not set for invidual pokemon. It will apply global config. in that case set global config speedup option to false.

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

I enabled ShowVariantWalking because player marker in pokease was moving a lot faster than before during speedup (since weeks boting in the same area so it was easy to notice). After that i checked the arrival time against the estimation, example (estimation: 1 min 21 sec, real time: : 22 sec)

12:22:09 (HUMAN WALK) Found Dratini spawning | lat: 37.8089138707219, lng: -122.418189535492, dist 543.30m , expired in 13 min 58 sec | Estimate : 01 min 21 sec | Allow spin: No | Allow catch : No | Speed 29.20km/h
12:22:09 Traveling to Pokestop: Propellers Mural (508m) (110 seconds) (route GoogleWalk)
12:22:33 (HUMAN WALK) destination reached | lat: 37.8089138707219, lng: -122.418189535492 | wait :0.00 sec

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

I know that estimations are not exact, but in earlier version it was more or less close ( in most of the cases reaching takes more than estimation ... right now is contrary ...

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

is there some google API which allows us to check the speed ? (we have origin and end coordinates in examples ... )

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

estimation time is very hacky. it is realtime + 30s + (distance /100 * 15). if you not catch any pokemon on the way. that estimation is overestimate.

The speedup doesn't work before, that why now they see it faster. (google work, GPX, and yourwalk).

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Well, lets take data from last example:
Distance 543.30 (is that direct line between dots or true distance [googlewalk] ???)
Real arrival time: 22 seconds
Declared speed: 29.20 km/h, true speed: 88.85455 km/h (http://www.calculatoredge.com/civil%20engg%20calculator/speed%20Distance%20Time.htm)

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

And the previous examples:

  1. Distance: 572.82m, Time: 33 sec, Speed 62.48945 km/h
  2. Distance: 1106.25m, Time: 63 sec, Speed 63.21429 km/h
  3. Distance: 596.47 m, Time: 32 sec, Speed: 67.10288 km/h

It's only assuming that estimated distance is correct, if its the direct line - even worst

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

nechumanwalksnipe

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

necscreenpokeease

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

necgoogleestimation

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Distance: 3203M, Declared speed: 29.20 KM/H, Google estimation for bike(20 km/h ?): 11 minutes, Necrobot time: 3 minutes 15 seconds

from necrobot.

Silph-Road avatar Silph-Road commented on June 30, 2024

I will test speed up with latest source tonight. What version are you on? Release or source?

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Last example, i tried to decrease speed (20.20 km/h), distance 648.51, Time: 62 sec, Speed: 37.65542 km/h

03:44:27 (HUMAN WALK) Found Dratini spawning | lat: 37.8094683824499, lng: -122.410579083181, dist 648.51m , expired in 11 min 43 sec | Estimate : 02 min 10 sec | Allow spin: No | Allow catch : No | Speed 20.20km/h
03:44:28 Traveling to Pokestop: North Point Water Plant (540m) (114 seconds) (route GoogleWalk)
03:45:29 (HUMAN WALK) destination reached | lat: 37.8094683824499, lng: -122.410579083181 | wait :0.00 sec

from necrobot.

Silph-Road avatar Silph-Road commented on June 30, 2024

@BoydTM what version are you on right now, is it the same as listed?

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Silph, last few comments are based on release 0.9.8.5 (released 6 hours ago - latest compiled)

from necrobot.

Silph-Road avatar Silph-Road commented on June 30, 2024

Okay to get an accurate speed of actual travel let's try without google walk. That way we know exact speed. Give me a few hours to post back result, you also post your result. So that we can clearly identify and confirm what it's doing. :-)

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Ok, thx. Nobody expects exact accuracy, but humanwalksnipe become favourite module of many ... and this weird speed increases may get us all flagged ... i believe its against mimic approach

from necrobot.

Silph-Road avatar Silph-Road commented on June 30, 2024

Yeah human walk snipe is really dope! I'll get back to this tonight.

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

Ask i told before. The speed is correct passed to walk fucntion. I will monitor and debug real speed applied tonight

Get Outlook for Androidhttps://aka.ms/ghei36

On Fri, Sep 9, 2016 at 12:08 PM +1000, "Silph-Road" <[email protected]mailto:[email protected]> wrote:

Yeah human walk snipe is really dope! I'll get back to this tonight.


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/14#issuecomment-245798196, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABINon-jyAtYC3UDrfZEWABKldxjEFBWks5qoL-AgaJpZM4J3vwu.

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

one thing for google and yourwalk is distance = 1.5 * straigth distance since we can call api to calculate it everytime.

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

With long distances (2400m) and straight routes it becomes even crazier ... ( 70 km/h instead declared 15 km/h)
nechumanwalksnipe2
necscreenpokeease2

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

Turn snipe off for now

Get Outlook for Androidhttps://aka.ms/ghei36

On Fri, Sep 9, 2016 at 7:35 PM +1000, "BoydTM" <[email protected]mailto:[email protected]> wrote:

With long distances (2400m) and straight routes it becomes even crazier ... ( 70 km/h instead declared 15 km/h)
[nechumanwalksnipe2]https://cloud.githubusercontent.com/assets/21159620/18382469/56ee2b5a-7681-11e6-914a-6e98fa563120.jpg
[necscreenpokeease2]https://cloud.githubusercontent.com/assets/21159620/18382478/6dcb639c-7681-11e6-9d03-c5d449bd3b86.jpg


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/14#issuecomment-245866732, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABINoggnwR8QYOmhCob2W4VOITR008tgks5qoShSgaJpZM4J3vwu.

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

until further notice - back to the latest noxx

from necrobot.

samuraitruong avatar samuraitruong commented on June 30, 2024

this bug really funny. can you give full of your config file in pastebin

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

Sure ... ( googleapikey removed for obvious reasons ;) )

{
"ConsoleConfig": {
"TranslationLanguageCode": "en",
"StartupWelcomeDelay": false,
"AmountOfPokemonToDisplayOnStart": 10,
"DetailedCountsBeforeRecycling": true
},
"UpdateConfig": {
"CheckForUpdates": false,
"AutoUpdate": false,
"TransferConfigAndAuthOnUpdate": true
},
"WebsocketsConfig": {
"UseWebsocket": true,
"WebSocketPort": 14251
},
"LocationConfig": {
"DisableHumanWalking": false,
"StartFromLastPosition": true,
"DefaultLatitude": 37.80921,
"DefaultLongitude": -122.409997,
"WalkingSpeedInKilometerPerHour": 9.47,
"UseWalkingSpeedVariant": true,
"WalkingSpeedVariant": 1.2,
"ShowVariantWalking": false,
"RandomlyPauseAtStops": true,
"MaxSpawnLocationOffset": 10,
"MaxTravelDistanceInMeters": 1000
},
"TelegramConfig": {
"UseTelegramAPI": false,
"TelegramAPIKey": null,
"TelegramPassword": "12345"
},
"GPXConfig": {
"UseGpxPathing": false,
"GpxFile": "GPXPath.GPX"
},
"SnipeConfig": {
"UseSnipeLocationServer": false,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"GetSniperInfoFromPokezz": false,
"GetOnlyVerifiedSniperInfoFromPokezz": false,
"GetSniperInfoFromPokeSnipers": false,
"GetSniperInfoFromPokeWatchers": false,
"GetSniperInfoFromSkiplagged": false,
"MinPokeballsToSnipe": 20,
"MinPokeballsWhileSnipe": 0,
"MinDelayBetweenSnipes": 60000,
"SnipingScanOffset": 0.005,
"SnipeAtPokestops": false,
"ActivateMSniper": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"SnipePokemonNotInPokedex": false,
"UseSnipeLimit": true,
"SnipeRestSeconds": 600,
"SnipeCountLimit": 39
},
"HumanWalkSnipeConfig": {
"Enable": true,
"DisplayPokemonList": true,
"MaxDistance": 1500.0,
"MaxEstimateTime": 900.0,
"CatchEmAllMinBalls": 50,
"TryCatchEmAll": true,
"CatchPokemonWhileWalking": false,
"SpinWhileWalking": false,
"AlwaysWalkback": false,
"SnipingScanOffset": 0.025,
"WalkbackDistanceLimit": 1500.0,
"IncludeDefaultLocation": true,
"UsePokeRadar": false,
"UseSkiplagged": false,
"UseSnipePokemonList": false,
"MaxSpeedUpSpeed": 60.0,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 10000,
"UseFastPokemap": true,
"UsePogoLocationFeeder": false
},
"PokeStopConfig": {
"UsePokeStopLimit": true,
"PokeStopLimit": 1998,
"PokeStopLimitMinutes": 1470
},
"PokemonConfig": {
"CatchPokemon": true,
"DelayBetweenPokemonCatch": 8300,
"UseCatchLimit": true,
"CatchPokemonLimit": 998,
"CatchPokemonLimitMinutes": 1470,
"UseIncenseConstantly": false,
"UseEggIncubators": true,
"UseLimitedEggIncubators": false,
"UseLuckyEggConstantly": false,
"UseLuckyEggsMinPokemonAmount": 30,
"UseLuckyEggsWhileEvolving": false,
"UseBerriesMinCp": 1000,
"UseBerriesMinIv": 90.0,
"UseBerriesBelowCatchProbability": 0.2,
"UseBerriesOperator": "or",
"MaxBerriesToUsePerPokemon": 6,
"TransferWeakPokemon": false,
"TransferDuplicatePokemon": true,
"TransferDuplicatePokemonOnCapture": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": false,
"RenameTemplate": "{1}_{0}",
"FavoriteMinIvPercentage": 100.0,
"AutoFavoritePokemon": true,
"MaxPokeballsPerPokemon": 9,
"UseGreatBallAboveCp": 1500,
"UseUltraBallAboveCp": 2000,
"UseMasterBallAboveCp": 1500,
"UseGreatBallAboveIv": 85.0,
"UseUltraBallAboveIv": 95.0,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"AutomaticallyLevelUpPokemon": false,
"OnlyUpgradeFavorites": true,
"UseLevelUpList": true,
"AmountOfTimesToUpgradeLoop": 5,
"GetMinStarDustForLevelUp": 5000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 100.0,
"UpgradePokemonMinimumStatsOperator": "and",
"EvolveAboveIvValue": 100.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": true,
"EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"KeepMinOperator": "and",
"UseKeepMinLvl": false,
"PrioritizeIvOverCp": true,
"KeepMinDuplicatePokemon": 1,
"UsePokemonToNotCatchFilter": true,
"UsePokemonSniperFilterOnly": false,
"DumpPokemonStats": true
},
"RecycleConfig": {
"VerboseRecycling": true,
"RecycleInventoryAtUsagePercentage": 90.0,
"RandomizeRecycle": false,
"RandomRecycleValue": 5,
"TotalAmountOfPokeballsToKeep": 190,
"TotalAmountOfPotionsToKeep": 15,
"TotalAmountOfRevivesToKeep": 11,
"TotalAmountOfBerriesToKeep": 60,
"MaxPokeballsToKeep": 50
},
"CustomCatchConfig": {
"EnableHumanizedThrows": true,
"EnableMissedThrows": true,
"ThrowMissPercentage": 12,
"NiceThrowChance": 40,
"GreatThrowChance": 30,
"ExcellentThrowChance": 10,
"CurveThrowChance": 90,
"ForceGreatThrowOverIv": 90.0,
"ForceExcellentThrowOverIv": 95.0,
"ForceGreatThrowOverCp": 2000,
"ForceExcellentThrowOverCp": 2500
},
"PlayerConfig": {
"DelayBetweenPlayerActions": 7230,
"EvolveActionDelay": 16150,
"TransferActionDelay": 8100,
"RecycleActionDelay": 5900,
"RenamePokemonActionDelay": 0,
"UseNearActionRandom": true,
"AutoCompleteTutorial": false,
"DesiredNickname": "Nickname",
"DesiredGender": "Male",
"DesiredStarter": "Charmander"
},
"SoftBanConfig": {
"FastSoftBanBypass": false
},
"GoogleWalkConfig": {
"UseGoogleWalk": true,
"DefaultStepLength": 1.3,
"GoogleHeuristic": "walking",
"GoogleAPIKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"Cache": false
},
"YoursWalkConfig": {
"UseYoursWalk": false,
"YoursWalkHeuristic": "bicycle"
},
"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": [
"ditto",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsToEvolve": [
"caterpie",
"weedle",
"pidgey",
"spearow",
"zubat",
"psyduck",
"tentacool",
"magikarp",
"venonat",
"poliwag",
"bulbasaur",
"goldeen",
"nidoranMale",
"nidoranFemale",
"rattata"
],
"PokemonsToLevelUp": [
"ditto",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
],
"PokemonsToIgnore": [
"golduck",
"tentacruel",
"psyduck",
"tentacool",
"pidgeotto",
"pidgeot",
"raticate",
"golbat",
"fearow",
"seaking",
"doduo"
],
"PokemonsTransferFilter": {
"Bulbasaur": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 80.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Charmander": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 80.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Pikachu": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 80.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Squirtle": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 80.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Magikarp": {
"KeepMinCp": 100,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Gyarados": {
"KeepMinCp": 1000,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Lapras": {
"KeepMinCp": 1000,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Eevee": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Vaporeon": {
"KeepMinCp": 1000,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 2,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Jolteon": {
"KeepMinCp": 1000,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 2,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Flareon": {
"KeepMinCp": 1000,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 2,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Snorlax": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Dratini": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Dragonair": {
"KeepMinCp": 500,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Dragonite": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 8,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Poliwag": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Venonat": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Staryu": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Clefairy": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Ekans": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Bellsprout": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
},
"Paras": {
"KeepMinCp": 300,
"KeepMinIvPercentage": 100.0,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinOperator": "and",
"KeepMinDuplicatePokemon": 4,
"Moves": [],
"DeprecatedMoves": null,
"MovesOperator": "or"
}
},
"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": [
"venusaur",
"charizard",
"blastoise",
"beedrill",
"raichu",
"sandslash",
"nidoking",
"nidoqueen",
"clefable",
"ninetales",
"golbat",
"vileplume",
"golduck",
"primeape",
"arcanine",
"poliwrath",
"alakazam",
"machamp",
"golem",
"rapidash",
"slowbro",
"muk",
"cloyster",
"gengar",
"exeggutor",
"marowak",
"hitmonchan",
"lickitung",
"rhydon",
"chansey",
"starmie",
"scyther",
"magmar",
"electabuzz",
"jynx",
"gyarados",
"lapras",
"ditto",
"vaporeon",
"jolteon",
"flareon",
"porygon",
"kabutops",
"aerodactyl",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
]
},
"PokemonToUseMasterball": [
"articuno",
"zapdos",
"moltres",
"mew",
"mewtwo"
],
"HumanWalkSnipeFilters": {
"Dratini": {
"MaxDistance": 1500.0,
"Priority": 1,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": false,
"MaxSpeedUpSpeed": 29.2,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Dragonair": {
"MaxDistance": 1500.0,
"Priority": 2,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": false,
"MaxSpeedUpSpeed": 29.7,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Snorlax": {
"MaxDistance": 1500.0,
"Priority": 1,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 29.9,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Lapras": {
"MaxDistance": 1500.0,
"Priority": 1,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 29.9,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Bulbasaur": {
"MaxDistance": 1000.0,
"Priority": 3,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 24.2,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Charmander": {
"MaxDistance": 1000.0,
"Priority": 2,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 25.8,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Pikachu": {
"MaxDistance": 1000.0,
"Priority": 2,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 26.3,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Squirtle": {
"MaxDistance": 600.0,
"Priority": 3,
"MaxWalkTimes": 180.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 26.3,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Abra": {
"MaxDistance": 1000.0,
"Priority": 3,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 24.1,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Kadabra": {
"MaxDistance": 1000.0,
"Priority": 3,
"MaxWalkTimes": 300.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 24.1,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Alakazam": {
"MaxDistance": 1000.0,
"Priority": 3,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 24.1,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Eevee": {
"MaxDistance": 600.0,
"Priority": 3,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 24.1,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
},
"Chansey": {
"MaxDistance": 1000.0,
"Priority": 2,
"MaxWalkTimes": 360.0,
"CatchPokemonWhileWalking": false,
"SpinPokestopWhileWalking": true,
"MaxSpeedUpSpeed": 24.1,
"AllowSpeedUp": true,
"DelayTimeAtDestination": 0
}
},
"PokemonUpgradeFilters": {
"Dratini": {
"LevelUpByCPorIV": "iv",
"UpgradePokemonCpMinimum": 600.0,
"UpgradePokemonIvMinimum": 100.0,
"UpgradePokemonMinimumStatsOperator": "and",
"OnlyUpgradeFavorites": true
}
}
}

from necrobot.

BoydTM avatar BoydTM commented on June 30, 2024

in latest version i did not see this crazy rush ...

from necrobot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.