• 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. grogro

    Resource Level Based Mixed EV System and Allocator

    To make the plugin work with v21, replace what is inside the compiler.rb section (exept the modules calls at the beginning) by the def validate_compiled_trainer(hash) script that is in the v21 essentials. In this script remove the Pokemon::EV_LIMIT and Pokemon::EV_STAT_LIMIT or replace them by...
  2. grogro

    Resource Banlist options

    A small mistake, it should work now
  3. grogro

    Resource Mid battle dialogue for v20+

    the guide has been corrected with the right quotes, you can now copy paste everything without error. My apologies!
  4. grogro

    v21.1 Pokepaste to essentials - crash fix

    -Prevented the crash if you are using a too short Poképaste
  5. grogro

    Resource Pokepaste to essentials

    grogro updated Pokepaste to essentials with a new update entry: crash fix Read the rest of this update entry...
  6. grogro

    Resource Mid battle dialogue for v20+

    I think your quotes are the problem. "lastOpp" should work.
  7. grogro

    Resource Pokepaste to essentials

    I don't know what ruby can read so you can try something else. I just tested everything with a txt file
  8. grogro

    Resource Mid battle dialogue for v20+

    You have to put the calls before the battle in the trainer events
  9. grogro

    Resource Ultimate Move Tutor

    Do you have the last zud version? The only way to bypass the check would be if maxMove? is not defined
  10. grogro

    Resource Ultimate Move Tutor

    it was litterally what I put in the overview page. If you want to put the example map in your project, you need to create a new map, take its ID, then replace the corresponding map file in the data folder by the example map. But I tested the script on a new project with only ZUD, deluxe and tera...
  11. grogro

    Resource Ultimate Move Tutor

    I added an example map in the download link, test if it works there
  12. grogro

    v21.1 Ultimate Move Tutor - bye illegal moves

    -Gmax and Zmoves are now excluded from stabmon and alphabetmon move tutor by default
  13. grogro

    Resource Ultimate Move Tutor

    grogro updated Ultimate Move Tutor with a new update entry: bye illegal moves Read the rest of this update entry...
  14. grogro

    v21.1 Pokepaste to essentials - tera compatibility

    You can now import a pokémon with a defined tera type The met at level section in the summary now shows the correct level
  15. grogro

    Resource Pokepaste to essentials

    grogro updated Pokepaste to essentials with a new update entry: tera compatibility Read the rest of this update entry...
  16. grogro

    Resource Ultimate Move Tutor

    The only thing I can do is removing Zmoves/Gmaxmoves by default in my next update, and see if I have a problem with ZUD. But sadly, I can't fix an error that I can't reproduce.
  17. grogro

    Resource Ultimate Move Tutor

    Battle tower things are broken yeah. But the move tutor thing worked fine for me on a vanilla essentials so...
  18. grogro

    Resource Ultimate Move Tutor

    the script wasn't made with zud plugin so maybe gmax moves are coded differently. But even if there are moves that don't exist in your game, it shouldn't crash. For the banlist, when you changed it, did you set your variable 35 back to 0? because actually, it sees an empty thing instead of your...
  19. grogro

    Resource Ultimate Move Tutor

    Tbh as I can't reproduce the error I don't know from where it comes. When you run it alone are you sure there wasn't anything else active? Removing plugins from the folder do not remove them from the game, delete plugin.rxdata in your data folder to force compile. Did you try to run the default...
  20. grogro

    Resource Ultimate Move Tutor

    It could be a weird interaction with ZUD plugin. What I would advise is, test if the same setup work in vanilla essentials then add plugins one by one until it crashes. You probably have to merge the faulty codes together. Another thing you can try is to use the default move relearner script...
Back
Top