Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MoveToMapPokemon not always teleporting #3831

Closed
fari-99 opened this issue Aug 13, 2016 · 14 comments
Closed

MoveToMapPokemon not always teleporting #3831

fari-99 opened this issue Aug 13, 2016 · 14 comments

Comments

@fari-99
Copy link

fari-99 commented Aug 13, 2016

Expected Behavior

using teleport for every pokemon encounter in map area.

Actual Behavior

many pokemon vip in one area, teleport to one pokemon (higher priority), catch, and move toward another pokemon (lower priority).

teleport behaviour
movetomap

map area
area map

Your config.json (remove your credentials and any other private info)

"type": "MoveToMapPokemon",
"config": {
          "address": "http://localhost:5000",
          "max_distance": 500,
          "min_time": 60,
          "min_ball": 50,
          "prioritize_vips": true,
          "snipe": true,
          "snipe_high_prio_only": true,
          "snipe_high_prio_threshold": 200,
          "update_map": false,
          "mode": "priority",
          "map_path": "raw_data",
          "catch": {
            "Dragonair": 1000,
            "Magikarp": 200
          }
}

Steps to Reproduce

run the bot.
search location in pokesniper.com
put location in web interface pokemon go map

Other Information

OS: windows 10
Branch: dev
Git Commit: d4200e9

@fari-99 fari-99 changed the title MoveToMapPokemon not always sniping MoveToMapPokemon not always teleporting Aug 13, 2016
@ghost
Copy link

ghost commented Aug 13, 2016

me too @fari-99
but in my case is it didn't teleport. btw, i'm using default config. maybe something wrong with my mine?
screenshot from 2016-08-13 16-42-40
screenshot from 2016-08-13 16-42-30

@ghost
Copy link

ghost commented Aug 13, 2016

its dragonair btw

@k4n30
Copy link
Contributor

k4n30 commented Aug 13, 2016

@fari-99 From what I can tell it's working correctly based on your config

"type": "MoveToMapPokemon",
"config": {
"address": "http://localhost:5000",
"max_distance": 500,
"min_time": 60,
"min_ball": 50,
"prioritize_vips": true, - You haven't shown your VIPs config so I can't provide advice on whether this is working or not
"snipe": true, - Will teleport to those ABOVE "snipe_high_prio_threshold" (Magikarp is not above 200)
"snipe_high_prio_only": true, - Will only teleport to those above "snipe_high_prio_threshold"
"snipe_high_prio_threshold": 200,
"update_map": false,
"mode": "priority",
"map_path": "raw_data",
"catch": {
"Dragonair": 1000,
"Magikarp": 200
} - These are the only 2 listed and based on the config above, magikarp will only be walked to, not teleported to
}

As your config stands, it is behaving as expected. If however you have pokemon in your VIP list they would be walked to as well, as they have not been given a "catch" priority for the sniping config

@k4n30
Copy link
Contributor

k4n30 commented Aug 13, 2016

@ocoot nothing indicates you even have the movetomap worker even in your configs

@ghost
Copy link

ghost commented Aug 13, 2016

this is my config @k4n30 please check it. and i still don't know what for this values "Aerodactyl": 1000 is CP

