• The Eevee Expo Game Jam is on! 📝 Head on over to the game jam forum and read through the rules if you want to participate.
    From June 30th to August 10th, 2025, participants have a little over a month to create a game!
  • 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.
Improved Field Skills - Use HM's Without Knowing the Move! [v21.1]

Resource Improved Field Skills - Use HM's Without Knowing the Move! [v21.1] v1.0.1

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,343
Lucidious89 submitted a new resource:

Improved Field Skills - Use HM's Without Knowing the Move! [v21.1] - Allows the use of HM's and other field moves without requiring a Pokemon to know the move!

Improved Field Skills for v21.1
A mod that allows for the use of HM's and other field moves without requiring a Pokemon to know the move.
Szje4Ge.gif
giphy.gif

Overview
This plugin aims to eliminate the need for requiring a Pokemon to...

Read more about this resource...
 
Does this let Rock Climb work?
If you have code for Rock Climb installed, then sure. Any HM or field skill will technically work with this if you have them implemented.
 
Advanced Items Field Moves added rock climb (along with some other field moves) and there's a v21 in the discussion (the last post as of now). The plugin makes the field moves work with items by default but you can deactivate this feature if you want to.
 
Advanced Items Field Moves added rock climb (along with some other field moves) and there's a v21 in the discussion (the last post as of now). The plugin makes the field moves work with items by default but you can deactivate this feature if you want to.
But it seems that Rock Climb and Whirlpool can't work in this plugin due to the scripts.
 
Well, I didn't test them in 21.1, I did so with their the 20.1 versions and they did work together for what I could tell. I should have said so, probably.
 
But it seems that Rock Climb and Whirlpool can't work in this plugin due to the scripts.
Any field move will work with this, even made up ones that never existed in the actual games. As long as it has a field move handler, this plugin can be set up to detect and incorporate it.
 
Any field move will work with this, even made up ones that never existed in the actual games. As long as it has a field move handler, this plugin can be set up to detect and incorporate it.
I mean, move_speed_real= and pbJumpToward are not used in 21.1 and I can't find the way to fix them.
 
I mean, move_speed_real= and pbJumpToward are not used in 21.1 and I can't find the way to fix them.
Well yes, obviously the script for the field move youre adding has to be coded for v21.1 for it to work for this. But that's outside the scope of this plugin, and should probably be asked in the thread about that specific field move.
 
Well yes, obviously the script for the field move youre adding has to be coded for v21.1 for it to work for this. But that's outside the scope of this plugin, and should probably be asked in the thread about that specific field move.
Sorry for disturbing you. I have asked that in that thread.
 
Does one of you guys know how to remove the replacement restriction on hm moves? Now it is not possible to overwrite a hm move.
 
Could I ask for an option to also need to have the associated HM in your bag as well? So even if you get the badge you still access to the move prior
 
Could I ask for an option to also need to have the associated HM in your bag as well? So even if you get the badge you still access to the move prior
I thought I can use scripts such as $bag.has?(:HM01) but that made codes too complicated. Maybe there is a better method.
 
Could I ask for an option to also need to have the associated HM in your bag as well? So even if you get the badge you still access to the move prior
I thought I can use scripts such as $bag.has?(:HM01) but that made codes too complicated. Maybe there is a better method.
Yeah, you can just edit the individual HiddenMove handlers to require the respective items in your bag. The plugin doesnt necessarily need to be edited at all for that.
 
I've gone through the settings script and found the HM requires badge and set it to true in all required areas as well as changed > 0 to >2 in all required areas, however, my Pokemon is still able to use the skill even though I don't have the badge requirement. What am I doing wrong? Thank you in advance.
 
I've gone through the settings script and found the HM requires badge and set it to true in all required areas as well as changed > 0 to >2 in all required areas, however, my Pokemon is still able to use the skill even though I don't have the badge requirement. What am I doing wrong? Thank you in advance.
Probably because you are in debug mode.
 
Back
Top