- 55
- Posts
- 11
- Years
- Seen Jul 8, 2023
So I have Amethyst's Z-Move Addon installed and for the most part, it works great. However, issues pop up when the pokemon using the zmoves have certain abilities, such as reckless. No matter what move the pokemon uses, I get this error:
I'm at a loss for how to fix this, I tried a few things but it only creates new errors. If it's not a pokemon with certain abilities using a z-move, everything works fine. All I know is that it has something to do with the pbCalcDamage section of the Z-Move script section.
Spoiler:
[Pokémon Essentials version 17.2]
Exception: NoMethodError
Message: undefined method `isRecoilMove?' for #<PokeBattle_ZMoves:0x17169aa8>
PokeBattle_ZMoves:694:in `pbCalcDamage'
PokeBattle_ZMoves:451:in `pbEffect'
PokeBattle_Battler:3842:in `pbProcessMoveAgainstTarget'
PokeBattle_Battler:3791:in `each'
PokeBattle_Battler:3791:in `pbProcessMoveAgainstTarget'
PokeBattle_ZMoves:80:in `initialize'
PokeBattle_Battle:1940:in `new'
PokeBattle_Battle:1940:in `pbUseZMove'
PokeBattle_Battler:4565:in `pbProcessTurn'
PokeBattle_Battle:3074:in `pbAttackPhase'
Exception: NoMethodError
Message: undefined method `isRecoilMove?' for #<PokeBattle_ZMoves:0x17169aa8>
PokeBattle_ZMoves:694:in `pbCalcDamage'
PokeBattle_ZMoves:451:in `pbEffect'
PokeBattle_Battler:3842:in `pbProcessMoveAgainstTarget'
PokeBattle_Battler:3791:in `each'
PokeBattle_Battler:3791:in `pbProcessMoveAgainstTarget'
PokeBattle_ZMoves:80:in `initialize'
PokeBattle_Battle:1940:in `new'
PokeBattle_Battle:1940:in `pbUseZMove'
PokeBattle_Battler:4565:in `pbProcessTurn'
PokeBattle_Battle:3074:in `pbAttackPhase'
I'm at a loss for how to fix this, I tried a few things but it only creates new errors. If it's not a pokemon with certain abilities using a z-move, everything works fine. All I know is that it has something to do with the pbCalcDamage section of the Z-Move script section.