Disable level up for a class

● ARCHIVED · READ-ONLY
Started by sapiboong 4 posts View original ↗
  1. 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  :)
  2. 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.
  3. 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.
  4. Thanks both of you. 

    Problem solved  :)