How to make a hard cap on stats?

● ARCHIVED · READ-ONLY
Started by GATTJT 17 posts View original ↗
  1. 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.
  2. Go into your database and then the class tab. Set each classes exp curb to the max stats you'd like.
  3. 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.
  4. DRS said:
    Go into your database and then the class tab. Set each classes exp curb to the max stats you'd like.
    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.
  5. 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
  6. H4P1vWb.png

    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.
  7. DRS said:
    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
    Alright, well I guess I'll just stick with that method for now.
  8. 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.
  9. DRS said:
    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.
  10. Bloodmorphed said:
    H4P1vWb.png

    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.
    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.
  11. 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.
  12. GATTJT said:
    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?
    Yes, but make sure to read the script instructions carefully.
  13. DRS said:
    Yes, but make sure to read the script instructions carefully.
    Alright, got it to work, thanks a bunch to all of you.  Y'all were super helpful.
  14. You're welcome, but Tsukihime found that script lol Hope it works out for you.