Skill Buy System


Screenshot
Skill Buy System
EngineRPG Maker MZ
Download Download
LinksRPGMaker.net
RPG Maker Web
Description
Implements a skill buy system. You can set requirements and implement skill trees if you wish.
Requires at least one AP System.

Features
Compatible with both my previous AP systems.
Set skill requirements.

How to Use
Place the plugin in your project's js/plugins/ folder.
Inside RPG Maker MZ's editor, open the Plugin Manager.
Create a new entry and select this plugin from the list.
Customise the options to your liking and then click ok.

Notetag skills with:
<ap: n>
Where n is the cost of the skill.
To make a skill require others skills to be learned before it can be learned:
<buyreq:x,y,z>
Seperate the skill ids with commas.

Notetag actors and/or classes with:
<skillbuy: x,y,z>
Seperate the skill ids with commas.

AP Systems:
If you want to earn AP by killing enemies, click here.
If you want to earn AP when you level, click here.

FAQ
Q: Nothing seems to happen when I use your plugin or I get an error.
A: Make sure the plugin has its original name and that you haven't accidentally renamed it.

Q: I double checked the name and I still have an error.
A: Please be really specfic about what you did when the error occurred, hit F8 and it'll give you some more details that might be useful to me. Does it happen in a blank project?