Jump to content
  • 0

Editing max level?


Millenium

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

I followed the wiki, but it won't let me go any higher than 150 o:<

Edited by Millenium
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

max_lv: 500
aura_lv: 250

#define MAX_LEVEL 500

I edited both pre and pre-re files..

I thought I edited the max level part, the third job classes get lvl 500, but not rebirth? :o

Do you know how to fix instant cast too? I put dex = 150, but all my stats are 500 and it still doesn't instant cast o_o

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

did you recompile?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

I did :o

I got the job level to max if I was the one who changed it anyway, but base level won't go any higher than 150 :<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

first off..

you need to edit

\conf\battle\client.conf

max_lv: 99
aura_lv: 99

\src\map\map.h

#define MAX_LEVEL 150

if your server is in renewal mode, edit

trunk/db/re/exp.txt

if it is not renewal mode, edit

trunk/db/pre-re/exp.txt

format

//Experience tables format:
//Max Level,Class list,Type (0 - Base Exp; 1 - Job Exp),Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98
// Supports baselevel up to 1000 and joblevel up to 255 (except Novice/High Novice)

edit the Max Level part

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   28
  • Joined:  01/16/12
  • Last Seen:  

1 - Go to \db\exp.txt and edit the 99's to max level.

2 - Turn off renewal casting.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Then you are on renewal mode.

open src\config\renewal.h

search for

#define RENEWAL_CAST

add a double slash (//) or remove that line to remove the fixed delay added on top of the normal delay for skills.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

1 - Go to \db\exp.txt and edit the 99's to max level.

2 - Turn off renewal casting.

I already changed them.. I can change my lvl to 500 my hp and sp go blank but it says full, then whenever I relog it's back at lvl 150..

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