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: Yanfly ClassBaseParam and Subclass Plugins Not Playing Nice?
- Original author: EyeAmTheVictor
- Original date: January 13, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/yanfly-classbaseparam-and-subclass-plugins-not-playing-nice.73553/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
Hey guys, Not sure if this was meant to be a feature or if I'm over looking something. I'm using Yanfly plugins. ClassChangeCore, Subclass, BaseParamControl, and ClassBaseParam. {
Archived First Post
Hey guys,
Not sure if this was meant to be a feature or if I'm over looking something.
I'm using Yanfly plugins. ClassChangeCore, Subclass, BaseParamControl, and ClassBaseParam.
Protected download
I set up some Custom class parameters in the Class Note for Warrior.
<Custom Class Parameters>
maxhp = level * 50 + 50;
maxmp = level * 20 + 45;
atk = level * 6.5 + 15;
def = level * 6 + 15;
mat = level * 5 + 12;
mdf = level * 5 + 12;
agi = level * 5 + 13;
luk = level * 5 + 12;
</Custom Class Parameters>
When any class I set with custom parameters is set as the main class, it will not receive any stat boosts from a sub class.
Protected download Protected download
Is there a work around for this? Is this a bug?
I assume it is happening because I'm trying to set custom parameters for a class and it won't let the subclass plugin change those parameters.
I figure there may be a way to Lunatic Mode it to add a percentage of the subclass stats to it, but I haven't tried to do anything like that yet.
I didn't want to submit a bug report if someone has maybe already fixed this and I just couldn't find it.
Any input would be helpful! Thanks in advance!
Not sure if this was meant to be a feature or if I'm over looking something.
I'm using Yanfly plugins. ClassChangeCore, Subclass, BaseParamControl, and ClassBaseParam.
Protected download
I set up some Custom class parameters in the Class Note for Warrior.
<Custom Class Parameters>
maxhp = level * 50 + 50;
maxmp = level * 20 + 45;
atk = level * 6.5 + 15;
def = level * 6 + 15;
mat = level * 5 + 12;
mdf = level * 5 + 12;
agi = level * 5 + 13;
luk = level * 5 + 12;
</Custom Class Parameters>
When any class I set with custom parameters is set as the main class, it will not receive any stat boosts from a sub class.
Protected download Protected download
Is there a work around for this? Is this a bug?
I assume it is happening because I'm trying to set custom parameters for a class and it won't let the subclass plugin change those parameters.
I figure there may be a way to Lunatic Mode it to add a percentage of the subclass stats to it, but I haven't tried to do anything like that yet.
I didn't want to submit a bug report if someone has maybe already fixed this and I just couldn't find it.
Any input would be helpful! Thanks in advance!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
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...


