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

Search results

  1. Sonicover

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

    I've added your fixes for the calcs and also added a modified hasActiveAbility method After some test in both my project and a mostly fresh version of essentials both uses worked no problem, but if any interaction is not working for you please let me know and if you also want to share the code...
  2. Sonicover

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

    Sonicover updated Innate Abilities (Yet Another "All Abilities Mutation" mod) with a new update entry: Small pack of fixes Read the rest of this update entry...
  3. Sonicover

    v21.1 Innate Abilities (Yet Another "All Abilities Mutation" mod) - Small pack of fixes

    Fixed an issue with the triggerSpeedCalc and triggerWeightCalc handlers for the innates (Thanks to komeiji514 for the report and fix) Added a couple of checks so the Advanced AI System's NPC trainers can see the innates of it's team and properly evaluate them for switch Modified the...
  4. Sonicover

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

    I knew I was missing something. I already fixed the triggers for the next patch As for the ability check, I made it that way just for all of the codes that already have self.ability == X hardcoded in them, like almost all of the Advanced AI plugin. Despite the multiabilityproxy being a class it...
  5. Sonicover

    v21.1 Innate Abilities (Yet Another "All Abilities Mutation" mod) - I told you it was still alive

    YOU HAVE TO RE-COMPILE AND START A NEW GAME AFTER THIS UPDATE, AS IT CHANGES A LOT OF STUFF Reworked the settings to be able to toogle the Innate progress methods mid playthrough and be assignated to a switch and/or a variable. The same treatment was given to the randomizer, so now you can...
  6. Sonicover

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

    Sonicover updated Innate Abilities (Yet Another "All Abilities Mutation" mod) with a new update entry: I told you it was still alive Read the rest of this update entry...
  7. Sonicover

    Resource Aurum Studio

    This a very awesome editor! And the fact that it has both a sprite editor and a script helper is amazing. A couple of notes I would like to give it after using it a bit: First and most important, it doesn't have support for the underscore naming of files that v21 supports. What I mean by this...
  8. Sonicover

    Resource BW Medals / Archivement System

    Sorry for the late reply, but sure. The 3 important methods you need to use are pbEarnMedal(medal_id), pbReceiveMedal(medal_id) and pbReceiveAllMedals. pbReceiveMedal(medal_id) is the most straightforward method of them. Directly gives you the medal in your medal box, no intermediates, no...
  9. Sonicover

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

    As you can expect, a pokemon with Imposter will adapt both the Ability and Innates of the pokemon it transformed into
  10. Sonicover

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

    Sorry, I meant AAM Battle, line 52. The same one your error Points to
  11. Sonicover

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

    Go to AAM Battler and replace pbAbilityTriggered? and pbSetAbilityTriggered With this def pbAbilityTriggered?(battler, check_ability = battler.ability) return @abils_triggered[battler.index & 1][battler.pokemonIndex].include?(check_ability) end def pbSetAbilityTrigger(battler...
  12. Sonicover

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

    The error says it tried to find an ability with the ID PRACTICAL, but find nothing Does the ability exist on your pbs?
  13. Sonicover

    Resource [v20.1\v21.1] Arcky's Poké Market

    Hi! It's me once more. This time with a request. Would it be possible to add an option or a parameter to have specific items of a store never restock? Either being permanently "sold out" or just removed from the list works. I see this behavior happens already with the key items dissapearing...
  14. Sonicover

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

    Inside of the Innate Summary Page folder there are 2 files, called bg_innates and page_inantes. Make sure to place those inside of your Graphics/UI/Summary folder (And of course to have the Modular UI Scenes installed)
  15. Sonicover

    Resource Advanced AI System

    Thank you for the amazing plugin. One genuine, technical question I noticed that 003_Move_Scorer has the method score_move_advanced defined in there, but after looking through the plugin and the base scripts I can't see that method being called anywhere, in neither this plugin, the base scripts...
  16. Sonicover

    Resource BW Medals / Archivement System

    Strange. What version are you using by the way? Because that method exist on v21, not on v20
  17. Sonicover

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

    I really need to do an update to this plugin uh? Go to AAM Battle, and replace both def pbAbilityTriggered? and def pbSetAbilityTrigger With this def pbAbilityTriggered?(battler, check_ability = battler.ability) return @abils_triggered[battler.index &...
  18. Sonicover

    Resource BW Medals / Archivement System

    Tbh I have no clue. Maybe it does? If anything some animations would probably be off considering v20.1 uses a different timer system than 21.1, but you can always give it a shot
  19. Sonicover

    Resource BW Medals / Archivement System

    Sonicover submitted a new resource: BW Medals / Archivement System - Collect archivements like in BW2 using fancy and shiny medals! Read more about this resource...
  20. Sonicover

    v21.1 BW Medals / Archivement System 1.0

    Remember the Medal Rally from Black and White 2? It's back! In plugin form! Being one of my favorite things from Black and White 2 (And still being salty I was never able to 100% it), I decided to re implement the medal system for anyone who wants to add this collectibles that work as...
Back
Top