- 428
- Posts
- 5
- Years
- Zekko
- Seen Nov 21, 2023
You know the default Day Care Lady in Lerucean town? Trying to give her a Pokemon first gives me this warning:
WARN: usage of deprecated method "pbCheckAble" or its alias.
The method is slated to be removed in Essentials v20.
Use "Player#has_other_able_pokemon?" instead.
And then it gives me this error message followed by a Crash To Desktop.
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.0]
[v19.1 Hotfixes 1.0.7]
Exception: RuntimeError
Message: Script error in event 46 (coords 11,3), map 4 (Pokémon Lab):
Exception: NoMethodError
Message: undefined method `isSpecies?' for nil:NilClass
***Full script:
pbDayCareDeposit(pbGet(1))
Backtrace:
221:Overworld_DayCare:55:in `block in pbDayCareDeposit'
221:Overworld_DayCare:51:in `each'
221:Overworld_DayCare:51:in `pbDayCareDeposit'
(eval):1:in `execute_script'
033:Interpreter:137:in `eval'
033:Interpreter:137:in `execute_script'
034:Interpreter_Commands:1030:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:1030:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
How do I fix this?
WARN: usage of deprecated method "pbCheckAble" or its alias.
The method is slated to be removed in Essentials v20.
Use "Player#has_other_able_pokemon?" instead.
And then it gives me this error message followed by a Crash To Desktop.
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.0]
[v19.1 Hotfixes 1.0.7]
Exception: RuntimeError
Message: Script error in event 46 (coords 11,3), map 4 (Pokémon Lab):
Exception: NoMethodError
Message: undefined method `isSpecies?' for nil:NilClass
***Full script:
pbDayCareDeposit(pbGet(1))
Backtrace:
221:Overworld_DayCare:55:in `block in pbDayCareDeposit'
221:Overworld_DayCare:51:in `each'
221:Overworld_DayCare:51:in `pbDayCareDeposit'
(eval):1:in `execute_script'
033:Interpreter:137:in `eval'
033:Interpreter:137:in `execute_script'
034:Interpreter_Commands:1030:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
Backtrace:
033:Interpreter:189:in `rescue in execute_script'
033:Interpreter:135:in `execute_script'
034:Interpreter_Commands:1030:in `command_355'
034:Interpreter_Commands:116:in `execute_command'
033:Interpreter:127:in `block in update'
033:Interpreter:87:in `loop'
033:Interpreter:87:in `update'
032:Scene_Map:157:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
How do I fix this?
Last edited: