• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Tutorial How to Allow Hidden Abilities to Naturally Occur 2019-06-19

Michael

That One Guy
Member
Michael submitted a new resource:

How to Allow Hidden Abilities to Naturally Occur - So you can obtain pokemon with HA's in the wild as well as through events

This script provides an edit originally created by the Reborn team which allows for Hidden Abilities to occur in the wild as well as can be obtained through event scripts without the use of defining a random variable. Although, please note that this gives the HA the same chance to occur as the regular abilities. (I'll make amends to the code if I can figure out a method to make it occur less.)

But to begin, search for this line in the script editor:
Ruby:
Expand Collapse Copy
  def abilityIndex

You...

Read more about this resource...
 
I'm having an issue with the script, every Pokemon I catch only have the first ability listed in the PBS file whether it's a hidden ability or not. For example if I have this in my PBS :
Code:
Expand Collapse Copy
Abilities=JUSTIFIED,OBLIVIOUS
HiddenAbility=DAZZLING,AERILATE,QUICKFEET
The Pokemon I get only have either Justified or Dazzling and nothing else as their ability. I already tried catching over 20 Pokemon in the wild and added at least 10 using debug with only these results. Any ideas what's causing this or how to fix it?
Thanks in advance!
 
Back
Top