LewL Posted December 19, 2022 Posted December 19, 2022 Hi everyone, I just got back from a long vacay. I'm currently using the latest rathena emulator and seems like changing max level is a bit different now. Can anyone help me how to change max level from 99/70 to 255/120? job_exp.yml Quote
1 HaureN Posted December 20, 2022 Posted December 20, 2022 about your file, just change the MaxBaseLevel on line 137, then add the lines bellow to match the new levels, from 100~255 with the Level and the exp necessary steps: 1. on 'src/map/map.hpp' #define MAX_LEVEL 255 2. recompile 3. on 'db/pre-re/job_exp.yml' change MaxBaseLevel from all classes that are on your server, also add the new lines to match level 255 just copy the syntax 4. on 'db/pre-re/statpoint.yml' add new lines like the already on the file, copy the syntax Quote
0 Poring King Posted December 22, 2022 Posted December 22, 2022 On 12/20/2022 at 5:56 PM, HaureN said: about your file, just change the MaxBaseLevel on line 137, then add the lines bellow to match the new levels, from 100~255 with the Level and the exp necessary steps: 1. on 'src/map/map.hpp' #define MAX_LEVEL 255 2. recompile 3. on 'db/pre-re/job_exp.yml' change MaxBaseLevel from all classes that are on your server, also add the new lines to match level 255 just copy the syntax 4. on 'db/pre-re/statpoint.yml' add new lines like the already on the file, copy the syntax You need to fix also the job_exp Quote
Question
LewL
Hi everyone, I just got back from a long vacay. I'm currently using the latest rathena emulator and seems like changing max level is a bit different now.
Can anyone help me how to change max level from 99/70 to 255/120?
job_exp.yml
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.