I want to make one of the class/job unable to level up. That being said, no matter how much EXP they gain they won't be able to level up. The only way to level up is during event (using control variable). Because other classes have to still be able to level up during battles, I can't simply set enemies' EXP to 0.
So, is there any way to disable leveling up feature for only ONE class?
Thank you very much :)
Disable level up for a class
● ARCHIVED · READ-ONLY
-
-
Give the class a zero percent experience rate (-100%). Then make a state that gives (+100%). When you want to dole out xp, add the state, give exp, then remove it.
-
You can assign a Special Parameter called "EXR" (Experience Rate) and set it to 0%. Attach it to the Class and you're all set.
-
Thanks both of you.
Problem solved :)