Jump to content
  • 0

"Please help" Invalid maxlevel 255 specified.


ToYPiTz

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/25/14
  • Last Seen:  

Im so confused on making my server max level to 255. Ive read so many guides about it in here at rathena but im still having trouble.

I want to make my offline server max level 255 and job level 130

Im getting this kind of error's even though ive followed this guide here https://rathena.org/board/topic/105255-setting-up-max-level-problem/#comment-299995

 

[Warning]: Value for setting 'max_lv': 255 is invalid (min:0 max:175)! Defaulting to 99...

and

[Error]: pc_readdb_job_exp: Invalid maxlevel 255 specified.
[Error]: sv_readdb: Could not process contents of line 13 of "db/import/job_exp.txt".

 

Here's my db/import/job_exp.txt

job_exp.txt

I've also changed the my \map\map.h

Into:

Change 99 to your desired maximum value, i.e.
#define MAX_LEVEL 255

and

/conf/client.conf

 

// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: 255

// Level required to display an aura.
// NOTE: This assumes that sending max_lv to the client will display the aura.
// NOTE: aura_lv must not be less than max_lv.
// Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
// will be sent as being all level 98, and only characters with level
// 150 or more will be reported as having level 99 and show an aura.
aura_lv: 255

BUT STILL NOTHING :'(

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  267
  • Reputation:   40
  • Joined:  01/19/17
  • Last Seen:  

Did you recompile your server?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/25/14
  • Last Seen:  

8 minutes ago, iAmGnome said:

Did you recompile your server?

yes I did

just to be sure, recompiling means restarting the whole thing right? like the map-server, char-server, and login-server?

Edited by ToYPiTz
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  267
  • Reputation:   40
  • Joined:  01/19/17
  • Last Seen:  

3 minutes ago, ToYPiTz said:

yes I did

just to be sure, recompiling means restarting the whole thing right? like the map-server, char-server, and login-server?

If you have edited something in source you need to recompile. By recompiling means you need to create the login/char/map-server again. If you're on windows you need to rebuild it. If you are using linux/centos, you need to use ./configure and make 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/25/14
  • Last Seen:  

7 minutes ago, iAmGnome said:

If you have edited something in source you need to recompile. By recompiling means you need to create the login/char/map-server again. If you're on windows you need to rebuild it. If you are using linux/centos, you need to use ./configure and make 

im on windows, and im not sure about the rebuilding part. Is there a link guide for it please? so i can take a look and check if thats all i need to do for my problem. Thank you :D

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  267
  • Reputation:   40
  • Joined:  01/19/17
  • Last Seen:  

4 minutes ago, ToYPiTz said:

im on windows, and im not sure about the rebuilding part. Is there a link guide for it please? so i can take a look and check if thats all i need to do for my problem. Thank you :D

Sorry i don't have the link for the guide. Just search the forum.

Just found out this: Not sure if you can follow this. 

 

 

 

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