Skip to content
Lusamine edited this page Jul 2, 2021 · 51 revisions

Moar EncounterBots

Working Proof-of-Concept for extra bots that shiny hunt or mark for specific encounters in game.

See the branch here.

Everything on the official SysBot.NET wiki about Encounter Bot applies.

Every millisecond counts. If you find a way to make any of these routines faster without breaking everything else, feel free to let me know.

If you are using any bot that goes into battle/camp and your party Pokémon have high friendship, your lead Pokémon is shiny with a loud ability, or you have animations on for some godforsaken reason, you are going to be slow and the bot will probably fumble and fail. This is called a self-inflicted wound. Handle these issues before trying to run the bot.

Reset Bot

These are all routines that rely on resetting the game. Since the game is closed and reopened, you will need the latest version of ldn_mitm.

Common Routines

  • Gift: Any encounter where an NPC gives you a Pokémon or trades you a Pokémon. This checks for Box 1, Slot 1 to change, so if you are trading, put the Pokémon you want to trade in that slot, and if you are receiving a gift, leave it empty. You must have a full party.
  • Reset: Presses A until a wild encounter. Use this for any Regi not named Regigigas, tree encounters, "strong spawns" (look up how to despawn and date skip), or that Impidimp in Glimwood Tangle.
  • Regigigas: Reset mode but for Regigigas only.
  • Eternatus: Same as on the official wiki.

Unusual Routines

  • MotostokeGym: For the three scripted encounters in the Motostoke Gym challenge. Presses UP, then checks the encounter. Obviously, you need to save below the Pokémon.
  • Eldegoss: For the Route 5 Eldegoss encounter. Walks right and then waits for Eldegoss to float into you. eldegossposition
    Best location to stand is just to the left of the 3rd post from the right below the line in the road while on the bike.

Camping Bot

This is for the Swords of Justice (not Keldeo), Spiritomb, and the Galarian birds (Moltres/Articuno) which respawn upon entering and leaving camp. Galarian Birds are not guaranteed respawn, so if you fail to enter battle, the bot will reset the game. See this demonstration video for this method. You'll also need ldn_mitm for this if you give it any chance to reboot your game.

General Setup

  • You need to despawn the Pokémon of interest and save on top of the spawn.
    • Ideal camping spot for Galarian Articuno is here.
    • Ideal camping spot for Galarian Moltres is here. You don't need to be on top of the spawn in this case.
    • Some people have camped Galarian Zapdos very, very carefully. This might work, but it's very finicky.
  • Move the Camp button to the first button in your X menu. Buttons can be swapped by pressing Y.

Tea Smasher

Based on the mechanic where SWSH stores the species/form of the last KO'd Pokémon and has an increased rate of spawning a new one on the next spawn. Refer to this post about the hunting method we are using. This bot will continue to KO Sinistea-1 until something else spawns, which triggers a game reset. This means you need ldn_mitm.

General Setup

  • You must find an Authentic Sinistea and save beside it. This bot is configured for this location specifically:
    image
  • Each loop should look like this video. Reposition until you get this motion each time.
  • Your first Pokémon's first move should be strong enough to KO Sinistea. Don't forget that Sinistea knows Memento here.
  • Don't walk around with your Pokémon in the Crown Tundra. This disrupts last spawn detection.
  • Spraying a Max Repel can eliminate hidden Pokémon interference. This method doesn't work on hidden Pokémon, but one of them spawning can use up the stored bonus regardless.
Clone this wiki locally