tasmania12
Mewtwo Master
- 57
- Posts
- 17
- Years
- Pallet Town
- Seen Nov 18, 2024
I cant find an answer to my problem. I have tried (and succeeded) making new evolution methods, and a pokemon using many methods to evolve into certain legendaries. In the pokemons data I wrote:
Evolutions=DEOXYS,Level,35,SUICUNE,Item,WATERSTONE,ENTEI,Item,FIRESTONE,RAIKOU,Item,THUNDERSTONE,MEW,Item,MOONSTONE,REGIROCK,Custom4,,REGICE,Custom3,,KYOGRE,Custom2,,GROUDON,Custom5,,JIRACHI,Happiness,,DARKRAI,Custom1,
For some reason, i get this error when I test it
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Field is not a positive integer
File PBS/pokemon.txt, section 5, key Evolutions
Compiler:210:in `csvPosInt!'
Compiler:2328:in `pbCompilePokemonData'
Compiler:2308:in `each'
Compiler:2308:in `pbCompilePokemonData'
Compiler:2305:in `each'
Compiler:2305:in `pbCompilePokemonData'
Compiler:3908:in `pbCompileAllData'
Compiler:4034
This exception was logged in ./errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
Evolutions=DEOXYS,Level,35,SUICUNE,Item,WATERSTONE,ENTEI,Item,FIRESTONE,RAIKOU,Item,THUNDERSTONE,MEW,Item,MOONSTONE,REGIROCK,Custom4,,REGICE,Custom3,,KYOGRE,Custom2,,GROUDON,Custom5,,JIRACHI,Happiness,,DARKRAI,Custom1,
For some reason, i get this error when I test it
Spoiler:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Field is not a positive integer
File PBS/pokemon.txt, section 5, key Evolutions
Compiler:210:in `csvPosInt!'
Compiler:2328:in `pbCompilePokemonData'
Compiler:2308:in `each'
Compiler:2308:in `pbCompilePokemonData'
Compiler:2305:in `each'
Compiler:2305:in `pbCompilePokemonData'
Compiler:3908:in `pbCompileAllData'
Compiler:4034
This exception was logged in ./errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------