• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Advanced HM Items 1.0.0

Pokémon Essentials Version
v19.1 ➖
This resource lets you define items that can be used instead of HM moves.

Since the original script from Marin is no longer usable in V19.1 and later, I sat down and reworked the whole script to work again.
While doing so, I updated the script to be able to be loaded via the "new" Plugin Manager and added some features.

Currently supported HM items:
  • Rock Smash
  • Cut
  • Strength
  • Surf
  • Fly
  • Headbutt
  • Flash

Installation:
Download the ZIP and extracted the Advanced HM Items folder into your Plugins folder.

For every item you want to use, you have to define an item in the items.txt PBS. You should use this format:
Code::
Expand Collapse Copy
ID,Internal Name,Name,Plural Name,8,0,"Description",2,0,6,
Example:
Expand Collapse Copy
634,ROCKSMASHITEM,Pickaxe,Pickaxes,8,0,"This can be used to smash rocks",2,0,6,

Configuration:
Under [00] Config you will find the Config.rb in which you can configure multiple properties for each item.

  • internal_name
    • The internal name used in the items.txt PBS
  • active
    • If the item should be used
      • If an item is active you are no longer able to use the corresponding HM move outside of battle
  • needed_badge
    • Which badge you need in order to use the item
      • 0 means no badge is required
  • needed_switches
    • Which switches have to be active in order to use the item
      • Empty brackets mean no switch is required
  • use_in_debug
    • If you are able to always use the item in debug mode regardless of the requirements

  • One way items
  • Animations for using the items
  • More supported HMs
    • Dig
    • Dive
    • Sweet Scent
    • Teleport
    • Waterfall
    • Defog
    • Rock Climb
  • Combining Surf, Waterfall, and Dive
Any other suggestions are welcome.
Credits
Since I used Marin's script as a blueprint please also give credit to him.
So credit if used:
  • Moyo
  • Marin
Author
FeelsMoyoMan
Downloads
1,335
Views
8,489
First release
Last update

Ratings

5.00 star(s) 4 ratings

Latest reviews

The script runs perfectly, I'm desperate for the update in wish I will be able to use other HM's.
Now I have a question how can I add an animation to some of the Items?
I still didn't test this script but I gave 5 stars cuz I was ALWAYS waiting for the script to be compatible with v19.1! Thank goodness ❣️
Back
Top