• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

[Scripting Question] Overworld Event Encounters in Safari?

  • 2
    Posts
    1
    Years
    • Seen Jun 25, 2024
    I'm trying to add overworld encounter pokemon in the safari zone. So far I have basically copied the Deoxys event from the base essentials and manipulated it to work with the Pokemon that I want.
    The issue I have is that in the safari zone, the overworld encounters still show up like a normal wild encounter (player still sends out pokemon and have access to bag). Is there a way to make these event encounters count in the safari rules?
     
    Take a look at how safari encounters are performed.
    Typically wild battles will, at some point, call a
    Ruby:
    WildBattle.Start
    You can trace how a safari encounter works and see if they call something else such as
    Ruby:
    SafariBattle.Start #An example, name probably not correct
    For example.
    Then edit your event or script to use this new start call.
    I'm not able to give you the exact answer as I'm away but hopefully that's put you on the right path!
     
    Back
    Top