I get this error when a pokémon uses a move in battle
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NoMethodError
Message: undefined method `each' for nil:NilClass
Backtrace:
[Pokedex Tasks] [006] Move Usage.rb:6:in `record_move_use'
[Pokedex Tasks] [005]...
When I select a location on the map with no Extended Info this appears.
I had the EXCLUDE_MAPS_WITH_NO_DATA as true but it didn't do anything so I added the "DisExtPrev" flag to the Map Metadata and then it appeared like that.
Whenever I enter a battle I get this error
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 5 (coords 24,65), map 15 (Route 2)
Exception: NoMethodError
Message: undefined method `first' for 8:Integer
***Full script:
TrainerBattle.start(:CAMPER, "Adam")
Backtrace...
(Tested only on a clean version of Essentials v21.1, please inform this thread if you find any bugs.)
This plugin adds three items that enhance the encounter rate and shiny chance of wild pokémon along with the item icons. You can edit the configurations file to adjust it to your game...
The Modular UI scenes and Pokedex Data page are all properly updated, but the Gen 8 Pack Scripts changes something in the pokedex. Maybe that's why it crashes
EDIT: I've checked every plugin and only Modular UI and Pokedex Data Page change something to the pokédex (I removed the Gen 8 Pack...
Tried opening a pokémon's pokedex page and got this error
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.7]
Exception: SystemStackError
Message: stack level too deep
Backtrace:
[Arcky's Region Map] 010_RegionMap_Pokedex.rb:13:in `pbStartScene'
[Arcky's Region Map]...