• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Z-Power [DBK Add-On] [v21.1]

Resource Z-Power [DBK Add-On] [v21.1] v1.1.1

In "Plugins > [DBK_004] Z-Power > [005] Battle_Move.rb "adding the line in bold fixes it:
#-----------------------------------------------------------------------------
# Returns true if this move is a Z-Move or a Z-Powered status move.
#-----------------------------------------------------------------------------
def zMove?
return false if @id == :STRUGGLE
return false if @id == :CONFUSEDAMAGE
return GameData::Move.get(@id).zMove? || @status_zmove
end
I know, I already fixed it. Im just waiting until I finish Dynamax to post any new updates.
 
1707750400495.png

I got this error when receiving Confuse Damage.
 
Lucidious89 updated Z-Power [DBK Add-On] [v21.1] with a new update entry:

v1.0.2 Update

  • Made some slight adjustments for compatibility with the Customizable Battle UI plugin. Button graphics are not provided, however.
  • Fixed an error that would occur when a Pokemon hit itself in confusion.
  • Fixed the Z-Booster item so that it only displays fail messages when appropriate.
  • Made it so the Z-Move Guardian of Alola may be assigned different animations based on which Tapu uses the move.
  • Made various...

Read the rest of this update entry...
 
Hello, I would like to know how I can add a new slot to the bag for the mega stone. I asked the creator of the plugin who makes the modified bag and he asked to ask the creator of the z crystal plugin
 
Hello, I would like to know how I can add a new slot to the bag for the mega stone. I asked the creator of the plugin who makes the modified bag and he asked to ask the creator of the z crystal plugin
This is more of a general Essentials question that you should probably make a help thread for, as it doesn't really have anything to do with this plugin or Z-Moves.
 
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.7]

Exception: NoMethodError
Message: undefined method `each' for nil:NilClass

Backtrace:
PokemonBag:270:in `quantity'
PokemonBag:68:in `quantity'
PokemonBag:72:in `has?'
[[DBK] Z-Power] [002] Item Handlers.rb:198:in `add'
Debug_MenuCommands:792:in `block (2 levels) in <main>'
Editor_Listers:101:in `block in pbListScreenBlock'
Editor_Listers:85:in `loop'
Editor_Listers:85:in `pbListScreenBlock'
Debug_MenuCommands:783:in `block in <main>'
Event_HandlerCollections:121:in `call'

Whenever I try to add a Z-crystal. I am new to essentials. Please help
 
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.7]

Exception: NoMethodError
Message: undefined method `each' for nil:NilClass

Backtrace:
PokemonBag:270:in `quantity'
PokemonBag:68:in `quantity'
PokemonBag:72:in `has?'
[[DBK] Z-Power] [002] Item Handlers.rb:198:in `add'
Debug_MenuCommands:792:in `block (2 levels) in <main>'
Editor_Listers:101:in `block in pbListScreenBlock'
Editor_Listers:85:in `loop'
Editor_Listers:85:in `pbListScreenBlock'
Debug_MenuCommands:783:in `block in <main>'
Event_HandlerCollections:121:in `call'

Whenever I try to add a Z-crystal. I am new to essentials. Please help
Clear your bag or start a new game.
 
Hi, I recently ran into a bug and couldn't find anything about it online. Whenever an NPC uses a Z-Move against me, it displays this error message and both Pokémon disappear but the battle carries on running.
[2025-03-05 20:43:08 +0000]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: TypeError
Message: nil can't be coerced into Integer

Backtrace:
BattleAnimationPlayer:491:in `-'
BattleAnimationPlayer:491:in `block in playTiming'
BattleAnimationPlayer:475:in `each'
BattleAnimationPlayer:475:in `playTiming'
BattleAnimationPlayer:842:in `update'
Scene_PlayAnimations:548:in `block in pbAnimationCore'
Scene_PlayAnimations:547:in `loop'
Scene_PlayAnimations:547:in `pbAnimationCore'
[Deluxe Battle Kit] [001] Animation Utilities.rb:32:in `block in pbAnimation'
Scene_PlayAnimations:399:in `pbSaveShadows'

Could anyone help?
 
Hi, I recently ran into a bug and couldn't find anything about it online. Whenever an NPC uses a Z-Move against me, it displays this error message and both Pokémon disappear but the battle carries on running.
[2025-03-05 20:43:08 +0000]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: TypeError
Message: nil can't be coerced into Integer

Backtrace:
BattleAnimationPlayer:491:in `-'
BattleAnimationPlayer:491:in `block in playTiming'
BattleAnimationPlayer:475:in `each'
BattleAnimationPlayer:475:in `playTiming'
BattleAnimationPlayer:842:in `update'
Scene_PlayAnimations:548:in `block in pbAnimationCore'
Scene_PlayAnimations:547:in `loop'
Scene_PlayAnimations:547:in `pbAnimationCore'
[Deluxe Battle Kit] [001] Animation Utilities.rb:32:in `block in pbAnimation'
Scene_PlayAnimations:399:in `pbSaveShadows'

Could anyone help?
This isn't a Z-Move issue. It seems like a move animation issue.
 
Hello, can you help me? When i try add any z-crystal by debug mode or by script event appears that error screen:

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `each' for nil:NilClass

Backtrace:
PokemonBag:270:in `quantity'
PokemonBag:68:in `quantity'
PokemonBag:72:in `has?'
[[DBK] Z-Power] [002] Item Handlers.rb:218:in `add'
Debug_MenuCommands:792:in `block (2 levels) in <main>'
Editor_Listers:101:in `block in pbListScreenBlock'
Editor_Listers:85:in `loop'
Editor_Listers:85:in `pbListScreenBlock'
Debug_MenuCommands:783:in `block in <main>'
Event_HandlerCollections:121:in `call'
 
Back
Top