The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
cant change lvl 99 to 500
-
Recently Browsing 0 members
- No registered users viewing this page.
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.