• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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,389
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.
 
Hello everyone !

I can get the plugin to work almost perfectly fine. The UI is working, the according skills show on each Pokémon, and some are greyed when they need to be. Although, I have one major issue : I can use any Field Skill even if I do not have any Pokémon capable of it. At first, I thought that it was because I added a Pokémon through debug and that I didn't go through the gender choice, but when trying to go through the base Essentials map (so Intro -> Oak's Lab) and choosing Charmander (who does not have Surf when looking through the menu), I can use Surf on the small chunk of water on the south of Lappet Town.
It shows the usual "would you like to use Surf" dialogue and it then says "[Player's Name] used Surf !"

I didn't change anything in any of the plugin files and I just followed the installation process as said in the plugin overview.

If anyone has any advice on this matter I would gladly appreciate it, as this plugin looks really awesome and I definitely want to get rid of the HP Bidoof syndrome.
 
Back
Top