Pixel Posted January 17, 2018 Posted January 17, 2018 Can you configure the current emulator to support the maximum level of 1500? I've tried inserting the job_db lines but it does not let you enter more than 1003 rows. It's simple? or would it be very complex? Quote
0 sader1992 Posted January 17, 2018 Posted January 17, 2018 (edited) rathena/src/map/pc.cpp line 11371 from sv_readdb(dbsubpath2, "job_exp.txt",',',4,1000+3,CLASS_COUNT*2,&pc_readdb_job_exp, i > 0); //support till 1000lvl to sv_readdb(dbsubpath2, "job_exp.txt",',',4,1500+3,CLASS_COUNT*2,&pc_readdb_job_exp, i > 0); //support till 1000lvl don't forget to recompile ! Edited January 17, 2018 by sader1992 Quote
Question
Pixel
Can you configure the current emulator to support the maximum level of 1500? I've tried inserting the job_db lines but it does not let you enter more than 1003 rows.
It's simple? or would it be very complex?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.