{
"auth_service": "google",
"username": "xx@gmail.com",
"password": "xx",
"location": "37.809758, -122.4164140",
"gmapkey": "",
"encrypt_location": "",
"tasks": [
{
"type": "HandleSoftBan"
},
{
"type": "SleepSchedule",
"config": {
"enabled": false,
"time": "22:54",
"duration":"7:46",
"time_random_offset": "00:24",
"duration_random_offset": "00:43"
}
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "UpdateLiveStats",
"config": {
"enabled": true,
"min_interval": 10,
"stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"],
"terminal_log": false,
"terminal_title": true
}
},
{
"type": "TransferPokemon"
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "NONE",
"evolve_cp_min": 300,
"evolve_speed": 20,
"use_lucky_egg": false
}
},
{
"type": "RecycleItems",
"config": {
"min_empty_space": 15,
"item_filter": {
"Pokeball": { "keep" : 20 },
"Potion": { "keep" : 10 },
"Super Potion": { "keep" : 20 },
"Revive": { "keep" : 10 },
"Razz Berry": { "keep" : 30 }
}
}
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "SpinFort"
},
{
"type": "MoveToMapPokemon",
"config": {
"address": "http://localhost:5000",
"max_distance": 500,
"min_time": 60,
"min_ball": 50,
"prioritize_vips": true,
"snipe": true,
"snipe_high_prio_only": true,
"snipe_high_prio_threshold": 400,
"update_map": true,
"mode": "priority",
"map_path": "raw_data",
"catch": {
"Aerodactyl": 100,
"Snorlax": 100,
"Dratini": 1000,
"Dragonair": 100,
"Dragonite": 100,
"Farfetch'd": 1000,
"Kangaskhan": 100,
"Mr. Mime": 100,
"Tauros": 100,
"Lapras": 900,
"Electabuzz": 100,
"Magmar": 100,
"Ditto": 100,
"Venusaur": 100,
"Charizard": 100,
"Blastoise": 100,
"Raichu": 100,
"Porygon": 100,
"Scyther": 100,
"Jynx": 100,
"Omastar": 100,
"Dewgong": 100,
"Muk": 100,
"Cloyster": 100,
"Vaporeon": 100,
"Jolteon": 100,
"Flareon": 100,
"Gyarados": 100,
"Slowbro": 100,
"Magneton": 100,
"Electrode": 100,
"Exeggcutor": 100,
"Lickitung": 100,
"Vileplume": 100,
"Alakazam": 100,
"Victreebel": 100
}
}
},
{
"type": "MoveToFort"
},
{
"type": "FollowSpiral"
}
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
},
"websocket_server": false,
"walk": 4.16,
"action_wait_min": 1,
"action_wait_max": 4,
"debug": false,
"test": false,
"health_record": true,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"min_ultraball_to_keep": 10,
"logging_color": true,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"}
},
"release": {
"any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or" },

  "// Legendary pokemons (Goes under S-Tier)": {},
  "Lapras": { "release_below_cp": 1041, "release_below_iv": 0.8, "logic": "and" },
  "Moltres": { "release_below_cp": 1132, "release_below_iv": 0.8, "logic": "and" },
  "Zapdos": { "release_below_cp": 1087, "release_below_iv": 0.8, "logic": "and" },
  "Articuno": { "release_below_cp": 1039, "release_below_iv": 0.8, "logic": "and" },

  "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
  "Mewtwo": { "release_below_cp": 1447, "release_below_iv": 0.8, "logic": "and"},
  "Dragonite": { "release_below_cp": 1300, "release_below_iv": 0.8, "logic": "and" },
  "Snorlax": { "release_below_cp": 1087, "release_below_iv": 0.8, "logic": "and" },
  "// Mew evolves to Mewtwo": {},
  "Mew": { "release_below_cp": 1152, "release_below_iv": 0.8, "logic": "and" },
  "Arcanine": { "release_below_cp": 1041, "release_below_iv": 0.8, "logic": "and" },
  "Vaporeon": { "release_below_cp": 984, "release_below_iv": 0.8, "logic": "and" },
  "Gyarados": { "release_below_cp": 938, "release_below_iv": 0.8, "logic": "and" },
  "Exeggutor": { "release_below_cp": 1032, "release_below_iv": 0.8, "logic": "and" },
  "Muk": { "release_below_cp": 909, "release_below_iv": 0.8, "logic": "and" },
  "Weezing": { "release_below_cp": 784, "release_below_iv": 0.8, "logic": "and" },
  "Flareon": { "release_below_cp": 924, "release_below_iv": 0.8, "logic": "and" },

  "// Growlithe evolves to Arcanine": {},
  "Growlithe": { "release_below_cp": 850, "release_below_iv": 0.8, "logic": "and" },
  "// Dragonair evolves to Dragonite": {},
  "Dratini": { "release_below_cp": 820 },
  "Dragonair": { "release_below_cp": 1200 },
  "// Grimer evolves to Muk": {},
  "Grimer": { "release_below_cp": 650 },
  "// Magikarp evolves to Gyarados": {},
  "Magikarp": { "release_below_cp": 195 },
  "// Exeggcute evolves to Exeggutor": {},
  "Exeggcute": { "release_below_cp": 730 },
  "// Eevee evolves to many versions, like Vaporeon, Flareon": {},
  "Eevee": { "release_below_cp": 500 },

  "// A-Tier pokemons": {},
  "Slowbro": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Victreebel": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Machamp": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Poliwrath": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Clefable": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Nidoking": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Venusaur": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Charizard": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Golduck": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Nidoqueen": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Vileplume": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Blastoise": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Omastar":  { "release_below_cp": 780, "release_below_iv": 0.8, "logic": "and" },
  "Aerodactyl": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Golem": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Wigglytuff": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Dewgong": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Ninetales": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Magmar": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Kabutops": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Electabuzz": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Starmie": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Jolteon": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Rapidash": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Pinsir": { "release_below_cp": 1100, "release_below_iv": 0.8, "logic": "and" },
  "Scyther": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Tentacruel": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Gengar": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Hypno": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Pidgeot": { "always_release": true },
  "Rhydon": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Seaking": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Kangaskhan": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },

  "// Koffing evolves to Weezing (A-Tier)": {},
  "Koffing": { "release_below_cp": 800 },

  "// Below is B-tier and lower pokemons": {},
  "Caterpie": { "always_release": true },
  "Weedle": { "always_release": true },
  "Diglett": { "always_release": true },
  "Metapod": { "always_release": true },
  "Kakuna": { "always_release": true },
  "Rattata": { "always_release": true },
  "Abra": { "release_below_cp": 600, "release_below_iv": 0.8, "logic": "and" },
  "Zubat": { "always_release": true },
  "Chansey": { "release_below_cp": 700, "release_below_iv": 0.8, "logic": "and" },
  "Pidgey": { "always_release": true },
  "Spearow": { "always_release": true },
  "Meowth": { "always_release": true },
  "Krabby": { "always_release": true },
  "Sandshrew": { "always_release": true },
  "Poliwag": { "release_below_cp": 800, "release_below_iv": 0.8, "logic": "and" },
  "Horsea": { "release_below_cp": 600, "release_below_iv": 0.8, "logic": "and" },
  "Gastly": { "release_below_cp": 580 },
  "Ekans": { "always_release": true },
  "Shellder": { "release_below_cp": 450 },
  "Vulpix": { "release_below_cp": 400, "release_below_iv": 0.8, "logic": "and" },
  "Voltorb": { "release_below_cp": 450, "release_below_iv": 0.8, "logic": "and" },
  "Geodude": { "release_below_cp": 700 },
  "Doduo": { "always_release": true },
  "Onix": { "release_below_cp": 800, "release_below_iv": 0.8, "logic": "and" },
  "Mankey": { "release_below_cp": 700, "release_below_iv": 0.8, "logic": "and" },
  "Pikachu": { "release_below_cp": 450, "release_below_iv": 0.8, "logic": "and" },
  "Magnemite": { "release_below_cp": 550, "release_below_iv": 0.8, "logic": "and" },
  "Tentacool": { "always_release": true },
  "Paras": { "always_release": true },
  "Jigglypuff": { "release_below_cp": 565 },
  "Ditto": { "release_below_cp": 350, "release_below_iv": 0.8, "logic": "and" },
  "Staryu": { "release_below_cp": 700 },
  "Charmander": { "release_below_cp": 630 },
  "Goldeen": { "always_release": true },
  "Squirtle": { "release_below_cp": 620 },
  "Cubone": { "always_release": true },
  "Venonat": { "release_below_cp": 680, "release_below_iv": 0.8, "logic": "and" },
  "Bulbasaur": { "release_below_cp": 750 },
  "Drowzee": { "release_below_cp": 780 },
  "Machop": { "release_below_cp": 770 },
  "Psyduck": { "release_below_cp": 730 },
  "Seel": { "release_below_cp": 690 },
  "Kabuto": { "release_below_cp": 760 },
  "Bellsprout": { "release_below_cp": 720 },
  "Omanyte": { "always_release": true },
  "Kadabra": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Oddish": { "release_below_cp": 745 },
  "Dugtrio": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Rhyhorn": { "release_below_cp": 950 },
  "Clefairy": { "release_below_cp": 800, "release_below_iv": 0.8, "logic": "and" },
  "Slowpoke": { "release_below_cp": 800, "release_below_iv": 0.8, "logic": "and" },
  "Pidgeotto": { "always_release": true },
  "Farfetch'd": { "release_below_cp": 680 },
  "Poliwhirl": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Nidoran F": { "release_below_cp": 750, "release_below_iv": 0.8, "logic": "and" },
  "Haunter": { "release_below_cp": 482, "release_below_iv": 0.8, "logic": "and" },
  "Nidoran M": { "release_below_cp": 750, "release_below_iv": 0.8, "logic": "and" },
  "Graveler": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Beedrill": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Raticate": { "always_release": true },
  "Butterfree": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Hitmonlee": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Ponyta": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Hitmonchan": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Charmeleon": { "release_below_cp": 750, "release_below_iv": 0.8, "logic": "and" },
  "Wartortle": { "release_below_cp": 750, "release_below_iv": 0.8, "logic": "and" },
  "Persian": { "always_release": true },
  "Lickitung": { "release_below_cp": 568, "release_below_iv": 0.8, "logic": "and" },
  "Ivysaur": { "release_below_cp": 800, "release_below_iv": 0.8, "logic": "and" },
  "Electrode": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Marowak": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Gloom": { "release_below_cp": 1300, "release_below_iv": 0.8, "logic": "and" },
  "Porygon": { "release_below_cp": 800, "release_below_iv": 0.8, "logic": "and" },
  "Seadra": { "always_release": true },
  "Jynx": { "release_below_cp": 900, "release_below_iv": 0.8, "logic": "and" },
  "Weepinbell": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Tangela": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Fearow": { "release_below_cp": 1500, "release_below_iv": 0.8, "logic": "and" },
  "Parasect": { "always_release": true },
  "Machoke": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Arbok": { "always_release": true },
  "Sandslash": { "always_release": true },
  "Alakazam": { "release_below_cp": 1500, "release_below_iv": 0.8, "logic": "and" },
  "Kingler": { "always_release": true },
  "Dodrio": { "always_release": true },
  "Tauros": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Primeape": { "release_below_cp": 1200, "release_below_iv": 0.8, "logic": "and" },
  "Magneton": { "release_below_cp": 1300, "release_below_iv": 0.8, "logic": "and" },
  "Venomoth": { "release_below_cp": 1300, "release_below_iv": 0.8, "logic": "and" },
  "Golbat": { "always_release": true },
  "Raichu": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
  "Cloyster": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and"},
  "Mr. Mime": { "release_below_cp": 650, "release_below_iv": 0.8, "logic": "and" }
},
"vips" : {
     "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
    "any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
    "Lapras": {},
    "Moltres": {},
    "Zapdos": {},
    "Articuno": {},

    "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
    "Mewtwo": {},
    "Dragonite": {},
    "Snorlax": {},
    "// Mew evolves to Mewtwo": {},
    "Mew": {},
    "Arcanine": {},
    "Vaporeon": {},
    "Gyarados": {},
    "Exeggutor": {},
    "Muk": {},
    "Weezing": {},
    "Flareon": {}

}

}

