• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Mega Mewthree's Achievements System

  • 232
    Posts
    7
    Years
    • Seen today
    Do you know how to set up an achievement like 100 steps because i dont understand it

    I haven't studied the script yet, I'm hoping they'll support the question I asked above. I really enjoyed the little missions. It would be nice if I could activate them one at a time, but unfortunately it seems that they try to recognize everything at once.
    In the script there are examples of missions. The first, if I'm not mistaken, is the one that counts steps. Look for the command that identifies the number of steps and change to the desired one.

    I use translator, sorry
     
  • 232
    Posts
    7
    Years
    • Seen today
    What is your question?
    I thought I had solved your bugs with my script + fix.


    Yes, it worked on v18!
    But I would like to know if I can activate each mission at a time ...
    When the character opens the menu he sees all the available missions, how do I hide and release the others through scripts or switches?
    Another cool thing for this script, I would like to do a mission that is summarized in the following:
    Defeat 5 Geodudes
    or
    capture 5 magikarps.
    Would you be able to do something like that?
     

    YashPokeFan123

    #PokeFan
  • 283
    Posts
    3
    Years
    • Seen Apr 28, 2023
    Yes, it worked on v18!
    But I would like to know if I can activate each mission at a time ...
    When the character opens the menu he sees all the available missions, how do I hide and release the others through scripts or switches?
    Another cool thing for this script, I would like to do a mission that is summarized in the following:
    Defeat 5 Geodudes
    or
    capture 5 magikarps.
    Would you be able to do something like that?

    Mine worked also but I also want to see because all Achievements come at same time
     
  • 232
    Posts
    7
    Years
    • Seen today
    Yes, it worked on v18!
    But I would like to know if I can activate each mission at a time ...
    When the character opens the menu he sees all the available missions, how do I hide and release the others through scripts or switches?
    Another cool thing for this script, I would like to do a mission that is summarized in the following:
    Defeat 5 Geodudes
    or
    capture 5 magikarps.
    Would you be able to do something like that?

    Up
     
  • 15
    Posts
    3
    Years
    • Seen Dec 15, 2021
    You know, V18.1 is not a complete rewriting of v17 that changes everything...
    You can put this script in your game, make experiments and solve the few bugs that you'll find. They should be easy to solve, the way the script is written.

    I looked at the code, and I think that the only functions that will create bugs are the following:
    Spoiler:


    Of course I didn't test any of this, but these changes are the most obvious.


    I would like the menu to be accessible from the pause menu. How do i do it?
     

    YashPokeFan123

    #PokeFan
  • 283
    Posts
    3
    Years
    • Seen Apr 28, 2023
    I would like the menu to be accessible from the pause menu. How do i do it?

    If you use Modular Pause Menu
    This is code
    Spoiler:

    For Normal Menu
    Spoiler:
     
    Last edited:
  • 43
    Posts
    7
    Years
    • Seen May 4, 2023
    When I open the achievements section from the modular menu the game crashed, how can I solve it?
     
  • 43
    Posts
    7
    Years
    • Seen May 4, 2023
    Does it show an error message
    [Pokémon Essentials version 17.2]
    Exception: NameError
    Message: uninitialized constant PokemonAchievementsScene
    ModularPause:158
    ModularPause:157:in `call'
    [MODMN] Modular Menu:48:in `runAction'
    [MODMN] Modular Menu:319:in `pbStartPokemonMenu'
    [MODMN] Modular Menu:303:in `loop'
    [MODMN] Modular Menu:322:in `pbStartPokemonMenu'
    Scene_Map:127:in `call_menu'
    Scene_Map:213:in `update'
    Scene_Map:234:in `main'
    Scene_Map:231:in `loop'
     
  • 43
    Posts
    7
    Years
    • Seen May 4, 2023
    Another thing, by any chance, do you know how to adapt the modular pause to make it circular?
     

    StCooler

    Mayst thou thy peace discover.
  • 9,308
    Posts
    4
    Years
    • Seen today
    [Pokémon Essentials version 17.2]
    Exception: NameError
    Message: uninitialized constant PokemonAchievementsScene
    ModularPause:158
    ModularPause:157:in `call'
    [MODMN] Modular Menu:48:in `runAction'
    [MODMN] Modular Menu:319:in `pbStartPokemonMenu'
    [MODMN] Modular Menu:303:in `loop'
    [MODMN] Modular Menu:322:in `pbStartPokemonMenu'
    Scene_Map:127:in `call_menu'
    Scene_Map:213:in `update'
    Scene_Map:234:in `main'
    Scene_Map:231:in `loop'

    Read this post.

    Another thing, by any chance, do you know how to adapt the modular pause to make it circular?
    Ask the creator of the modular pause...
     
  • 43
    Posts
    7
    Years
    • Seen May 4, 2023
    Does anyone know how to add a achievement that concerns the capture of a pokemon with a particular type? For example, 'Catch 10 pokemon grass'?
     
    Back
    Top