• 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!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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