under db create another copy of import-tmpl folder and rename it to import . under import/job_exp.txt supports exp table up to 1000 base level and 255 job level
and you have to change some in order for your custom exp table to work
sample:
//Base - Pre-renewal 1000 Levels
//99,x,0,10,18,28,40,85,123,168,220,278,400.....
//Job - Pre-renewal 255 Levels
//70,x,1,288,368,568,696,1206,1774,2192,3196....
// Structure of Database:
// Max Level,Class list,Type,Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12
class list : jobID ex. novice= 0, swordsman= 1
type : 0 = base level 1= job level
if you want to change it to 1000 base level and 255 job level for star emperor and soul reaper:
//Base - Pre-renewal 1000 Levels
1000,4239:4240,0,10,18,28,40,85,123,168,220,278,400,481,613,731...
//Job - Pre-renewal 255 Levels
255,4239:4240,1,288,368,568,696,1206,1774,2192,3196,5080,7352,8580...