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

[Need] Good Coords and configs #3995

Closed
icecubeice opened this issue Aug 15, 2016 · 2 comments
Closed

[Need] Good Coords and configs #3995

icecubeice opened this issue Aug 15, 2016 · 2 comments

Comments

@icecubeice
Copy link

My config only gives me about 20k xp perhour, I had seen some reach 100k any one willing to share?

{
"auth_service": "ptc",
"username": "x",
"password": "x",
"location": "40.758846660085474 , -73.98512810468674",
"gmapkey": "AIzaSyDi7cSfqqq0In73o_kFdbXZXpqGCcma6p4",
"tasks": [
{
"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": true,
"terminal_title": true

  }
},
{
  "type": "RecycleItems",
  "config": {
    "run_interval": 60,
    "item_filter": {
      "Pokeball": {
        "keep": 30
      },
      "Greatball": {
        "keep": 30
      },
      "Ultraball": {
        "keep": 60
      },
      "Masterball": {
        "keep": 80
      },
      "Potion": {
        "keep": 20
      },
      "Super Potion": {
        "keep": 20
      },
      "Hyper Potion": {
        "keep": 20
      },
      "Max Potion": {
        "keep": 80
      },
      "Revive": {
        "keep": 50
      },
      "Max Revive": {
        "keep": 30
      },
      "Razz Berry": {
        "keep": 30
      }
    }
  }
},
{
  "type": "EvolvePokemon",
  "config": {
    "evolve_all": "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": 1,
    "use_lucky_egg": false,
    "run_interval": 180
  }
},
{
  "type": "TransferPokemon",
  "config": {
    "run_interval": 180
  }
},
{
  "type": "MoveToFort",
  "config": {
    "lure_attraction": true,
    "lure_max_distance": 2000,
    "ignore_item_count": true
  }
},
{
  "type": "SpinFort",
  "config": {
    "ignore_item_count": true
  }
},
{
  "type": "CatchVisiblePokemon"
},
{
  "type": "CatchLuredPokemon"
}

],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 500
},
"websocket_server": false,
"walk": 10,
"action_wait_min": 0,
"action_wait_max": 1,
"debug": false,
"test": false,
"health_record": false,
"location_cache": false,
"distance_unit": "m",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {
"always_catch": true
}
},
"release": {
"any": {
"keep_best_iv": 1
},
"Moltres": {
"keep_best_iv": 3
},
"Zapdos": {
"keep_best_iv": 3
},
"Articuno": {
"keep_best_iv": 3
},
"Mewtwo": {
"keep_best_iv": 3
},
"Dragonite": {
"keep_best_iv": 3
},
"Dratini": {
"keep_best_iv": 3
},
"Dragonair": {
"keep_best_iv": 3
},
"Vaporeon": {
"keep_best_iv": 3
},
"Gyarados": {
"keep_best_iv": 3
},
"Flareon": {
"keep_best_iv": 3
},
"Snorlax": {
"keep_best_iv": 3
}
},
"vips": {
"any": {
"catch_above_cp": 1200,
"catch_above_iv": 0.9,
"logic": "or"
},
"Lapras": {},
"Moltres": {},
"Zapdos": {},
"Articuno": {},
"Mewtwo": {},
"Dragonite": {},
"Snorlax": {},
"Mew": {},
"Arcanine": {},
"Vaporeon": {},
"Gyarados": {},
"Exeggutor": {},
"Muk": {},
"Weezing": {},
"Flareon": {}
}
}

@belinux
Copy link

belinux commented Aug 15, 2016

You forgot to set:
{ "type":"Laziness", "config":{ "enabled":false } },
please, close the issue..

@icecubeice
Copy link
Author

@carlosbellino ill try

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