Jump to content
  • 0

Support level 1500.


Question

Posted

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

  • 0
Posted (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 by sader1992

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...