I'd like to make caps for the stats, how can I do this? Max would be 255 for each stat with the exception of HP and MP.
How to make a hard cap on stats?
● ARCHIVED · READ-ONLY
-
-
Go into your database and then the class tab. Set each classes exp curb to the max stats you'd like.
-
You can either manually change the increase of each stat to how you want it (unfortunately doing it this way takes forever depending on what you want the level cap to be) you can use the curve thing in the classes like the person above said. But you have a tiny bit of control doing it the curve way but a lot doing it the manual way.
Good luck. -
Would that set a cap on the stats that can't be surpassed? I would like to make stats limited to 255, even with increases from weapons and such.Go into your database and then the class tab. Set each classes exp curb to the max stats you'd like.
-
Actually, it wouldn't, but if you know the max stats of your most powerful weapon you could subtract that from 255 and set them to reach that at lv. 99 with a curb. Just spitballing lol
-

Ohhh you want a hard cap, the only way to do that is calculation of items. Or a script, I don't know if there is one out there for that though. -
Alright, well I guess I'll just stick with that method for now.Actually, it wouldn't, but if you know the max stats of your most powerful weapon you could subtract that from 255 and set them to reach that at lv. 99 with a curb. Just spitballing lol
-
You could do exactly what you're wanting with scripts, and normally I'd try to write it out for you really quick, but I'm working on one of my own currently.
-
Would you happen to know of any that already exist? I mean, there's gotta be at least one I would think.You could do exactly what you're wanting with scripts, and normally I'd try to write it out for you really quick, but I'm working on one of my own currently.
-
No worries, maybe I can come up with one myself? I have very little scripting experience though, it seems like a daunting task for a newbie such as myself.

Ohhh you want a hard cap, the only way to do that is calculation of items. Or a script, I don't know if there is one out there for that though. -
http://forums.rpgmakerweb.com/index.php?/topic/4309-stat-distribution/ Found this in Google. Not sure if it works, but you can try it out.
-
This script allows you cap stats to whatever value you want
http://yanflychannel.wordpress.com/rmvxa/core-scripts/adjust-limits/
The cap applies to the final value (eg: after all bonuses/equips/etc) -
There you go ^. Just what you needed lol. By the way GATTJT if you'd like to learn scripting I'd suggest codeacademy.com, which is a great place to get start, and then DiamondAndPlatinum3's RGSS3 tutorials on YouTube. They helped me out a lot.
-
Wow, that seems like exactly what I need, thanks a lot! So I just copy/paste the whole thing in the Materials section of the Script Editor?This script allows you cap stats to whatever value you want
http://yanflychannel.wordpress.com/rmvxa/core-scripts/adjust-limits/
The cap applies to the final value (eg: after all bonuses/equips/etc) -
Yes, but make sure to read the script instructions carefully.Wow, that seems like exactly what I need, thanks a lot! So I just copy/paste the whole thing in the Materials section of the Script Editor?
-
Alright, got it to work, thanks a bunch to all of you. Y'all were super helpful.Yes, but make sure to read the script instructions carefully.
-
You're welcome, but Tsukihime found that script lol Hope it works out for you.