Hi!
SVNsrcmapconfigRenewal.h
/**
* Game Server Mode
* @values: 1 or 0
* 1 : renewal support, such as renewal-exclusive formulas
* -> Note some features may be enabled/disabled at this file despite this setting being ON
* 0 : renewal support disabled, use original formulas
**/
#define REMODE 1
if REMODE 1
you will be using all Renewal DB including Renewal Stats ( dbstatpoint_renewal.txt )
if REMODE 0
you will be using Pre-Renewal DB icnluding Stats ( dbstatpoint.txt )
===============
REMODE 1
SVNdbstatpoint_renewal.txt
line: 255
note: why line 255 since 255 = 255 base level
6058 <-- max stats you can get ( no idea if exact )
as i know its just 6008 + 50 <-- if you went to trans job ( Reborn )
i tested mine
with max level 150 ( default )
line: 150
2545 + 50 <-- since my character is a warlock 150/50 whom went to High wiz
Okay back to you problem
if you want to change the max stats if you reached 255
just edit
line 255 of your statpoint_renewal.txt
here the renewal max stats for 254 and 255 levels
6020 <-- level 254
6058 <-- level 255
you can change 6058 to 8000 if you level up to 255 you will get max stats of 8000 + 50 <-- if you went reborn ( trans job )