• 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!

Search results

  1. Yurisei

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Thanks, that helped. I made it work by adding the $aamName as an argument when AAM's pbShowAbilitySpash invokes original_pbShowAbilitySplash, and then modifying the Essentials battle.pbShowAbilitySplash to take an abilitytext argument and pass that argument to its own call for...
  2. Yurisei

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    EBDX's ability splash looks like it's pretty easy to make work, I think you can just pass pbShowAbilitySplash the ability name as a string: pbShowAbilitySplash(battler = nil, ability = nil) // effect = (ability.is_a?(String)) ? ability : GameData::Ability.get(battler.ability).name //...
  3. Yurisei

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    This solved it for me, got rid of the blank space before the comment in the default innate sets. Although EBDX does cause an issue with the splash overwriting, when an innate triggers, the splash is always for the pokemon's actual ability rather than the innate. I'll see if I can fix it.
  4. Yurisei

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Sorry to be a bother, but would it be possible to get some advice on this? This is using the most recent version, with all the UI-related bonuses (which all work perfectly so far).
  5. Yurisei

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    [Pokémon Essentials version 21.1] [v21 Hotfixes 1.0.1] [v21.1 Hotfixes 1.0.9] [EBDX v1.4.7.1 (E21)] Script error in event 18 (coords 28,6), map 3 (Manu's house) Exception: NoMethodError Message: undefined method `empty?' for nil:NilClass ***Full script: TrainerBattle.start(:BEAUTY, "Bridget")...
  6. Yurisei

    Resource Innate Abilities (Yet Another "All Abilities Mutation" mod)

    Hi, I've downloaded 1.5.4 today onto the unofficial EBDX 21.1 base, and I'm getting the exact same .empty? for nil:NilClass error on Battlers line 87 when trying to enter a battle. Did this fix not make it into 1.5.4, or is it a compatibility problem with EBDX maybe? Also while I'm here, how...
Back
Top