• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by komeiji514

  1. komeiji514

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

    Innate Shuffler and Ability Patch are bugged.
  2. komeiji514

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

    No error but abilities using hasActiveAbility? cannot be triggered properly when it's the pokemon's first ability.
  3. komeiji514

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

    Existing problems: 1.codes for triggerSpeedCalc and triggerWeightCalc are still not corrected though. 2.hasActiveAbility? is broken when checking a pokemon's ability, since the first element of abilityMutationList is a MultiAbilityProxy, and you can directly check self.ability == check_ability...
  4. komeiji514

    Resource Advanced AI System

    There still remains some other bugs/mistakes not reported though. The plugin names used in self.dbk_enabled?(plugin) isn't correct, and Settings::ZMOVE_TRIGGER_KEY never exist in Z-Power plugin. Should be the one below. # Check if DBK plugin is enabled def self.dbk_enabled?(plugin)...
  5. komeiji514

    Resource Following Pokemon EX

    Same problem as mine.
  6. komeiji514

    Resource Raid Battles [DBK Add-On] [v21.1]

    You can try to set the turn limit to -1.
  7. komeiji514

    v21.1 Mr.Gela's HGSS Trainer Card Scene(v21.1 port) - v1.2

    Added [DBK] Animated Trainer Intro compatibility.
  8. komeiji514

    Resource Mr.Gela's HGSS Trainer Card Scene(v21.1 port)

    komeiji514 updated Mr.Gela's HGSS Trainer Card Scene(v21.1 port) with a new update entry: v1.2 Read the rest of this update entry...
  9. komeiji514

    Unable to make Quick Feet exempt from burn-status attack penalty

    Remember to check plugins overwriting the method, such as DBK.
  10. komeiji514

    Resource Challenge Modes

    Seems the new version is not uploaded since the time it was uploaded is still 2025-11-27.
  11. komeiji514

    Resource Advanced AI System

    There are still some overlooks, though. Methods such as base_damage don't exist. Current methods can't check DBK properly.
  12. komeiji514

    Resource Generation 9 Resource Pack [v21.1] (Updated with Mega Dimension contents)

    Add MultipleForms.call("changePokemonOnMegaEvolve", battler, self) before battler.pbOnLosingAbility(old_ability).
  13. komeiji514

    Resource Generation 9 Resource Pack [v21.1] (Updated with Mega Dimension contents)

    Maybe it's because pbMegaEvolve is overwritten by other plugins.
Back
Top