Hi,
For some reason a Trans class (Sorceres for example) can't add more that 99 point in stats. I check the server and for third class I can get up to 120.
// Max limit of char stats. (agi, str, etc.)
max_parameter: 99
// Same as max_parameter, but for 3rd classes.
max_third_parameter: 120
// Same as max_parameter, but for baby classes.
max_baby_parameter: 80
// Same as max_parameter, but for baby 3rd's.
max_baby_third_parameter: 108
Anyone knows why I can get more than 99 points?
Thanks.