• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.

Search results

  1. grogro

    Resource Mid battle dialogue for v20+

    it's pbHideOpponent instead of pbHideOpponent(0). You don't need to specify who disappears as it's erasing the sprite currently on screen
  2. grogro

    Resource Mid battle dialogue for v20+

    Just to be sure, what is the code used for the battle? Its probably caused by old code that was not updated properly, and I need it for the diagnosis
  3. grogro

    Resource Ultimate Move Tutor

    exactly, you need to make a small code, but basically, you put all your moves in the whitelist, and if the pokemon knows a move from it, you need to find a way to prevent it to be selected. changing pbGetRelearnableMoves function in the move_check.rb file is probably the way. Not an easy task...
  4. grogro

    Resource Ultimate Move Tutor

    the blacklist ban moves, what you want is a whitelist, where you chose the moves available
  5. grogro

    Resource Ultimate Move Tutor

    I just need to put them back. They were lost when reliccastle was downed. I restored the thread with the closest images I could find.
  6. grogro

    Resource Level Based Mixed EV System and Allocator

    in case someone else needs it, I'm posting here the link to my v21 version of the plugin, feel free to tell me if there are still bugs here: https://mega.nz/folder/sGkhgYbK#Yy0s0rU5id0vUWSdIKSA1A
  7. grogro

    Tutorial Trainer modifier (part 1)

    and Yes I have a pokepaste for every tier, you can split them
  8. grogro

    Tutorial Trainer modifier (part 1)

    I'm still using it in v21, it's the same. So strat by making a trainer with 6 dummy pkmn to be replaced. I have a genrandpkmn method at the bottom of the pokepaste script. add a parameter number to it, then replace r = rand(sup) by r=number. This is a Pokémon! You can now replace the dummy...
  9. grogro

    Resource Mid battle dialogue for v20+

    I readed the lost example picture, you should be fine now!
  10. grogro

    v21.1 Pokepaste to essentials - farfetch'd fix

    farfetch'd and sirfetch'd can now be properly generated
  11. grogro

    Resource Pokepaste to essentials

    grogro updated Pokepaste to essentials with a new update entry: farfetch'd fix Read the rest of this update entry...
  12. 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
  13. 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)
  14. grogro

    Resource Pokepaste to essentials

    grogro updated Pokepaste to essentials with a new update entry: ironhead bugfix Read the rest of this update entry...
  15. 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!
  16. 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...
  17. 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...
  18. 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
  19. 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
  20. grogro

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

    another solution
Back
Top