• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

Cave Encounters

Eternal Dreamer

Dreaming my way to the top!
  • 20
    Posts
    13
    Years
    Okay, I may seem like a complete newb, but I just want to make sure that I do this right.

    When I go into the editor, and set encounters for a cave, do I have to have a certain tile for it to work? (Like grass with terrain tag 2 for land)

    Because, I recently went to test my caves, and there were no encounters...
     
    Two small advices when you have this kind of problems. First, try looking for it in Pokemon Essentials Wiki, like this: https://pokemonessentials.wikia.com/wiki/Encounters Usually descriptions there help a lot.

    Second, try posting an example of what you have made (inside a CODE tag) so people can see what's wrong.

    Considering your description I wonder, did you specify it is a Cave? Usually any normal outside map would say something like:

    Code:
    [FONT="Arial"]01 # Map Name
    25,10,10
    [B]Land[/B]
    PIDGEY,2
    PARAS,2
    PARAS,3
    RATTATA,3[/FONT]

    But a map cave would say:
    Code:
    [FONT="Arial"]002 # Cave Name
    25,10,10
    [B]Cave[/B]
    ZUBAT,5
    GEODUDE,5
    GEODUDE,6
    ZUBAT,7[/FONT]

    See the bold text? When you want it to be a cave, you should specify that in encounters.txt, that way pokemon can be found ANYWERE. If your cave is set as "Land" you won't find pokemon because there's no tall grass in caves, and that's what Land is for.
     
    Yes, I did set it as cave tiles and there was no luck.

    I figured it might be some error with Pokemon Essentials, and downloaded the newest release. That seems to have fixed the problem! Thanks anyways ^_^
     
    Back
    Top