I tested this on v21 and it does work as intended. I had to alter the when 20, 19 by adding 21 on it. I'm just curious to know if there are more stuff from saves we can use.
Is there a way to make a trainer with shiny pokemon? I wanted to make a special trainer who uses a shiny pokemon but can't find anything on ContestTrainer.register that would allow me to do this
From the contest itself the only thing missing is the <o> thing blinking when a pokemon makes a move...
Tested a little more and found some bugs:
The D button to show contest moves doesn't work with the Move Relearner.
When a pokemon uses a move that makes everyone nervous and it's the first one, the message "It tried do unnerve the Pokémon waiting for the turns!" appears three times (twice if...
I'm not sure if you still take requests, but I'd like Cosplay Pikachu, Skitty, Poocheena and Carbink.
(and btw I love your artstyle, I'm using your pokemons in my project)
Yes, that update fixed the bars, now they're working properly!
One thing that I'm missing from this plugin is to save the contest result into a variable, just like a battle. I noticed the pbShowLastContestWinner kinda does what I want, but I don't wanna show an image, just wanna store into a...
thanks for fixing specially this bug because i managed to pull the boxes on the wrong spots and got stuck at the island because of that.
otherwise it's an interesting game.
Just letting anyone who may come to this thread that this plugin works on v21, except when trying to use pgTenRoll function, so if you want to get one pokemon at time it's fine.
If you have Essentials Deluxe, edit Battle_Deluxe.rb, find at line 585:
when :shadow then pokemon.makeShadow if pkmn_hash[attribute]
then add right under it:
when :abilityMutation then pokemon.enable if pkmn_hash[attribute] && PluginManager.installed?("All Abilities Mutation")
Now when you...