• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!

Search results

  1. grogro

    Resource Pokepaste to essentials

    It generates the pokemon listed in a file between the positions in the file you want. basically generates a team
  2. grogro

    v21.1 Pokepaste to essentials - ironhead bugfix

    fixed a typo in a consitionnal branch that was making iron head appearing in some movesets (I hate you zacian)
  3. grogro

    Resource Pokepaste to essentials

    grogro updated Pokepaste to essentials with a new update entry: ironhead bugfix Read the rest of this update entry...
  4. grogro

    v21.1 Mid battle dialogue for v20+ - synchro bugfix

    Fixed a copy paste mistake. if you see an error message saying user is undefined for something related to this plugin, replacing it by self should do the trick. Report it here is you find one of those!
  5. grogro

    Resource Mid battle dialogue for v20+

    grogro updated Mid battle dialogue for v20+ with a new update entry: synchro bugfix Read the rest of this update entry...
  6. grogro

    Resource Mid battle dialogue for v20+

    after looking at it, it's not something I can change without breaking existing battlesprites. But you can do it for your copy of the plugin. Look for the changeTrainerSprite in the MBD.rb script. replacing GameData::TrainerType.front_sprite_filename(name) by "Graphics/Trainers/{name}" might...
  7. grogro

    Resource Ultimate Move Tutor

    copy the move tutor event of base essentials maps and make the changes listed in the overview. Don't forget to change the value of the control variable to the type of move tutor you want
  8. grogro

    Resource Mid battle dialogue for v20+

    You are totally right about this. It was like this in the original version of Golisopod User, it's still working so I never put my nose into this part of the code, except for minor compatibility changes. If I have some time for it, I'll see what I can do
  9. grogro

    v21.1 Mid battle dialogue for v20+ - same problem

    another solution
  10. grogro

    Resource Mid battle dialogue for v20+

    grogro updated Mid battle dialogue for v20+ with a new update entry: same problem Read the rest of this update entry...
  11. grogro

    Resource Mid battle dialogue for v20+

    grogro updated Mid battle dialogue for v20+ with a new update entry: perish song fixed Read the rest of this update entry...
  12. grogro

    v21.1 Mid battle dialogue for v20+ - perish song fixed

    Fixed a mistake in the boss protection perish song code
  13. grogro

    v21.1 Mid battle dialogue for v20+ - order data fix

    Trainers with order data should replace their pokemon by themselves anymore: Order data should now be ignored if last move used was a switching move.
  14. grogro

    Resource Mid battle dialogue for v20+

    grogro updated Mid battle dialogue for v20+ with a new update entry: order data fix Read the rest of this update entry...
  15. grogro

    Resource Ultimate Move Tutor

    yep. don't forget to make the other changes
  16. grogro

    Resource Ultimate Move Tutor

    You don't need any ruby knowledge here. You just chose a number in the first line of the script (it's 34 by default) then you can change the corresponding variable in the rpgmaker editor. So for example if you want the move tutor to upgrade after gym 3, you change the value of variable 34 after...
  17. grogro

    Resource Mid battle dialogue for v20+

    It requires to make an exception for those moves in the mbd version of pbSwitchInBetween. If someone has a clean solution, I would be happy to hear it, else, I will find a crappy one
  18. grogro

    Resource Mid battle dialogue for v20+

    can I get the full error message? (and check that you have the v21 version). Because I don't see pbCanSwitchLax in my script
  19. grogro

    Resource Ultimate Move Tutor

    you can change this value in an event anytime during the game, then you can make an upgradable move tutor or several small ones, your choice.
  20. grogro

    Resource Ultimate Move Tutor

    the MOVETUTOR=2 is the variable you are using. It's the number in this variable that determine the move tutor type
Back
Top