marcorogeeh Posted February 26, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 06/27/13 Last Seen: March 29, 2020 Share Posted February 26, 2020 (edited) 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 Edited February 29, 2020 by Emistry Quote Link to comment Share on other sites More sharing options...
0 Hyroshima Posted February 27, 2020 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 189 Reputation: 122 Joined: 07/11/14 Last Seen: November 27, 2024 Share Posted February 27, 2020 need to change also in: db\(re/pre-re)\job_exp.txt Quote Link to comment Share on other sites More sharing options...
Question
marcorogeeh
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
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.