grogro submitted a new resource:
Manual level scaling script (part 2) - How to majke your own manual level scaling script
Read more about this resource...
In fact it's only Galarian Meowth who is a problem as he evolves in a different species when being in form 2.
And I couldn't reproduce it more than once, after it worked normally
With a trainer modifier script, you can change the attributes of any trainer in your game. You can paste it anywhere above main or make it a plugin. A trainer modifier script looks like this:
EventHandlers.add(:on_trainer_load, :nameofthemodifier,
proc { |trainer|
if trainer # check if...
Your pokemon form pbs for ninetales entry should look like that. It's the base v20 pbs file
By default, essentials uses form 0 info if form 1 is not defined, it could be your problem.
Added Banlist options (change the default switches and variables if you are already using it). I don't wanna see a level 15 Dratini with Outrage anymore.
Added baby moves to the list (Now Breloom can learn Spore and Swampert can learn Hydro Pump if they have the level).
Settings are now in the...