Skip to content

Stop Conditions

Lusamine edited this page Oct 13, 2020 · 9 revisions

These settings need be configured for Fossil Bot, Egg Bot, and Encounter Bot to tell the bot when it has found its target. It is your responsibility to ensure that these settings make sense for what you are hunting.

  • StopOnSpecies: Stop only on Pokémon of a particular species. If set to "None", it will not check species at all.
  • TargetNature: Stop only on Pokémon with a specific nature. If set to "Random", it will allow any nature.
  • TargetIVs: Allows you to specify IVs you want the bot to search for. The bot matches 0's and 31's, and otherwise considers any values a minimum value. When defining a spread, use "x" for unchecked IVs and "/" as a separator. By default, TargetIVs is empty and the bot will not check any IVs.
    • Examples: specifying 31/0/25/25/25/25 will select for any Pokémon with 31 HP IV, 0 Att IV, and 25-31 of everything else. Specifying 31/0/22/x/x/x will select for any Pokémon with 31 HP IV, 0 Att IV, at least 22 Def IV, and any IV for the rest.
  • ShinyTarget: Allows you to specify the type of shiny to stop on. "DisableOption" ignores the shiny status.
  • MarkOnly: Only stops on Pokémon with a Mark if set to "true".
  • CaptureVideoClip / ExtraTimeWaitCaptureVideo: If enabled, the bot will hold Capture to record a 30 second video clip when it finds a target. Adjust the time in milliseconds if you want it to wait longer after a match. Beware that many encounters are detected before the Pokémon is visible on screen.
  • MatchShinyAndIV: If set to "true", the bot will only stop if the encounter matches the TargetIvs and ShinyTarget. Otherwise, it will stop if either of them match. This is useful if you are okay with specific IVs or any shiny with any IVs, but do not necessarily want both on the same Pokémon.
Clone this wiki locally