From 8b0d94a35c472e19cfd68c5ac7ec1dd5932201d4 Mon Sep 17 00:00:00 2001 From: mekolat Date: Fri, 29 Jan 2016 20:07:39 -0500 Subject: allow to not allocate stats on CC do not use sex provided by client for scripts send the correct sex to the client --- tools/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/config.py') diff --git a/tools/config.py b/tools/config.py index cedaa3a..0892973 100755 --- a/tools/config.py +++ b/tools/config.py @@ -555,9 +555,9 @@ def build_config(): char_conf.opt('max_hair_style', u16, '20', min=1) char_conf.opt('max_hair_color', u16, '11', min=1) char_conf.opt('min_stat_value', u16, '1') - char_conf.opt('max_stat_value', u16, '9', min=2) - char_conf.opt('total_stat_sum', u16, '30', min=7) - char_conf.opt('min_name_length', u16, '4', min=1) + char_conf.opt('max_stat_value', u16, '9', min=1) + char_conf.opt('total_stat_sum', u16, '30', min=6) + char_conf.opt('min_name_length', u16, '4', min=4) char_conf.opt('char_slots', u16, '9', min=1) char_conf.opt('anti_freeze_enable', bool, 'false') char_conf.opt('anti_freeze_interval', seconds, '6_s', min='5_s') -- cgit v1.2.3-60-g2f50