Pixel Posted January 17, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 65 Reputation: 39 Joined: 11/15/11 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 sader1992 Posted January 17, 2018 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 9 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Pixel Posted January 17, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 65 Reputation: 39 Joined: 11/15/11 Last Seen: April 6 Author Share Posted January 17, 2018 Solved, thx. Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.