- 11
- Posts
- 5
- Years
- Seen Sep 23, 2022
EDIT: Issue has been resolved!
There's probably a simple solution to this but I just can't figure it out?????
Here's the error message:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Undefined value in PBEvolution
File PBS/pokemon.txt, section 133, key Evolutions
VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,Item,LEAFSTONE,GLACEON,Item,ICESTONE,SYLVEON,Item,SHINYSTONE,ESPEON,HappinessDay,UMBREON,HappinessNight
Compiler:418:in `checkEnumField'
Compiler:403:in `csvEnumField!'
Compiler:1706:in `pbCompilePokemonData'
Compiler:1698:in `each'
Compiler:1698:in `pbCompilePokemonData'
Compiler:1695:in `loop'
Compiler:1775:in `pbCompilePokemonData'
Compiler:1680:in `each'
Compiler:1680:in `pbCompilePokemonData'
Compiler:1679:in `each'
---------------------------
OK
---------------------------
I'm just trying to add Sylveon and make it so Leafeon, Glaceon, and Sylveon evolve using stones .I've looked at what the Essentials wiki has to say and it seems like it's just a syntax error. I've checked and all the pokemon and items needed are accounted for in PBS files. I've also made sure there's no extra space or anything in the text for Eevee's evolution. But I still don't know what the issue is! I'm kind of new to scripting and stuff so it it something obvious that I'm just missing?
There's probably a simple solution to this but I just can't figure it out?????
Here's the error message:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Undefined value in PBEvolution
File PBS/pokemon.txt, section 133, key Evolutions
VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,Item,LEAFSTONE,GLACEON,Item,ICESTONE,SYLVEON,Item,SHINYSTONE,ESPEON,HappinessDay,UMBREON,HappinessNight
Compiler:418:in `checkEnumField'
Compiler:403:in `csvEnumField!'
Compiler:1706:in `pbCompilePokemonData'
Compiler:1698:in `each'
Compiler:1698:in `pbCompilePokemonData'
Compiler:1695:in `loop'
Compiler:1775:in `pbCompilePokemonData'
Compiler:1680:in `each'
Compiler:1680:in `pbCompilePokemonData'
Compiler:1679:in `each'
---------------------------
OK
---------------------------
I'm just trying to add Sylveon and make it so Leafeon, Glaceon, and Sylveon evolve using stones .I've looked at what the Essentials wiki has to say and it seems like it's just a syntax error. I've checked and all the pokemon and items needed are accounted for in PBS files. I've also made sure there's no extra space or anything in the text for Eevee's evolution. But I still don't know what the issue is! I'm kind of new to scripting and stuff so it it something obvious that I'm just missing?
Last edited: