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: Max Level Restrictions
- Original author: Mr. Trivel
- Original date: March 31, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/max-level-restrictions.59686/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Author: Mr. Trivel Name: Max Level Restrictions Version: 1.0 Created: 2016-03-31
Archived First Post
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.
Plugin: Protected download
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.
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.
Plugin: Protected download
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.
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 commercial and 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...