- 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:
Installation:
Download the ZIP and extracted the
For every item you want to use, you have to define an item in the
Configuration:
Under
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::
ID,Internal Name,Name,Plural Name,8,0,"Description",2,0,6,
Example:
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
- The internal name used in the
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
- If the item should be used
needed_badge
- Which badge you need in order to use the item
- 0 means no badge is required
- Which badge you need in order to use the item
needed_switches
- Which switches have to be active in order to use the item
- Empty brackets mean no switch is required
- Which switches have to be active in order to use the item
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
- Credits
- Since I used Marin's script as a blueprint please also give credit to him.
So credit if used:
- Moyo
- Marin