• 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 Ultimate Move Tutor

    grogro updated Ultimate Move Tutor with a new update entry: Pogjam Lessons Read the rest of this update entry...
  2. grogro

    Resource Ultimate Move Tutor

    I just checked and no my alolan ninetales cannot learn things like flamethrower or bodyslam, so it seems fine and even an older version of the script should work correctly. Are you sure it's not a moved shared by both forms? If not, tell me which move is the problem to see if I can replicate...
  3. grogro

    Resource Ultimate Move Tutor

    If you set the control variable to 2, it's both by default but you can change it in the script, there are comments to do so.
  4. grogro

    Resource Banlist options

    ret.baseChallenge.addPokemonRule(MaximumLevelRestriction.new(level)) funny thing, you can even define a total level or things like that. there are already so many things in the base essentials battle tower rules code.
  5. grogro

    Resource Banlist options

    Yup I had a problem to fix just after submitting the post. It's done now and everything should be functional.
  6. grogro

    v20.1 Banlist options 1.0

    This script is made to be used with the battle tower script or with the Pokémon selection script by FL. I personnaly use this second option so that's what I will cover in my examples. It's working in v19 and v20, I didn't test it for v18. Base essentials already gives us the possibility to ban...
  7. grogro

    Resource Banlist options

    grogro submitted a new resource: Banlist options - How to make a real banlist like Smogon Read more about this resource...
  8. grogro

    Resource Clone trainer (v18+)

    put trainer.partyi.makeShadow just above trainer.partyi.heal. I think you need to have the pokémon shadow sprites if you want to see them.
  9. grogro

    Resource Clone trainer (v18+)

    you could store your team in a variable and change the script to use this variable
  10. grogro

    v20 Clone trainer (v18+) - v20 version

    The v20 version of the script is out. Don't forget to use the version corresponding to your essentials one.
  11. grogro

    Resource Clone trainer (v18+)

    grogro updated Clone trainer (v18+) with a new update entry: v20 version Read the rest of this update entry...
  12. grogro

    v21.1 Ultimate Move Tutor - other metagames update

    added Stabmon, Alphabetmon and custom options The script is compatible with v20. If you are using v19 check the instructions or don't use the Stabmon mode.
  13. grogro

    Resource Ultimate Move Tutor

    grogro updated Ultimate Move Tutor with a new update entry: other metagames update Read the rest of this update entry...
  14. grogro

    Resource Ultimate Move Tutor

    if one day I come back to my project, I will add it. You could try it yourself by modifying the hackmon part to check the type of every move and, if they are of the same type as your pokemon, add them to the list.
  15. grogro

    Resource Ultimate Move Tutor

    You could add a check before move.sort in both parts of the plugin. Use the same synthax as the code above if you want to add a entire list of moves. Something like this: if pkmn.species== something move.push(themoveyouwant) if !pkmn.hasMove?(themoveyouwant) &&...
  16. grogro

    v21.1 Ultimate Move Tutor - Bugfixes and hackmon mode

    Here comes v1.1 of the script Instructions have been updated. Don't forget to check them! There is now a balanced hackmon mode if your control variable is =3 Bugfixes Pokémons with no relearnable moves can now properly learn eggmoves and tutor moves Removed moves you already learned from the...
  17. grogro

    Resource Ultimate Move Tutor

    grogro updated Ultimate Move Tutor with a new update entry: Bugfixes and hackmon mode Read the rest of this update entry...
  18. grogro

    v20.1 Generating and Editing Pokémons 1.0

    Here are some other utilities I made for my game. The goal of these scripts is to generate and fully customize your Pokémon team, by using only a few NPCs. I don't really see any use for it in traditional games but it could be useful for Game Jam Games. Here is how I did it. To install it...
  19. grogro

    Resource Generating and Editing Pokémons

    grogro submitted a new resource: Generating and Editing Pokémons - Here are various utilities inspired from the debug mode. Read more about this resource...
Back
Top