- 132
- Posts
- 10
- Years
- New Brunswick
- Seen May 6, 2023
Specifically for shiny pokémon. I've studied the formulae used for levels above 100, and tried going off of that to make something like this:
and so on.
When getting a pokémon, I get the exception error:
'pbGetExpInternal'undefined local variable method
'pokemon' for PBExperience:Module
So the method doesn't seem to be agreeing with pokemon.isShiny?, or something is wrong with pokemon.isShiny? in general. So either I could make a new growth rate specifically for shiny pokémon or I could keep struggling with making a new formula. Anyone have any ideas?
![[PokeCommunity.com] Adding a Seventh Growth Rate for shiny Pokémon [PokeCommunity.com] Adding a Seventh Growth Rate for shiny Pokémon](https://cdn.pbrd.co/images/2mOLCv86.png)
and so on.
When getting a pokémon, I get the exception error:
'pbGetExpInternal'undefined local variable method
'pokemon' for PBExperience:Module
So the method doesn't seem to be agreeing with pokemon.isShiny?, or something is wrong with pokemon.isShiny? in general. So either I could make a new growth rate specifically for shiny pokémon or I could keep struggling with making a new formula. Anyone have any ideas?