@fari-99
Copy link
Author

fari-99 commented Aug 13, 2016

@k4n30 yes, thank you for your reply, it's worked know. it's because the config threshold, i think what threshold mean like more and same (>=) not like above (>).

btw VIP the config is

"vips" : {
        "any": {"catch_above_cp": 2000, "catch_above_iv": 0.95, "logic": "or" },
        "Mewtwo": {},
        "Dragonite": {},
        "Snorlax": {},
        "Mew": {},
        "Arcanine": {},
        "Vaporeon": {},
        "Gyarados": {},
        "Exeggutor": {},
        "Muk": {},
        "Weezing": {},
        "Flareon": {}
    } 

@fari-99 fari-99 closed this as completed Aug 13, 2016
@ghost
Copy link

ghost commented Aug 13, 2016

@fari-99 can you share full json.config ?

@fari-99
Copy link
Author

fari-99 commented Aug 13, 2016

@ocoot here you go,

{
    "auth_service": "google",
    "username": "[REDACTED]",
    "password": "[REDACTED]",
    "location": "40.768187, -73.972459",
    "gmapkey": "[REDACTED]",
    "tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "CollectLevelUpReward"
      },
      {
        "type": "UpdateLiveStats",
        "config": {
          "enabled": true,
          "min_interval": 10,
          "stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"],
          "terminal_log": true,
          "terminal_title": true
        }
      },
      {
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": true
        }
      },
      {
        "type": "EvolvePokemon",
          "config": {
            "evolve_all": "Pidgey,Bellsprout,Kabuto,Nidoran F,Nidoran M,Pidgey,Rattata,Zubat,Weedle,Drowzee,Spearow,Venonat,Caterpie,Krabby,Paras,Jigglypuff,Sandshrew,Vulpix,Meowth,Psyduck,Mankey,Tentacool,Ponyta,Slowpoke,Magnemite,Doduo,Seel,Voltorb,Horsea,Goldeen,Staryu,Ekans",
            "first_evolve_by": "cp",
            "evolve_above_cp": 0,
            "evolve_above_iv": 0,
            "logic": "or",
            "evolve_speed": 5,
            "use_lucky_egg": false,
            "run_interval": 180
          }
      },
      {
        "type": "TransferPokemon"
      },
      {
        "type": "RecycleItems",
        "config": {
          "item_filter": {
            "Pokeball": { "keep" : 70 },
            "Greatball": { "keep" : 70 }, 
            "Ultraball": { "keep" : 60 }, 
            "Potion": { "keep" : 0 }, 
            "Super Potion": { "keep" : 0 }, 
            "Hyper Potion": { "keep" : 0 }, 
            "Max Potion" : { "keep": 0 }, 
            "Revive": { "keep" : 0 },
            "Max Revive": { "keep" : 0},
            "Razz Berry": { "keep" : 50 }
          }
        }
      },
      {
        "type": "SpinFort"
      },
      {
         "type": "MoveToMapPokemon",
        "config": {
          "address": "http://localhost:5000",
          "max_distance": 500,
          "min_time": 60,
          "min_ball": 50,
          "prioritize_vips": true,
          "snipe": true,
          "snipe_high_prio_only": true,
          "snipe_high_prio_threshold": 150,
          "update_map": false,
          "mode": "priority",
          "map_path": "raw_data",
          "catch": {
            "==========Legendaries==========": 0,
            "Aerodactyl": 1000,
            "Snorlax": 1000,
            "Articuno": 1000,
            "Zapdos": 1000,
            "Moltres": 1000,
            "Dratini": 1000,
            "Dragonair": 1000,
            "Dragonite": 1000,
            "Mewtwo": 1000,
            "Mew": 1000,

            "==========Region Locked==========": 0,
            "Farfetch'd": 1000,
            "Kangaskhan": 1000,
            "Mr. Mime": 1000,

            "==========Very Rare==========": 0,
            "Lapras": 900,
            "Electabuzz": 900,
            "Magmar": 900,
            "Ditto": 900,

            "==========Starters==========": 0,
            "Bulbasaur": 400,
            "Ivysaur": 600,
            "Venusaur": 1000,

            "Charmander": 400,
            "Charmeleon": 600,
            "Charizard": 1000,

            "Squirtle": 400,
            "Wartortle": 600,
            "Blastoise": 1000,

            "Pikachu": 600,
            "Raichu": 1000,

            "==========Semi Rare==========": 0,
            "Porygon": 200,
            "Scyther": 200,
            "Jynx": 200,

            "==========Uncommon==========": 0,

            "Gengar": 1000,
            "Chansey": 800,
            "Ninetales": 600,

            "Eevee": 200,
            "Vaporeon": 800,
            "Jolteon": 800,
            "Flareon": 800,

            "Magikarp": 200,
            "Gyarados": 800,

            "Magneton": 500,

            "Weezing": 500,

            "Seaking": 500,

            "Starmie": 800,

            "==========T2 Evolvers==========": 0,
            "Gloom": 200,
            "Vileplume": 600,

            "Poliwrath": 800,

            "Kadabra": 600,
            "Alakazam": 800,

            "Machamp": 800,

            "Weepinbell": 400,
            "Victreebel": 800

          }
        }
      },
      {
        "type": "CatchVisiblePokemon"
      },
      {
        "type": "CatchLuredPokemon"
      },
      {
        "type": "MoveToFort",
        "config": {
            "lure_attraction": true,
            "lure_max_distance": 2000
        }
      }
    ],
    "map_object_cache_time": 5,
    "forts": {
      "avoid_circles": true,
      "max_circle_size": 50
    },
    "websocket_server": false,
    "walk": 5.5,
    "action_wait_min": 1,
    "action_wait_max": 3,
    "debug": false,
    "test": false,
    "health_record": true,
    "location_cache": true,
    "distance_unit": "km",
    "reconnecting_timeout": 15,
    "evolve_captured": "Bellsprout,Kabuto,Nidoran F,Nidoran M,Pidgey,Rattata,Zubat,Weedle,Drowzee,Spearow,Venonat,Caterpie,Krabby,Paras,Jigglypuff,Sandshrew,Vulpix,Meowth,Psyduck,Mankey,Tentacool,Ponyta,Slowpoke,Magnemite,Doduo,Seel,Voltorb,Horsea,Goldeen,Staryu,Ekans",
    "catch_randomize_reticle_factor": 1.0,
    "catch_randomize_spin_factor": 1.0,
    "logging_color": true,
    "catch": {
      "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"}
    },
    "catch_throw_parameters": {
      "excellent_rate": 0.1,
      "great_rate": 0.5,
      "nice_rate": 0.3,
      "normal_rate": 0.1,
      "spin_success_rate" : 0.6
    },
    "release": {
      "any": {"release_below_cp": 200, "release_below_iv": 0.3, "logic": "or"},

      "Doduo": {"always_release": true},
      "Dodrio": {"always_release": true},
      "Golbat": {"always_release": true},
      "Zubat": {"always_release": true},
      "Sandslash": {"always_release": true},
      "Sandshrew": {"always_release": true},
      "Arbok": {"always_release": true},
      "Ekans": {"always_release": true},
      "Fearow": {"always_release": true},
      "Spearow": {"always_release": true},
      "Rattata": {"always_release": true},
      "Raticate": {"always_release": true},

      "Victreebel": {"keep_best_iv": 1},
      "Weepinbell": {"always_release": true},
      "Bellsprout": {"always_release": true},

      "Machamp": {"keep_best_iv": 1},
      "Machoke": {"always_release": true},
      "Machop": {"always_release": true},

      "Alakazam": {"keep_best_iv": 1},
      "Kadabra": {"always_release": true},
      "Abra": {"always_release": true},

      "Poliwrath": {"keep_best_iv": 1},
      "Poliwhirl": {"always_release": true},
      "Poliwag": {"always_release": true},

      "Vileplume": {"keep_best_iv": 1},
      "Gloom": {"always_release": true},
      "Oddish": {"always_release": true},

      "Nidoking": {"keep_best_iv": 1},
      "Nidorino": {"always_release": true},
      "Nidoran M": {"always_release": true},

      "Nidoqueen": {"keep_best_iv": 1},
      "Nidorina": {"always_release": true},
      "Nidoran F": {"always_release": true},

      "Pidgeot": {"keep_best_iv": 1},
      "Pidgeotto": {"always_release": true},
      "Pidgey": {"always_release": true},

      "Beedrill": {"keep_best_iv": 1},
      "Kakuna": {"always_release": true},
      "Weedle": {"always_release": true},

      "Butterfree": {"keep_best_iv": 1},
      "Metapod": {"always_release": true},
      "Caterpie": {"always_release": true},

      "Starmie": {"keep_best_iv": 1},
      "Staryu": {"always_release": true},

      "Seadra": {"keep_best_iv": 1},
      "Horsea": {"always_release": true},

      "Seaking": {"keep_best_iv": 1},
      "Goldeen": {"always_release": true},

      "Tangela": {"always_release": true},

      "Chansey": {"keep_best_iv": 1},

      "Rhydon": {"keep_best_iv": 1},
      "Rhyhorn": {"always_release": true},

      "Weezing": {"keep_best_iv": 1},
      "Koffing": {"always_release": true},

      "Lickitung": {"always_release": true},

      "Hitmonchan": {"keep_best_iv": 1},

      "Hitmonlee": {"keep_best_iv": 1},

      "Marowak": {"keep_best_iv": 1},
      "Cubone": {"always_release": true},

      "Exeggutor": {"keep_best_cp": 2},
      "Exeggcute": {"always_release": true},

      "Electrode": {"keep_best_iv": 1},
      "Voltorb": {"always_release": true},

      "Krabby": {"keep_best_iv": 1},
      "Kingler": {"always_release": true},

      "Magnemite": {"keep_best_iv": 1},
      "Magneton": {"always_release": true},

      "Slowbro": {"keep_best_iv": 1},
      "Slowpoke": {"always_release": true},

      "Rapidash": {"keep_best_iv": 1},
      "Ponyta": {"always_release": true},

      "Pinsir": {"always_release": true},

      "Gyarados": {"keep_best_iv": 1, "keep_best_cp": 2},
      "Magikarp": {"keep_best_cp": 2, "keep_best_iv": 1},

      "Kabuto": {"always_release": true},
      "Kabutops": {"keep_best_iv": 1},

      "Flareon": {"keep_best_cp": 2},
      "Jolteon": {"keep_best_cp": 2},
      "Vaporeon": {"keep_best_cp": 2},
      "Eevee": {"keep_best_iv": 3},

      "Golem": {"keep_best_iv": 1},
      "Graveler": {"always_release": true},
      "Geodude": {"always_release": true},

      "Golduck": {"keep_best_iv": 1},
      "Psyduck": {"always_release": true},

      "Persian": {"keep_best_iv": 1},
      "Meowth": {"always_release": true},

      "Dugtrio": {"keep_best_iv": 1},
      "Diglett": {"always_release": true},

      "Venomoth": {"keep_best_iv": 1},
      "Venonat": {"always_release": true},

      "Wigglytuff": {"keep_best_iv": 1},
      "Jigglypuff": {"always_release": true},

      "Clefable": {"keep_best_iv": 1},
      "Clefairy": {"always_release": true},

      "Primeape": {"keep_best_iv": 1},
      "Mankey": {"always_release": true},

      "Arcanine": {"keep_best_cp": 2},
      "Growlithe": {"always_release": true},

      "Tentacruel": {"keep_best_cp": 2},
      "Tentacool": {"always_release": true},

      "Parasect": {"keep_best_iv": 1},
      "Paras": {"always_release": true},

      "Ninetales": {"keep_best_cp": 2},
      "Vulpix": {"always_release": true},

      "Hypno": {"release_below_cp": 2000},
      "Drowzee": {"always_release": true},

      "Onix": {"always_release": true},

      "Gengar": {"keep_best_iv": 1},
      "Haunter": {"always_release": true},
      "Gastly": {"always_release": true},

      "Cloyster": {"keep_best_iv": 1},
      "Shellder": {"always_release": true},

      "Muk": {"keep_best_iv": 1},
      "Grimer": {"always_release": true},

      "Dewgong": {"keep_best_iv": 1},
      "Seel": {"always_release": true},

      "Omastar": {"keep_best_iv": 1},
      "Omanyte": {"always_release": true},

      "Jynx": {"always_release": true},

      "Scyther": {"keep_best_cp": 1},

      "Porygon": {"keep_best_iv": 1},

      "Raichu": {"keep_best_iv": 1},
      "Pikachu": {"keep_best_iv": 1},

      "Blastoise": {"keep_best_iv": 1},
      "Wartortle": {"keep_best_iv": 1},
      "Squirtle": {"always_release": true},

      "Charizard": {"keep_best_iv": 1},
      "Charmeleon": {"keep_best_iv": 1},
      "Charmander": {"always_release": true},

      "Venusaur": {"keep_best_iv": 1},
      "Ivysaur": {"keep_best_iv": 1},
      "Bulbasaur": {"always_release": true},

      "Ditto": {"keep_best_iv": 1},
      "Magmar": {"keep_best_iv": 1},
      "Electabuzz": {"keep_best_iv": 1},
      "Lapras": {"keep_best_cp": 2, "keep_best_iv": 1},

      "Tauros": {"keep_best_iv": 1},
      "Mr. Mime": {"keep_best_iv": 1},
      "Kangaskhan": {"keep_best_iv": 1},
      "Farfetch'd": {"keep_best_iv": 1},

      "Mew": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Mewtwo": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Dragonite": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Dragonair": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Dratini": {"keep_best_iv": 1},
      "Moltres": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Zapdos": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Articuno": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Snorlax": {"keep_best_cp": 2, "keep_best_iv": 1},
      "Aerodactyl": {"keep_best_cp": 2, "keep_best_iv": 1}
    },
    "vips" : {
        "any": {"catch_above_cp": 2000, "catch_above_iv": 0.95, "logic": "or" },
        "Mewtwo": {},
        "Dragonite": {},
        "Snorlax": {},
        "Mew": {},
        "Arcanine": {},
        "Vaporeon": {},
        "Gyarados": {},
        "Exeggutor": {},
        "Muk": {},
        "Weezing": {},
        "Flareon": {}
    } 
}

