• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Z-Power [DBK Add-On] [v21.1]

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

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,047
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.
 

Eften

Novice
Member
Joined
Mar 25, 2022
Posts
22
1707750400495.png

I got this error when receiving Confuse Damage.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,047
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...
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,047

DragonXT

Novice
Member
Joined
Feb 29, 2024
Posts
11
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
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,047
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.
 

Cadmus

Rookie
Member
Joined
Feb 25, 2023
Posts
2
[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
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,047
[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.
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,047
Back
Top