Jump to content
  • 0
Sign in to follow this  
stupeflix

I CAN'T EDIT MAX LEVEL 255/120

Question

GOOD DAY

 

I ALREADY READ ALL THE ARTICLES OR GUIDES RELATED TO EDITING MAX LEVEL AND ALL OF THAT DID NOT WORK TO MY SERVER

IM USING PACKETVER 20180620 AND ALL HERCULES SERVER FILES

FILES THAT I MODIFY

  • MMO.H
  • BATTLE.C
  • EXP_GROUP_DB.CONF
  • CLIENT.CONF

AFTER I MADE CHANGES TO MMO.H AND BATTLE.C.. ANYTHING FROM THE FOLDER SRC.. I ALWAYS RE-COMPILE.. BUT STILL NOT WORKING

 

HERE ARE THE GUIDES THAT I FOLLOW AND ALL OF THEM NOT WORK TO ME

GUIDE #1

GUIDE #2

GUIDE #3

 

SCREENSHOTS OF ALL THE LINKS THAT I ALREADY BEEN FOUND.. BUT STILL PROBLEM EXIST

https://prnt.sc/ozfrtk

 

 

PLEASE TO ALL PROFESSIONALS OUT THERE.. PLEASE HELP ME WITH MY PROBLEM

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 1
4 hours ago, Hadeszeus said:

Were you able to fix this? I'm having the same issue :(

trunk/src/common/mmo.h

#define MAX_LEVEL 175

change into

#define MAX_LEVEL 255

 

Next is trunk/conf/map/battle/player.conf

this will make 255 stats

// Max limit of char stats. (AGI, STR, etc.)
max_parameter: 99

change into

// Max limit of char stats. (AGI, STR, etc.)
max_parameter: 255

 

Next is trunk/conf/map/battle/client.conf

max_lv: 99

 

change it to (same with the aura_lv if you want 255 player have a blue aura)

max_lv: 255

 

next step is trunk/db/pre-re/job_db.conf

you can use this one, not yet tested but give it a try

Link : https://pastebin.com/QaB3Y3Tv

 

Done forget to recompile your server after..

Share this post


Link to post
Share on other sites
  • 0
2 hours ago, Kuya Jeo said:

trunk/src/common/mmo.h

#define MAX_LEVEL 175


#define MAX_LEVEL 175

change into

#define MAX_LEVEL 255


#define MAX_LEVEL 255

 

Next is trunk/conf/map/battle/player.conf

this will make 255 stats

// Max limit of char stats. (AGI, STR, etc.) max_parameter: 99


// Max limit of char stats. (AGI, STR, etc.)
max_parameter: 99

change into

// Max limit of char stats. (AGI, STR, etc.) max_parameter: 255


// Max limit of char stats. (AGI, STR, etc.)
max_parameter: 255

 

Next is trunk/conf/map/battle/client.conf

max_lv: 99


max_lv: 99

 

change it to (same with the aura_lv if you want 255 player have a blue aura)

max_lv: 255


max_lv: 255

 

next step is trunk/db/pre-re/job_db.conf

you can use this one, not yet tested but give it a try

Link : https://pastebin.com/QaB3Y3Tv

 

Done forget to recompile your server after..

Thanks Kuys! Already fixed it. I edited the original file without knowing it's overwriting the value in IMPORT data. :)

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.