• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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.

Able to use HMs without the badges

  • 23
    Posts
    9
    Years
    • Seen Mar 20, 2017
    Hi!

    In the game that I'm making, HMs somehow can be used without the proper badge and without a Pokémon with that move, but I don't want it.

    I tried to change the script of the use of HMs outside battle. I have not decided when they will be liberated, so I tried to put everything off, to not let any HM usable out of battle by now. Look below:

    [PokeCommunity.com] Able to use HMs without the badges


    I Tried to put the HIDDENMOVESCOUNTBADGES to false, but nothing changed. Now, all is set to 9, but even with this, I can use Surf outside battle, as the example:

    [PokeCommunity.com] Able to use HMs without the badges

    [PokeCommunity.com] Able to use HMs without the badges


    Forgive me to use these images with a glitch, I will solve that on Tileset configuration. But, even with that, this probably would not be possible if the HM was not allowed, how I think i set on script. Even further, I don't have a Pokémon with Surf on my party.

    Could anyone help me with that? Am I setting this in a wrong way?

    I am using Essentials + G6 + EB. Scripting is really new to me, I'm doing my best on that...

    PS.: I tried to change the DEFAULTSCREENZOOM to 0.5, but it didn't change nothing in the game testing at all. I don't know if I am doing this right, since there's two changes that I did that didn't work.

    Thank you all! :)
     
    You're playing in Debug mode (i.e. pressing the Play button from within RMXP). One of the features of Debug mode is that you can use HMs without needing the appropriate badge(s) or a Pokémon that knows the move.

    As for changing the default screen zoom, well, that's the default. Your save file contains its own zoom setting, which the game is using instead. To see the change, delete your save file and play again.
     
    You can probably surf because you are in debug mode. And to fix the bridge... Make sure it's scripts are set up properly. See the wiki if you dont even have an idea of what Im talking about.
     
    You're playing in Debug mode (i.e. pressing the Play button from within RMXP). One of the features of Debug mode is that you can use HMs without needing the appropriate badge(s) or a Pokémon that knows the move.

    As for changing the default screen zoom, well, that's the default. Your save file contains its own zoom setting, which the game is using instead. To see the change, delete your save file and play again.

    Simplier than I thougt haha

    Thank you all :D
     
    Back
    Top