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

Increase XP/hour #3124

Closed
OVO647 opened this issue Aug 8, 2016 · 12 comments
Closed

Increase XP/hour #3124

OVO647 opened this issue Aug 8, 2016 · 12 comments

Comments

@OVO647
Copy link

OVO647 commented Aug 8, 2016

Total XP Earned: 13290 Average: 11283.78/h. I'm running it in a populated area with multiple lures and pokestops next to each other. How can I improve my config?

Here is my config

"tasks": [
  {
    "type": "HandleSoftBan"
  },
  {
    "type": "CollectLevelUpReward"
  },
  {
    "type": "IncubateEggs",
    "config": {
      "longer_eggs_first": true
    }
  },
  {
    "type": "TransferPokemon"
  },
  {
    "type": "EvolvePokemon",
    "config": {
        "evolve_all": "none",
        "first_evolve_by": "cp",
        "evolve_above_cp": 500,
        "evolve_above_iv": 0.8,
        "logic": "or",
        "evolve_speed": 20,
        "use_lucky_egg": false
    }
  },
  {
    "type": "RecycleItems",
    "config": {
      "item_filter": {
        "Pokeball":       { "keep" : 60 },
        "Potion":         { "keep" : 0 },
        "Super Potion":   { "keep" : 0 },
        "Hyper Potion":   { "keep" : 0 },
        "Revive":         { "keep" : 0 },
        "Razz Berry":     { "keep" : 60 }
      }
    }
  },
  {
    "type": "CatchVisiblePokemon"
  },
  {
    "type": "CatchLuredPokemon"
  },
  {
    "type": "SpinFort"
  },
  {
    "type": "MoveToFort",
    "config": {
        "lure_attraction": true,
        "lure_max_distance": 2000
    }
  },
  {
    "type": "FollowSpiral",
    "config": {
      "diameter": 4,
      "step_size": 70
    }
  }
],
"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": 1,
"debug": false,
"test": false,
"health_record": true,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
  "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
  "// Example of always catching Rattata:": {},
  "// Rattata": { "always_catch" : true }
},
"release": {
  "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
  "// Example of always releasing Rattata:": {},
  "// Rattata": {"always_release": true},
  "// Example of keeping 3 stronger (based on CP) Pidgey:": {},
  "// Pidgey": {"keep_best_cp": 65},
  "// Example of keeping 2 stronger (based on IV) Zubat:": {},
  "// Zubat": {"keep_best_iv": 2},
  "// Also, it is working with any": {},
  "// any": {"keep_best_iv": 3},
  "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
  "// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3}
},
"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": {}

}

}

@designer2k2
Copy link

"walk": 14.16,

@TD-Stanley
Copy link

TD-Stanley commented Aug 8, 2016

{
"type": "EvolvePokemon",
"config": {
"evolve_all": "Pidgey,Weedle,Rattata,Spearow,Caterpie,Zubat,Oddish,Meowth,Poliwag,Nidoran F, Nidoran M",
"first_evolve_by": "cp",
"evolve_above_cp": 1,
"evolve_above_iv": 0.1,
"logic": "or",
"evolve_speed": 20,
"use_lucky_egg": true
}
},

"release": {
"any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
"// Example of always releasing Rattata:": {},
"// Example of keeping 3 stronger (based on CP) Pidgey:": {},
"any": {"keep_best_cp": 5, "keep_best_iv": 5}
},

@MrPurple6411
Copy link

MrPurple6411 commented Aug 8, 2016

"walk": 14.16, is not as good as 13.8 as anything above 14 wont hatch eggs. I personally prefer 12.8 just because.... idk I just do.
also I personally use the evolve_captured not the evolve all as the evolve all only runs when you start the bot

@OVO647
Copy link
Author

OVO647 commented Aug 8, 2016

How do I make my config rename pokemon as well as wait until it get the maximum number of evolvable pokemon before popping a lucky egg?

@andriiaveiro
Copy link

how to check exp earned? im using ubuntu

@SpencerCarstens
Copy link

{
    "type": "NicknamePokemon",
    "config": {
        "nickname_template": "{name}_{iv_pct}"
    }
}

@OVO647
Copy link
Author

OVO647 commented Aug 8, 2016

@SpencerCarstens Where do I put that in config?

@SpencerCarstens
Copy link

FFS man. https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Configuration-files

@OVO647
Copy link
Author

OVO647 commented Aug 8, 2016

I'm trying my best here never ran any sort of bot before.

@vicch
Copy link

vicch commented Aug 8, 2016

"walk": 58.2 still hatching eggs, that is not the actual speed.

@SpencerCarstens
Copy link

Then... what...

@TheSegfault
Copy link

This isn't an Issue...... Plz....

@OVO647 OVO647 closed this as completed Aug 8, 2016
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

8 participants