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

[Error] Uninitialized Constant Vector with EBS

15
Posts
7
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:

    Luka S.J.

    Jealous Croatian
    1,270
    Posts
    15
    Years

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

    Luka S.J.

    Jealous Croatian
    1,270
    Posts
    15
    Years

  • 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').
     
    15
    Posts
    7
    Years
    • Seen Jun 17, 2022
    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!
     

    #Not Important

    All hail the wishmaker
    910
    Posts
    4
    Years
  • 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