Jump to content
  • 0

Max Level / Max Stat editing


siomai4ever

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

Im planning to manipulates Super Novice and Kagerou/Oboro classes Max Level and Max Stats

can anyone help me with this?

 

================================================================

 

Maximum base level is 175.

#define MAX_LEVEL 175 // it also reflects SNex and Kage/Oboros Max Level

 

================================================================

 

Super Novice and Kagerou/Oboro classes are limited to base level cap to 160 and will still be limited to 125 max stat.

// Max limit of char stats. (agi, str, etc.)
max_parameter: 99

// Same as max_parameter, but for 3rd classes. 
max_third_parameter: 130 // it also reflects SNex and Kage/Oboros Max Stats

// Same as max_parameter, but for baby classes.
max_baby_parameter: 80

// Same as max_parameter, but for baby 3rd's.
max_baby_third_parameter: 117

 

================================================================

 

can anyone? help me with this?

thanks in advance.

Edited by siomai4ever
Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

"db\re\job_exp.txt" or "db\pre-re\job_exp.txt".

Just analyze. It's pretty simple.

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

You can edit max levels (BASE AND JOB) for each jobs here at "db\re\job_exp.txt" or "db\pre-re\job_exp.txt".

Just follow/read the top line for instructions.

but make sure you edited map.h if going beyond 160

#define MAX_LEVEL 160

 

As for the stats. It can be edited in "conf\battle\player.conf" but not for every/specific job. Only for 3rd, baby and normal classes.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

uhmm thanks for the reply...

im aware to that... is there any chance that I can manage to edit or manipulate

my SNex and Kage/Boro Max Level and stat and not reflecting at 

#define MAX_LEVEL "175"

planning that SNex and Kage/Boro Max Level is only 160 and the max stat is 125,

and for the 3rd job classes max lvl is 175 and max stats is 130

Edited by siomai4ever
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

uhmm thanks for the reply...

im aware to that... is there any chance that I can manage to edit or manipulate

my SNex and Kage/Boro Max Level and stat and not reflecting at 

#define MAX_LEVEL "175"

planning that SNex and Kage/Boro Max Level is only 160 and the max stat is 125,

and for the 3rd job classes max lvl is 175 and max stats is 130

It think you can't do that. It needs src mod to make kage/oboro/SNex to other class type and can have different max stats.

I know that kRO's kage/obo/SNx is 160 w/ 125 stats and I think you are trying to make that if possible.

  • Upvote 3
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

coz I got a problem regarding aura..

whenever I set my max lvl to 160 3rd job classes doesnt gain aura and only Super Novice and Kagerou/Oboro classes have it

and when i change it to 175 3rd job classes gains aura.. and Super Novice and Kagerou/Oboro classes doesnt..

 

@topic

I see thanks... might as well wait for the update.. :D

 

thanks again LuLu

 

========================================

Edited by siomai4ever
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

yep I tried that too. Aura on Kage/Obo/SNx are showing at lvl 160 and 3rd jobs are at lvl 175.

You can't edit the stats but you can edit the lvl. for example.

160 for kage/obo/SNx

175 for 3rd jobs.

That will work but their stats is all 130.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

sir?

how? can I edit lvl? 

#define MAX_LEVEL 175 // reflect both 3rd job and Kage/Obo/SNex

how can i make my 3rd job classes max level 175 and Kage/Obo/SNex Max level 160?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/27/13
  • Last Seen:  

cool thanks man! your a life saver :D

hehe might as well wait for the new parameter for NSx/Kage/Boro's Max Stats

Edited by siomai4ever
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...