Yanfly Class System - Levels

● ARCHIVED · READ-ONLY
Started by omega1227 6 posts View original ↗
  1. I hope this is the right forum.

    I'm using Yanfly's Class System and it's been fantastic so far. I'm playing through my game, have 7 classes unlocked and everything's been fine. Then, I unlock my last class and it's 6 levels behind the others. I have "Maintain Levels" set to true in the script... so why would this class suddenly be behind the others?

    Any idea? Thanks.
  2. Hi, you mentioned that 'Maintain Levels' is set to 'true' in your script. That being the case, the classes should scale to your actor's level. There is no class level.

    Or are you referring the class belonging to a different actor?
  3. No. All the classes for one actor are at level 18. When I switch to the last class that I just unlocked, it's level 11.
  4. I've tested Yanfly's Class System script on an empty project, but did not run into the same problem.

    Are you using other scripts in the same project?

    One of them could be conflicting with this script.

    Script conflicts do not always present themselves outright.

    Try removing the other scripts individually to see if this problem disappears.
  5. I figured it out. I had altered the EXP curves for all the other classes, but forgot about the last one (it was a newer addition). Thanks for the effort though! I appreciate it.
  6. Good to know that this problem is resolved. Hope you can find the solution to your other problem too. Good luck!