There is a little mistake in [000] Ability Handlers.rb at line 416.
@battle.pbDisplay(_INTL("{1}'s Ability is protected by the effects of its {2}!",b.pbThis,itemname))
# The @ should be deleted otherwise it will cause the game crash.
Oh, another problem that has always existed in Essentials.
Toxel's form handler is also incorrect. Original code made all Toxel evolve to Amped Form(form 0).
It should be like this.
MultipleForms.register(:TOXEL, {
"getForm" => proc { |pkmn|
next 1 if [:LONELY, :BOLD, :RELAXED, :TIMID...
A new problem happened in a SOS battle.
[2024-08-03 22:14:06 +0800]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: ArgumentError
Message: wrong number of arguments (given 0, expected 1)
Backtrace:
[[DBK] Animated Pokémon System] [006] Battler Sprites.rb:150:in...