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: Simple Skill Leveling
- Original author: Mr. Trivel
- Original date: November 29, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/simple-skill-leveling.51820/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Name: Simple Skill Leveling Version: 1.1 Author: Mr. Trivel Created: 2015-11-27
Archived First Post
Name: Simple Skill Leveling
Version: 1.1
Author: Mr. Trivel
Created: 2015-11-27
What does it do?
Skills change to their stronger or different versions after X uses.
Video:
How to use?
To make skill change after some uses, use the following tag:
<LevelUpTo: [ID], [USES], [REMOVE]>
Will make skill require a specific other existing skill that was used.
<LevelUpRequire: [ID], [USES], [REMOVE]>
[ID] - Skill ID to change to
[USES] - After how many uses change into that skill
[REMOVE] - 0 - keep skill after leveling up, 1 - remove skill after leveling up
(Remove is optional, by default it'll remove)
Examples:
<LevelUpTo: 5, 25, 0>
<LevelUpTo: 8, 10>
<LevelUpTo: 5, 20, 0>
<LevelUpRequire: 7, 5>
<LevelUpRequire: 8, 9>
<LevelUpTo: 7, 20>
<LevelUpRequire: 8, 10, 0>
<LevelUpTo: 8, 10>
<LevelUpRequire: 7, 20>
Plugin: Protected download
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
Version: 1.1
Author: Mr. Trivel
Created: 2015-11-27
What does it do?
Skills change to their stronger or different versions after X uses.
Video:
How to use?
To make skill change after some uses, use the following tag:
<LevelUpTo: [ID], [USES], [REMOVE]>
Will make skill require a specific other existing skill that was used.
<LevelUpRequire: [ID], [USES], [REMOVE]>
[ID] - Skill ID to change to
[USES] - After how many uses change into that skill
[REMOVE] - 0 - keep skill after leveling up, 1 - remove skill after leveling up
(Remove is optional, by default it'll remove)
Examples:
<LevelUpTo: 5, 25, 0>
<LevelUpTo: 8, 10>
<LevelUpTo: 5, 20, 0>
<LevelUpRequire: 7, 5>
<LevelUpRequire: 8, 9>
<LevelUpTo: 7, 20>
<LevelUpRequire: 8, 10, 0>
<LevelUpTo: 8, 10>
<LevelUpRequire: 7, 20>
Plugin: Protected download
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
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
Terms of Use: Don't remove the header or claim that you wrote this plugin. Credit Mr. Trivel if using this plugin in your project. Free for non-commercial projects.
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...