• 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.

Problem with Safari encounters

129
Posts
14
Years
    • Seen Sep 4, 2023
    Hello everyone,

    I am having a problem when trying to use the Safari Zone, even in the non-modified Essentials v13.
    I get this error whenever a Safari Battle starts:
    Code:
    Exception: NoMethodError
    Message: undefined method `isMega?' for #<PokeBattle_FakeBattler:0x9533820>
    PokeBattle_ActualScene:748:in `refresh'
    PokeBattle_ActualScene:651:in `initialize'
    PokeBattle_ActualScene:1886:in `new'
    PokeBattle_ActualScene:1886:in `pbStartBattle'
    PokeBattle_SafariZone:101:in `pbStartBattle'
    PokemonSafari:114:in `pbSafariBattle'
    PokemonSafari:113:in `pbSceneStandby'
    PokemonSafari:115:in `pbSafariBattle'
    PokemonSafari:112:in `pbBattleAnimation'
    PokemonSafari:112:in `pbSafariBattle'

    I would like to know if anyone else is getting this error, or if this is a bug in v13.
    Thank you very much!
     
    17
    Posts
    10
    Years
    • Seen Nov 2, 2020
    So sorry, but my Essentials is having the same problem.
    PS: Sorry my english, i am not tlak your speak. I using the Google Translator :P.
     
    129
    Posts
    14
    Years
    • Seen Sep 4, 2023
    Oh, nice to know that it is a general problem.
    Does anyone knows a temporary solution for this? I am really needing it.
    Thank you!
     

    Nickalooose

    --------------------
    1,309
    Posts
    16
    Years
    • Seen Dec 28, 2023
    What's the problem? Before the battle? During the battle? During Mega Evo?
     

    Maruno

    Lead Dev of Pokémon Essentials
    5,285
    Posts
    16
    Years
  • Script section PokeBattle_SafariZone, class PokeBattle_FakeBattler, add:

    Code:
      def isMega?; return false; end
      def hasMega?; return false; end
     
    Back
    Top