Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: AP System
- Original author: Fomar0153
- Original date: August 21, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/ap-system.125658/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
AP System Version 1.0 by Fomar0153 Description
Archived First Post
AP System
Version 1.0
by Fomar0153
Version 1.0
by Fomar0153
Description
Implements a secondary experience system as seen in many games. You will likely have seen AP or JP before.
Features
Errr... you can rename AP.
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 enemies with <ap: n> where n is the AP you'd like them to reward players.
Download
Click here.
FAQ
Q: What does this plugin do?
A: By itself not much, other scripts will require it, for example my learn equipment skills plugin. I also have plans to make a job system at some point which will also require it.
Q: I'm writing a plugin and would like to use this as a base, how do I build off it?
A: Overwrite the following function.
JavaScript:
Game_Actor.prototype.gainAP = function() {
// over write this in your plugin
};
Credits
Fomar0153
Terms of Use
As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
Features Mentioned
- Errr... you can rename AP.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credits Fomar0153 Terms of Use As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...