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.
Great!!
I think you could do something similar with Ivs (for Gyro Ball, Trick Room teams and Hidden Power) the problem is to change all trainers in Trainers.txt to be compatible, unless you can do so...
In 16.1 appears message error.
You have to add a .is in Egg
pbTradeFromPC(:KINGDRA,35,"Fred",0,nil,proc {|poke|
!poke.isEgg? &&
!(poke.isShadow? rescue false) &&
poke.gender==1 &&
poke.species==PBSpecies::DRAGONAIR
})
Thanks you very much mej71 :)!
I'm sorry for double post, but I just want Nuzlocke option in my game. Is there any way to disable Randomize and those other things?
Randomize breaks events with pbHasSpecies?(::PBSpecies::CATERPIE)
Same error message if I add PBS.txt with Gen6+Fakemon ,TM.txt, Types.txt, Moves.txt, Abilities.txt, and item.txt, to a clean Essential V16.1
Edit: I've taken a look at Pokemon.txt and the error message appears if Hoopa is added. The error message does not appear if Hoopa is not.
[720]...
I was in the Safari Zone when a wild Gulpin shiny appeared and...
I use Essential v15.1
But I have modified the scripts, so I do not know if it happens in clean essential 15.1
How can I fix it? Or how can I put 0% shiny in the safari zone (only)?
I will put the changes that I have done in the script:
NOTE: The script does not work
The battle remains blocked when I defeat a pokemon and answer YES or NO to change my pokemon.
In PokeBattle_ActualScene
Change line
OLD VERSION ---> @sprites["partybar2"].x-=16
VERSION 15.1 --->...