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