- 8
- Posts
- 7
- Years
- Seen Oct 21, 2023
Hi all, been trying to add a Mega Ring to my game with no luck. Whenever I try to load the game with it in the items PBS file, I get the following error:
The Mega Ring is stored in the PBS file as:
Thanks in advance and sorry if I did anything wrong! :D
Spoiler:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Field This ring contains an untold power that somehow enables Pokemon carrying a Mega Stone to Mega Evolve in battle. is not a positive integer
File PBS/items.txt, line 526
0,4,6,
Compiler:391:in `csvPosInt!'
Compiler:466:in `pbGetCsvRecord'
Compiler:462:in `each'
Compiler:462:in `pbGetCsvRecord'
Compiler:1536:in `pbCompileItems'
Compiler:1535:in `pbCompilerEachCommentedLine'
Compiler:251:in `each_line'
Compiler:251:in `pbCompilerEachCommentedLine'
Compiler:248:in `open'
Compiler:248:in `pbCompilerEachCommentedLine'
This exception was logged in
C:\Users\Bob\Saved Games\Pokemon Essentials\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Field This ring contains an untold power that somehow enables Pokemon carrying a Mega Stone to Mega Evolve in battle. is not a positive integer
File PBS/items.txt, line 526
0,4,6,
Compiler:391:in `csvPosInt!'
Compiler:466:in `pbGetCsvRecord'
Compiler:462:in `each'
Compiler:462:in `pbGetCsvRecord'
Compiler:1536:in `pbCompileItems'
Compiler:1535:in `pbCompilerEachCommentedLine'
Compiler:251:in `each_line'
Compiler:251:in `pbCompilerEachCommentedLine'
Compiler:248:in `open'
Compiler:248:in `pbCompilerEachCommentedLine'
This exception was logged in
C:\Users\Bob\Saved Games\Pokemon Essentials\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
The Mega Ring is stored in the PBS file as:
Spoiler:
526,MEGARING,Mega Ring,8,0,"This ring contains an untold power that somehow enables Pokemon carrying a Mega Stone to Mega Evolve in battle.",0,4,6,
Thanks in advance and sorry if I did anything wrong! :D