From ec027249071f56d8b56557cb3b0a605dc2b834a2 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sat, 9 Aug 2014 22:56:40 +0800 Subject: sc_config.txt update. - Removed some white spaces. - Fixed cash mount cannot be dispelled and removed on death. - Fixed some cash items must not removed when mado is taken off. - Fixed +20 Foods cannot be dispelled. - Increase max hair style from 27 to 29 (to support the new 2 kRO hairstyles) Signed-off-by: Jedzkie --- conf/battle/client.conf | 4 ++-- conf/battle/items.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 069dea1a5..5089fa4a5 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -21,7 +21,7 @@ min_chat_delay: 0 // Valid range of dyes and styles on the client. min_hair_style: 0 -max_hair_style: 27 +max_hair_style: 29 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 @@ -30,7 +30,7 @@ max_cloth_color: 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 // actual damage caused by attacks. (Note 1) -hide_woe_damage: no +hide_woe_damage: yes // "hair style" number that identifies pet. // NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs. diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 3a4eb8083..2b342f4f2 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -79,10 +79,10 @@ autospell_stacking: no // Will disabled consumables (disabled by map_zone_db.conf) be consumed when trying to use them? // 1 (official): yes // 0: no -item_restricted_consumption_type:1 +item_restricted_consumption_type: 1 // Enable all NPC to allow changing of equipments while interacting? (Note 1) // Script commands 'enable_items/disable_items' will not be override. (see doc/script_commands.txt) // 1 : yes(official) // 0 : no -item_enabled_npc:1 +item_enabled_npc: 1 -- cgit v1.2.3-70-g09d2