Jump to content
  • 0

How to change max Base level and Job lvl?


Question

Posted

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

  • 1
Posted

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

  • 0
Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...