Cyberglass
the stuff Porygon are made of
- 156
- Posts
- 15
- Years
- Seen Jun 1, 2022
An error with Pokemon's forms in battle; when a Pokemon with a second form is in a battle and if you have a Megaring, you can make a Mega-Evolution for obtain the second form. I use V.17 of Essentials.
Looks like there's a typo in the script Pokemon_MegaEvolution. Replace line 27
Code:
return i # fSpecies or 0
Code:
return ret # fSpecies or 0