diff options
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index e10f03d82..6ca2f67e0 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -26,6 +26,8 @@ min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 4 +min_body_style: 0 +max_body_style: 4 // When set to yes, the damage field in packets sent from woe maps will be set // to -1, making it impossible for GMs, Bots and Hexed clients to know the @@ -75,6 +77,11 @@ wedding_modifydisplay: no // Save Clothes color. (This will degrade performance) (Note 1) save_clothcolor: yes +// Save body styles? (Note 1) +// Note: Don't turn this on unless you know what your doing. +// Sprites are not released officially. +save_body_style: no + // Do not display cloth colors for the wedding costume? // Note: Both save_clothcolor and wedding_modifydisplay have to be enabled // for this option to take effect. Set this to yes if your cloth palettes |