Jump to content
  • 0

cant change lvl 99 to 500


marcorogeeh

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

i cant change lvl 99  to 500  me change server to

 

mapbattle.c

Open srcmapbattle.c and look for this line of code:

{ "max_lv"' date=' &battle_config.max_lv, 99, 0, [i']127[/i],

Change 127 to the maximum value you wish to set for your server i.e.

{ "max_lv", &battle_config.max_lv, 99, 0, 1000,

This limits the accepted values of max_lv in confbattleclient.conf

[edit]mapmap.h

Open srcmapmap.h and look for this line of code:

#define MAX_LEVEL 150

Change 99 to your desired maximum value, i.e.

#define MAX_LEVEL 1000

change in my server but dont work 

and change this conf/client.conf

2020-02-26_223305.png

Edited by Emistry
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  159
  • Reputation:   58
  • Joined:  07/11/14
  • Last Seen:  

need to change also in: db\(re/pre-re)\job_exp.txt    

 

 

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