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

[PBS Question] Required entry Evolutions is missing or empty

28
Posts
15
Years
  • Hi,
    everytime I am changing a PBS File, I get this Error:

    Code:
    ---------------------------
    Pokémon Mondweiß
    ---------------------------
    Exception: RuntimeError
    
    Message: Required entry Evolutions is missing or empty in section 3 (PBS/pokemon.txt)
    
    Compiler:2289:in `pbCompilePokemonData'
    
    Compiler:2280:in `each'
    
    Compiler:2280:in `pbCompilePokemonData'
    
    Compiler:2279:in `each'
    
    Compiler:2279:in `pbCompilePokemonData'
    
    Compiler:2265:in `pbEachFileSection'
    
    Compiler:1674:in `pbEachFileSectionEx'
    
    Compiler:1636:in `each_line'
    
    Compiler:1636:in `pbEachFileSectionEx'
    
    Compiler:1674:in `pbEachFileSection'
    
    
    
    This exception was logged in 
    
    C:\Users\Admin\Saved Games/Pokémon Mondwei_/errorlog.txt.
    
    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK   
    ---------------------------

    Section 3 Looks like this:
    Code:
    [3]
    Name=Bisaflor
    InternalName=VENUSAUR
    Type1=GRASS
    Type2=POISON
    BaseStats=80,82,83,80,100,100
    GenderRate=FemaleOneEighth
    GrowthRate=Parabolic
    BaseEXP=236
    EffortPoints=0,0,0,0,2,1
    Rareness=45
    Happiness=70
    Abilities=OVERGROW
    HiddenAbility=CHLOROPHYLL
    Moves=1,TACKLE,1,GROWL,1,LEECHSEED,1,VINEWHIP,3,GROWL,7,LEECHSEED,9,VINEWHIP,13,POISONPOWDER,13,SLEEPPOWDER,15,TAKEDOWN,20,RAZORLEAF,23,SWEETSCENT,28,GROWTH,31,DOUBLEEDGE,32,PETALDANCE,39,WORRYSEED,45,SYNTHESIS,53,SOLARBEAM
    EggMoves=
    Compatibility=1,7
    StepsToHatch=5355
    Height=2.0
    Weight=100.0
    Color=Green
    Habitat=Grassland
    Kind=Samen
    Pokedex=Nach einem Regentag riecht die Blume auf seinem Rücken intensiver. Das Aroma zieht andere Pokémon an.
    BattlerPlayerY=0
    BattlerEnemyY=9
    BattlerAltitude=0
    Evolutions=

    If I fill it with something, for example (Evolutions=DITTO,Level,101) it works, but the Error jumps to Charizard ....
    any guesses?
     
    Last edited:
    Back
    Top