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

[Error] Uninitialized Constant Vector with EBS

  • 15
    Posts
    8
    Years
    • Seen Jun 17, 2022
    [edit because i somehow posted an entire script on accident]
    i'm using the EBS battle system, but when i went into a battle i got this error.
    https://imgur.com/a/cIMu2NX
    how do i fix this?
     
    Last edited:
    i used the one i found on this thread. https://www.pokecommunity.com/threads/411294

    I know Marin's is missing my utilities script. I can't vouch for the other. In any case either the resource is missing all the required script sections, or you didn't properly install EBS.

    The best course of action is getting my official release from the site Vendily mentioned (https://resources.luka-sj.com) and either use the EPI (if possible) to automatically install everything that you need, or click on the blue plus button on the site to reveal the manual downloads for all my resources.
     

    Right, forgot that info is stored in the error message these days.

    Anyways, are you sure you applied all the scripts which came with the download of EBS? Because you're missing the following as per the error message:
    Code:
    def playBattlerCry(battler)
      species = battler.species
      pokemon = getBattlerPokemon(battler)
      pokemon = pokemon.pokemon if pokemon.respond_to?(:pokemon)
      pbPlayCry(pokemon ? pokemon : species)
    end
    This function is found in EliteBattle_0 (the main 'Battle Script').
     
    Right, forgot that info is stored in the error message these days.

    Anyways, are you sure you applied all the scripts which came with the download of EBS? Because you're missing the following as per the error message:
    Code:
    def playBattlerCry(battler)
      species = battler.species
      pokemon = getBattlerPokemon(battler)
      pokemon = pokemon.pokemon if pokemon.respond_to?(:pokemon)
      pbPlayCry(pokemon ? pokemon : species)
    end
    This function is found in EliteBattle_0 (the main 'Battle Script').
    It finally worked! Now i can fight Moltres in peace!
     
    Right, forgot that info is stored in the error message these days.

    Anyways, are you sure you applied all the scripts which came with the download of EBS? Because you're missing the following as per the error message:
    Code:
    def playBattlerCry(battler)
      species = battler.species
      pokemon = getBattlerPokemon(battler)
      pokemon = pokemon.pokemon if pokemon.respond_to?(:pokemon)
      pbPlayCry(pokemon ? pokemon : species)
    end
    This function is found in EliteBattle_0 (the main 'Battle Script').

    Are u back?
     
    Back
    Top