• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Making player pokemon shiny

Code:
if $game_switches[XX]==true
for i in 0..$Trainer.party.length-1
$Trainer.party[i].makeShiny
end
end
something like this
 
Hi, I'm new to essentials and this site. I search all over Google and the wikia but I still don't understand. How can I make the starters shiny? Nothing I found works for me.
 
Hi, I'm new to essentials and this site. I search all over Google and the wikia but I still don't understand. How can I make the starters shiny? Nothing I found works for me.

Check the pokemon essentials wiki, it clearly states it.
but here is the method
[PokeCommunity.com] Making player pokemon shiny
 
That doesn't work because it's not a wild battle. I tried that exactly how it is and I didn't even receive my starter.
 
just check every slot in the players party for the starter Pokemon, then make the Pokemon in that slot(aka the starter Pokemon) shiny
 
Back
Top