@ghost
Copy link

ghost commented Aug 13, 2016

@fari-99 for the snipping i mean bro

@ghost
Copy link

ghost commented Aug 13, 2016

and i need some information about this

"prioritize_vips": true,
"snipe_high_prio_only": true,
"snipe_high_prio_threshold": 200,

a few questions:

  1. prioritize_vips if i set to true, it will catch only on vip config? right?
  2. what that mean about snipe_high_prio_only and snipe_high_prio_threshold? and what pokemon is included in that category? i really didn't know about the threshold of pokemon :/

@fari-99
Copy link
Author

fari-99 commented Aug 13, 2016

@ocoot opps, sorry already updated the comment.

  1. prioritize_vips mean, if in map area like in my pic have vip pokemon it will first catch the vip pokemon, after that catch another pokemon.
  2. snipe_high_prio_only is if your config for sniping pokemon more than snipe_high_prio_threshold than catch that pokemon. basically like if priority pokemon more than (not same and more) snipe_high_prio_threshold, catch that pokemon.
  3. the threshold is in config MoveToMapPokemon task in catch config. example dragonair: 1000

@ghost
Copy link

ghost commented Aug 13, 2016

so @fari-99 , prioritize_vips will catch all pokemon on list

"vips" : {
"Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
"any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
"Lapras": {},
"Moltres": {},
"Zapdos": {},
"Articuno": {},

    "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
    "Mewtwo": {},
    "Dragonite": {},
    "Snorlax": {},
    "// Mew evolves to Mewtwo": {},
    "Mew": {},
    "Arcanine": {},
    "Vaporeon": {},
    "Gyarados": {},
    "Exeggutor": {},
    "Muk": {},
    "Weezing": {},
    "Flareon": {}

??????

  1. and i no need to edit the value on catch config? like that?

@fari-99
Copy link
Author

fari-99 commented Aug 13, 2016

@ocoot

  1. yes
  2. yep. i use it like that too. because vip pokemon will catch it even the cp or iv is still below the any logic.

@ghost
Copy link

ghost commented Aug 13, 2016

@fari-99 ok thankyou 🐙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants