- Joined
- Jun 22, 2022
- Posts
- 1
- Age
- 15
Hey! i need some help with this.
I'm trying to code in a new Eeveelution but it isn't working. I tried getting it to evolve with a Dawn Stone but I get this error message
[Pokémon Essentials version 20]
Exception: RuntimeError
Message: Undefined value DAWNSTONE in GameData::Evolution
File PBS/pokemon.txt, section , key Evolutions
VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,LocationFlag,MossRock,LEAFEON,Item,LEAFSTONE,GLACEON,LocationFlag,IceRock,GLACEON,Item,ICESTONE,SYLVEON,HappinessMoveT...
Backtrace:
378:Compiler:345:in `checkEnumField'
378:Compiler:320:in `csvEnumField!'
378:Compiler:523:in `block (2 levels) in pbGetCsvRecord'
378:Compiler:415:in `each'
378:Compiler:415:in `block in pbGetCsvRecord'
378:Compiler:413:in `loop'
378:Compiler:413:in `pbGetCsvRecord'
379:Compiler_CompilePBS:629:in `block (3 levels) in compile_pokemon'
379:Compiler_CompilePBS:622:in `each_key'
379:Compiler_CompilePBS:622:in `block (2 levels) in compile_pokemon'
this is the evolution code for Eevee
Evolutions = VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,LocationFlag,MossRock,LEAFEON,Item,LEAFSTONE,GLACEON,LocationFlag,IceRock,GLACEON,Item,ICESTONE,SYLVEON,HappinessMoveType,FAIRY,ESPEON,HappinessDay,,UMBREON,HappinessNight,GRIFFEON,Item,DAWNSTONE
Am I doing something wrong? Please help
I'm trying to code in a new Eeveelution but it isn't working. I tried getting it to evolve with a Dawn Stone but I get this error message
[Pokémon Essentials version 20]
Exception: RuntimeError
Message: Undefined value DAWNSTONE in GameData::Evolution
File PBS/pokemon.txt, section , key Evolutions
VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,LocationFlag,MossRock,LEAFEON,Item,LEAFSTONE,GLACEON,LocationFlag,IceRock,GLACEON,Item,ICESTONE,SYLVEON,HappinessMoveT...
Backtrace:
378:Compiler:345:in `checkEnumField'
378:Compiler:320:in `csvEnumField!'
378:Compiler:523:in `block (2 levels) in pbGetCsvRecord'
378:Compiler:415:in `each'
378:Compiler:415:in `block in pbGetCsvRecord'
378:Compiler:413:in `loop'
378:Compiler:413:in `pbGetCsvRecord'
379:Compiler_CompilePBS:629:in `block (3 levels) in compile_pokemon'
379:Compiler_CompilePBS:622:in `each_key'
379:Compiler_CompilePBS:622:in `block (2 levels) in compile_pokemon'
this is the evolution code for Eevee
Evolutions = VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,LocationFlag,MossRock,LEAFEON,Item,LEAFSTONE,GLACEON,LocationFlag,IceRock,GLACEON,Item,ICESTONE,SYLVEON,HappinessMoveType,FAIRY,ESPEON,HappinessDay,,UMBREON,HappinessNight,GRIFFEON,Item,DAWNSTONE
Am I doing something wrong? Please help