RMMV Yanfly's Base Parameter Control and messing with HP/MP?

overlordmikey

BroCo. Gaming
Veteran
Joined
Sep 2, 2015
Messages
340
Reaction score
589
First Language
English
Primarily Uses
N/A
I'm using Yanfly's Base Parameters Control and for some reason things are going wrong and I need to understand what because this is a big part of how sweeping love decides certain stats.

Okay let's say a characters base stats are 25 HP and they gain a small portion of their ATK, DEF, and AGI into their HP. I wanted to tell the game that 33% (for testing reasons, not the final number) of each of those stats goes into HP. so if each of those was 3 the player would have 28 HP.

Okay so I tried this:

((atk * 0.33) + (def * 0.33) + (agi * 0.33) + base + plus) * paramRate * buffRate + flat

and this

(atk * 0.33) + (def * 0.33) + (agi * 0.33) + (base + plus) * paramRate * buffRate + flat

and for MP this.

((mat * 0.33) + (mdf * 0.33) + (luk * 0.33) + base + plus) * paramRate * buffRate + flat

and for some reason it makes HP 1 and MP 0.

Shouldn't this logically make it so that the 33% of each of those stats is added into HP and MP along with the base number? I haven't even gotten to the part where I need to use Math.floor() to make it so they round to the lowest interger and I'm already messing up.

Sometimes I worry I'll never understand this stuff. :(

 

ScorchedGround

Blizzards most disappointed fan (They keep going)
Veteran
Joined
Apr 12, 2020
Messages
810
Reaction score
1,266
First Language
German
Primarily Uses
RMMV
The problem is most likely that just writing "agi", "mat" and "mdf" does not do anything since the engine does not know whose parameter to take, i.e. it's "undefined".

That's why the value becomes 0.

try putting "user." in front of all the parameters. Like this for example:

((user.atk * 0.33) + (user.def * 0.33) + (user.agi * 0.33) + base + plus) * paramRate * buffRate + flat
 

overlordmikey

BroCo. Gaming
Veteran
Joined
Sep 2, 2015
Messages
340
Reaction score
589
First Language
English
Primarily Uses
N/A
The problem is most likely that just writing "agi", "mat" and "mdf" does not do anything since the engine does not know whose parameter to take, i.e. it's "undefined".

That's why the value becomes 0.

try putting "user." in front of all the parameters. Like this for example:

((user.atk * 0.33) + (user.def * 0.33) + (user.agi * 0.33) + base + plus) * paramRate * buffRate + flat
It really is always something obvious.
I tested it and that appears to be it, thank you so much!
 

eliaelia123

Veteran
Veteran
Joined
Mar 24, 2023
Messages
59
Reaction score
26
First Language
Deutsch/German
Primarily Uses
RMMV
Hey,
this thread is a bit older, but is close to the question I have, so i though I would try my luck here.
I also wanted to alter the formula in Yep Base Parameter Control, in my case to :

(base + plus + user.isActor() ? (gameVariables.value(12) : 0) ) * paramRate * buffRate + flat

what i though it would do is:
1. check if user is actor
2.a when yes, add var(12)
2.b when no, add 0

but it doesent work, any idea what I'm doing wrong with it?
 

eliaelia123

Veteran
Veteran
Joined
Mar 24, 2023
Messages
59
Reaction score
26
First Language
Deutsch/German
Primarily Uses
RMMV
@ATT_Turan ohh.. ok my bad then.
Thanks for the quick reply nonetheless!
 

Latest Threads

Latest Posts

Latest Profile Posts

With this, I'm gonna have a good night sleep
Damn. We’ve gotten so close to 0 reports, 0 approvals a few times over the past couple weeks. Does it matter? No. Is it realistic. No? Do I rely on your reports and want everyone to keep posting. Yes. Do I 100% games? …sigh… Yes.

Ah yes, all three of my moods all at once.
Here's a tutorial I did on how I made my Leonardo A.I.-assisted artworks for my game's recent update. :rhappy:

Disclaimer: This is meant to be a band-aid solution for people like me who aren't good artists or don't have the financial means to hire an amazing artist. If you have the means, please buy commissions and support your fav artists.:yhappy:

Forum statistics

Threads
131,756
Messages
1,223,009
Members
173,518
Latest member
Tiagrun
Top