- Joined
- Nov 14, 2019
- Posts
- 27
were you able to figure this out? Its the only thing preventing me from adding this mechanic to my game.I believe that not yet, but I'll start working on an update that adds that!
were you able to figure this out? Its the only thing preventing me from adding this mechanic to my game.I believe that not yet, but I'll start working on an update that adds that!
IIRC you can set the Pokémon EVs and it works as ELs, so you can set attack evs from 0 to 10 etc...were you able to figure this out? Its the only thing preventing me from adding this mechanic to my game.
i was just about to test it out and see if that was possible. Thanks!IIRC you can set the Pokémon EVs and it works as ELs, so you can set attack evs from 0 to 10 etc...
That's a common error that means you need to recompile. Otherwise, you don't have the Gen 9 scripts properly looking at PBS (which is the plugin that handles the -1's)it seems its breaking the gen 9 scripts
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: RuntimeError
Message: Field '-1' is not a positive integer or 0.
File PBS/pokemon.txt, section CLEFABLE, key Moves
-1,POUND,-1,GROWL,-1,SING,-1,DEFENSECURL,-1,SPLASH,-1,SWEETKISS,-1,CHARM,-1,ENCORE,-1,MOONLIGHT,-1,FOLLOWME,-1,COSMICPOWER,-1,GRAVITY,-1,HEALINGWISH,-1,COPYCAT,-1,AFTERYOU,-1,STOREDPOWER,-1,DISARMINGV...
Backtrace:
[v21.1 Hotfixes] Compiler bug fixes.rb:16:in `cast_csv_value'
Compiler:724:in `block (2 levels) in get_csv_record'
Compiler:710:in `each'
Compiler:710:in `block in get_csv_record'
Compiler:708:in `loop'
Compiler:708:in `get_csv_record'
Compiler_CompilePBS:49:in `block (4 levels) in compile_PBS_file_generic'
Compiler_CompilePBS:31:in `each_key'
Compiler_CompilePBS:31:in `block (3 levels) in compile_PBS_file_generic'
Compiler:143:in `block in pbEachFileSection'
its wont compile either its spits this out right after that errorThat's a common error that means you need to recompile. Otherwise, you don't have the Gen 9 scripts properly looking at PBS (which is the plugin that handles the -1's)
That's still very likely that you haven't properly installed Gen 9 pack. It's very unlikely to do anything with this specific plugin, so we should probably stop talking about it here after this post.its wont compile either its spits this out right after that error
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: RuntimeError
Message: Unknown exception when compiling.
Backtrace:
Compiler:1104:in `rescue in main'
Compiler:1031:in `main'
Main:29:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Errors:80:in `pbCriticalCode'
Main:18:in `mainFunction'
Main:45:in `block in <main>'
Main:44:in `loop'
Main:44:in `<main>'
-e:in `eval'