Jump to content
  • 0

How to change max Base level and Job lvl?


LewL

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  84
  • Reputation:   1
  • Joined:  01/08/20
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   24
  • Joined:  10/17/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...