- Joined
- Mar 13, 2012
- Messages
- 1,327
- Reaction score
- 490
- First Language
- English
- Primarily Uses
- RMMZ
Skill Buy System
Version 1.1
by Fomar0153
Version 1.1
by Fomar0153
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.
Screenshots

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.
Download
Click here.
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?
Credits
Fomar0153
Terms of Use
As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
Version History
1.0 -> 1.1 - 18/09/20
Fixed a bug where skills for allies would open up the actor select window.
Optimisation improvements.
Last edited: