- 2
- Posts
- 6
- Years
- Seen Jan 23, 2023
i want to change the pokemons max levels from 100 to infinity, but how?
i want to change the pokemons max levels from 100 to infinity, but how?
#===============================================================================
# * The maximum level Pokémon can reach.
# * The level of newly hatched Pokémon.
# * The odds of a newly generated Pokémon being shiny (out of 65536).
# * The odds of a wild Pokémon/bred egg having Pokérus (out of 65536).
#===============================================================================
[COLOR="Red"]MAXIMUMLEVEL = 100[/COLOR]
EGGINITIALLEVEL = 1
SHINYPOKEMONCHANCE = 8
POKERUSCHANCE = 3
'Setting' script:
Code:#=============================================================================== # * The maximum level Pokémon can reach. # * The level of newly hatched Pokémon. # * The odds of a newly generated Pokémon being shiny (out of 65536). # * The odds of a wild Pokémon/bred egg having Pokérus (out of 65536). #=============================================================================== [COLOR="Red"]MAXIMUMLEVEL = 100[/COLOR] EGGINITIALLEVEL = 1 SHINYPOKEMONCHANCE = 8 POKERUSCHANCE = 3
Change to 999? lol