PokeBot/wiki/Seeds.md

12 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2015-04-07 13:53:19 -07:00
# Seeds for epic runs
seed(91753768): Add v1.4.2 stats Full log below: 1. Pallet Rival: 0:01:55 (01:55) 2. Nidoran grass: 0:06:07 (04:12) 13 8 13 7 beat Brock with a great Nidoran! Att: 16, Def: 12, Speed: 15, Special: 12, caught at level 4. 3. Brock's Gym: 0:10:47 (04:40) 4. Route 3: 0:17:57 (07:10) 15 Moon encounters, but we caught a Paras! 5. Mt. Moon: 0:26:57 (09:00) RCE 5551 13 8 13 7 55 46 52 44 6. Nugget Bridge: 0:34:11 (07:14) 7. Misty's Gym: 0:39:58 (05:47) YOLO enabled at Surge's Gym Ugh, 14 try Trashcans || 0:48:37 gen 1 missed :( (1 in 256 chance) 8. Surge's Gym: 0:49:52 (09:54) needs a 4-turn thrash (1 in 2 chance) to beat this dangerous trainer... Giovanni skip strats! 9. HM02 Fly: 1:00:00 (10:08) is using Rock Slide to one-hit these Ghastlies in red-bar (each is 1 in 10 to miss) 10. Pokemon Tower: 1:07:41 (07:41) YOLO disabled at Safari Zone 11. Silph Giovanni: 1:18:26 (10:45) EQ Elixer: Koga's Gym 12. Koga's Gym: 1:22:03 (03:37) 13. Erika's Gym: 1:27:14 (05:11) 14. Blaine's Gym: 1:30:08 (02:54) EQ Elixer: Saffron City 15. Sabrina's Gym: 1:31:55 (01:47) is using risky strats on Giovanni to skip the extra Max Ether... 16. Giovanni's Gym: 1:35:20 (03:25) is skipping the Center and attempting to red-bar the Elite 4! 17. Lorelei: 1:43:21 (08:01) 18. Bruno: 1:44:38 (01:17) 19. Agatha: 1:46:29 (01:51) 20. Lance: 1:48:23 (01:54) YOLO enabled at Lance Uh oh... First-turn Sky Attack could end the run here, attempting to heal for it. 21. Blue: 1:51:23 (03:00) v1.4.2: 400988 frames, with seed 91753768 beat the game in 1:51:23!
2015-04-14 01:34:49 -07:00
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. A screenshot is also saved to the `Gameboy\Screenshots` folder in the `Bizhawk` directory.
2015-04-07 13:53:19 -07:00
2015-05-03 16:53:47 -07:00
### [Pokémon Red](https://github.com/kylecoburn/PokeBot/blob/master/wiki/red/Seeds.md)
2015-04-07 13:53:19 -07:00
2015-05-03 16:53:47 -07:00
### [Pokémon Yellow](https://github.com/kylecoburn/PokeBot/blob/master/wiki/yellow/Seeds.md)
2015-04-07 13:53:19 -07:00
To reproduce any of these runs, set [`CUSTOM_SEED` in `main.lua`](https://github.com/kylecoburn/PokeBot/blob/27aa1dcd2cec1bbe25607fa346836f63b349ad5f/main.lua#L5) to the seed number, `NIDORAN_NAME` to the matching name, and run the bot.
2015-05-03 16:53:47 -07:00
Have you found a seed with a great time, using the bots default settings, on the latest version? [Let us know](https://github.com/kylecoburn/PokeBot/issues/4), and well add it to the list!