• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Eventing Question] impossible to capture

etique

etique
268
Posts
6
Years
    • Seen Oct 30, 2022
    would it be possible to create a map where you battle but can not capture pokemons? I want it to be impossible to capture independently of the ball
     
    1,403
    Posts
    10
    Years
    • Seen Apr 29, 2024
    There's (at least) three obvious approaches:

    1. Find the part of the code that's responsible for working out if your ball can catch the Pokémon, and make it always fail to catch if the player is on a particular map.
    2. Find the part of the code that's responsible for checking which items you can use in battle, and make it report that balls are unusable on a particular map.
    3. Find the part of the code that's responsible for checking if it's a trainer battle ("don't be a thief" or whatever it says), and add an additional check for a particular map.

    Obviously you could check for a switch or whatever instead of the map ID.
     
    Last edited:
    Back
    Top