- Joined
- Jul 24, 2022
- Posts
- 547
Is there any news on an update for this plugin? It causes nothing but errors and crashes for me. It crashes Ludicious89's Pokedex Data Page plugin but when I remove that plugin the Task page won't even show up. Catching Pokemon crashes the game. Adding them through debug crashes the game. Maybe I did something wrong but this is unusable in its current state.
I'm having a similar issue with the above. I added a custom pokemon through a script call.
Code:[Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Script error in event 6 (coords 16,8), map 32 (Professor's Lab) Exception: NoMethodError Message: undefined method `each' for nil:NilClass ***Full script: pkmn = Pokemon.new(:SABLEYE, 20) pkmn.shiny = true pkmn.makeMale pkmn.item = :SPELLTAG pkmn.nature = :NAUGHTY pkmn.name = "Squall" pkmn.poke_ball = :DUSKBALL pkmn.learn_move(:LEER) pkmn.learn_move(:NIGHTSHADE) pkmn.learn_move(:ZENHEADBUTT) pkmn.learn_move(:FAKEOUT) pkmn.calc_stats pbAddPokemon(pkmn) Backtrace: [Pokedex Tasks] [004] Utilities.rb:20:in `pbAddPokemon' (eval):13:in `execute_script' Interpreter:138:in `eval' Interpreter:138:in `execute_script' Interpreter_Commands:1177:in `command_355' Interpreter_Commands:116:in `execute_command' Interpreter:130:in `block in update' Interpreter:86:in `loop' Interpreter:86:in `update' Scene_Map:167:in `block in update'
Have you each started a new save file after installing this plugin? Or maybe your custom Pokemon isn't defined in the tasks pbs for this plugin? At least Zephyrias's crash looks to occur because
$player.pokedex.tasks[<pokemonID>] isn't defined