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

Help! Script error!?

Status
Not open for further replies.
39
Posts
13
Years
  • ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: RuntimeError

    Message: Required entry Compatibility is missing or empty in section 531 (PBS/pokemon.txt)

    Compiler:2189:in `pbCompilePokemonData'

    Compiler:2180:in `each'

    Compiler:2180:in `pbCompilePokemonData'

    Compiler:2179:in `each'

    Compiler:2179:in `pbCompilePokemonData'

    Compiler:2165:in `pbEachFileSection'

    Compiler:1607:in `pbEachFileSectionEx'

    Compiler:1569:in `each_line'

    Compiler:1569:in `pbEachFileSectionEx'

    Compiler:1607:in `pbEachFileSection'



    This exception was logged in

    C:\Users\SuperDryBones9000\Saved Games/Pokemon Invasion/errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
    I get this error, but there's nothing wrong with that script section. Is there?
    ---------------------------
    [531]
    Name=AUDINO
    InternalName=AUDINO
    Kind=Hearing
    Pokedex=Its auditory sense is astounding. It has a radar-like ability to understand its surrounding through slight sounds.
    Type1=NORMAL
    BaseStats=103,60,86,50,60,86
    Rareness=255
    BaseEXP=255
    Happiness=70
    GrowthRate=Medium
    StepsToHatch=5355
    Color=Pink
    EffortPoints=2,0,0,0,0,0
    Abilities=CUTECHARM,SERENEGRACE
    Compatability=6,6
    Height=1.1
    Weight=31.0
    GenderRate=Female50Percent
    Moves=1,POUND,1,GROWL,1,HELPINGHAND,5,REFRESH,10,DOUBLESLAP,15,ATTRACT,20,SECRETPOWER,25,SING,30,TAKEDOWN,35,HEALPULSE,40,RECOVER,45,HYPERBEAM,50,DOUBLEEDGE,55,LASTRESORT
    EggMoves=AMNESIA,COVET,ENCORE,HEALINGWISH,HEALBELL,LUCKYCHANT,SLEEPTALK,SWEETKISS,WISH,YAWN
    Evolutions=
    BattlerPlayerY=15
    BattlerEnemyY=15
    BattlerAltitude=0
     

    PinkCatDragon

    The 17 year old programer. Now byte off
    388
    Posts
    14
    Years
  • Thats a quick fix
    Essentals likes to read things in order
    so replace with
    [531]
    Name=AUDINO
    InternalName=AUDINO
    Kind=HEARING
    Pokedex=Its auditory sense is astounding. It has a radar-like ability to understand its surrounding through slight sounds.
    Type1=NORMAL
    BaseStats=103,60,86,50,60,86
    Rareness=255
    BaseEXP=255
    Happiness=70
    GrowthRate=Fast
    StepsToHatch=5120
    Color=Pink
    EffortPoints=2,0,0,0,0,0
    Abilities=CUTECHARM,SERENEGRACE
    WildItemCommon=LAGGINGTAIL
    WildItemRare=GRIPCLAW

    Compatibility=6,6
    Height=1.1
    Weight=31.0
    GenderRate=Female50Percent
    Moves=1,POUND,1,GROWL,1,HELPINGHAND,5,REFRESH,10,DOUBLESLAP,15,ATTRACT,20,SECRETPOWER,25,ENTRAINMENT,30,TAKEDOWN,35,HEALPULSE,40,AFTERYOU,45,SIMPLEBEAM,50,DOUBLEEDGE,55,LASTRESORT
    EggMoves=WISH,HEALBELL,LUCKYCHANT,ENCORE,BESTOW,SWEETKISS,YAWN,SLEEPTALK,HEALINGWISH,AMNESIA
    Evolutions=
    BattlerPlayerY=7
    BattlerEnemyY=16
    BattlerAltitude=0
     
    Status
    Not open for further replies.
    Back
    Top