PokeBot/Seeds.md

12 lines
847 B
Markdown
Raw Normal View History

2015-04-07 13:53:19 -07:00
# Seeds for epic runs
PokéBot comes with a built-in run recording feature that takes advantage of random number seeding to reproduce runs in their entirety. Any time the bot resets or beats the game, it logs a number to the Lua console that is the seed for the run. This seed allows you to easily share the run with others.
Have you found a seed that results in a run of `1:53:00` or better? [Let us know](https://github.com/kylecoburn/PokeBot/issues/4), and well add it to the list!
| Time | Seed | Bot version | Found by |
|---------|--------------|-------------|----------|
| 1:50:42 | `1428414915` | v1.3.0 | Gofigga |
To reproduce any of these runs, set [`CUSTOM_SEED` in `main.lua`](https://github.com/kylecoburn/PokeBot/blob/0ec69a6a958d15b3a9dccb492fa83e4a1dcae2e0/main.lua#L5) to the seed number and run the bot.