Max Level Restrictions

Author: Mr. Trivel
Name: Max Level Restrictions
Version: 1.0
Created: 2016-03-31

What does it do?
Allows restricting and lifting actor, class and global max level.

Pics:
Nope.

How to use?
Use these Plugin Commands to set and lift max level restrictions:
MaxLevel GlobalSet [LEVEL] – sets global max level restriction to [LEVEL]
MaxLevel GlobalLift – removes global max level restriction

MaxLevel ActorSet [LEVEL] [ID] – sets max level restriction to [ID] of actor
MaxLevel ActorLift [ID] – removes actor max level restriction

MaxLevel ClassSet [LEVEL] [ID] – sets max level restriction to [ID] of class
MaxLevel ClassLift [ID] – removes class max level restriction

[LEVEL] – what is the new max level
[ID] – actor or class ID

Examples:
MaxLevel GlobalSet 10
MaxLevel GlobalLift
Maxlevel ActorSet 20 5
Maxlevel ActorLift
MaxLevel ClassSet 30 7
Maxlevel ClassLift

Priority:
In case of multiple restrictions (default, global, actor, class) the lowest
value one will be used.

How to download the 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 commercial and non-commercial projects.

Change Equipment on Level Up

Author: Mr. Trivel
Name: Change Equipment on Level Up
Created: 2016-03-15
Version: 1.0

What does it do?
Changes actor equipment on specific levels when leveling up.

Screenshots:
Not for this plugin.

How to use?
Open the plugin in your favorite text editor, scroll down to EQUIPMENT SETUP and follow the structure there.

How to download the 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 commercial and non-commercial projects.

Static EXP

Author: Mr. Trivel
Name: Static EXP
Created: 2015-10-26
Version: 1.0

What does it do?
Makes every level require same amount of EXP. Enemies give exp depending on actor level.

How to use?
Set parameters in Plugin Manager.
And use tags for enemy note fields:
<level: X> – Level of enemy. If no level noted assumes level 1.
<custom_base_exp> – instead of using default base EXP

How to download the 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 commercial and non-commercial projects.

Simple Skill Leveling

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>


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 commercial and non-commercial projects.