• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Dynamax [DBK Add-On] [v21.1]

Resource Dynamax [DBK Add-On] [v21.1] v1.1.3

Got this in a Dynamax battle

[2026-01-07 01:16:55 +0100]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `statDown' for #<Battle::Move::Unimplemented>

Backtrace:
[[DBK] Dynamax] [017] AI_MoveEffects.rb:111:in `block (2 levels) in <main>'
[[DBK] Dynamax] [017] AI_MoveEffects.rb:110:in `each'
[[DBK] Dynamax] [017] AI_MoveEffects.rb:110:in `block in <main>'
035:Event_Handlers:139:in `trigger'
198:Battle_AI:106:in `apply_move_effect_score'
202:AI_ChooseMove:276:in `pbGetMoveScore'
[Advanced AI System] [002] Core.rb:32:in `pbGetMoveScore'
[Deluxe Battle Kit] [003] Command Menu Refactor.rb:522:in `block (3 levels) in pbGetMoveScores'
012:PBDebug:6:in `logonerr'
[Deluxe Battle Kit] [003] Command Menu Refactor.rb:522:in `block (2 levels) in pbGetMoveScores'
What move triggered this?
Ah wait, this was an AI move, so maybe you dont know what move it was. What were you fighting? If you can replicate the battle, what moves did the opponent have?
 
What move triggered this?
Ah wait, this was an AI move, so maybe you dont know what move it was. What were you fighting? If you can replicate the battle, what moves did the opponent have?
Thats the trainer in the first Gym, with his Diglett and Bonsly

I have a Dynamaxed Pikachu, used Max Strike against Diglett without problems, did a 1Shot

He switch Bonsly in, i press Max Strike and the error shows up, idk if its coming because of my AAi Plugin

adding this

#===============================================================================
# Fixes DBK AI trying to access statDown/statUp on Unimplemented moves
class Battle::Move
def statDown; return []; end unless method_defined?(:statDown)
def statUp; return []; end unless method_defined?(:statUp)
end

fixed it for me

Flail, Rock Throw, and Copycat are working so it must be Faketears
 
Last edited:
[2026-01-08 22:11:07 -0400]
[Pokémon Essentials versión 21.1]
[v21.1 Hotfixes 1.0.9]
[Pokemon Hoenn project]
Excepción: NoMethodError
Mensaje: undefined method `foor' for 0:Integer

Traza:
[[DBK] Dynamax] [002] Editors.rb:325:in `block in pbDynamaxAutoPositionAll'
103:GameData:125:in `block in each'
103:GameData:125:in `each_value'
103:GameData:125:in `each'
[[DBK] Dynamax] [002] Editors.rb:310:in `pbDynamaxAutoPositionAll'
[[DBK] Dynamax] [001] Debug.rb:67:in `block (2 levels) in <main>'
[[DBK] Dynamax] [001] Debug.rb:45:in `loop'
[[DBK] Dynamax] [001] Debug.rb:45:in `block in <main>'
039:Event_HandlerCollections:138:in `call'
388:Debug_Menus:138:in `block in pbDebugMenu'

This problem occurs when I auto-position all the sprites in Dynamax... would you be so kind as to help me?

I also tried it on a version of Essentials without any additional plugins installed and I get the same error.
 
[2026-01-08 22:11:07 -0400]
[Pokémon Essentials versión 21.1]
[v21.1 Hotfixes 1.0.9]
[Pokemon Hoenn project]
Excepción: NoMethodError
Mensaje: undefined method `foor' for 0:Integer

Traza:
[[DBK] Dynamax] [002] Editors.rb:325:in `block in pbDynamaxAutoPositionAll'
103:GameData:125:in `block in each'
103:GameData:125:in `each_value'
103:GameData:125:in `each'
[[DBK] Dynamax] [002] Editors.rb:310:in `pbDynamaxAutoPositionAll'
[[DBK] Dynamax] [001] Debug.rb:67:in `block (2 levels) in <main>'
[[DBK] Dynamax] [001] Debug.rb:45:in `loop'
[[DBK] Dynamax] [001] Debug.rb:45:in `block in <main>'
039:Event_HandlerCollections:138:in `call'
388:Debug_Menus:138:in `block in pbDebugMenu'

This problem occurs when I auto-position all the sprites in Dynamax... would you be so kind as to help me?

I also tried it on a version of Essentials without any additional plugins installed and I get the same error.
change foor to floor.
 
Back
Top