From 6d6ee36ddea2465e34fcb67fc0fc8f37e9818df5 Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 12 Sep 2009 00:16:56 +0000 Subject: Implemented pDeaf property (70) which makes PCs ignore regular PC chat (except for GMs) --- src/map/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 71b091a..28729c6 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -184,6 +184,7 @@ struct map_session_data { unsigned unbreakable_weapon : 1; unsigned unbreakable_armor : 1; unsigned infinite_autospell : 1; + unsigned deaf : 1; } special_state; int char_id, login_id1, login_id2, sex; unsigned char tmw_version; // tmw client version @@ -581,6 +582,7 @@ enum { SP_28,SP_ATK1,SP_ATK2,SP_MATK1,SP_MATK2,SP_DEF1,SP_DEF2,SP_MDEF1, // 40-47 SP_MDEF2,SP_HIT,SP_FLEE1,SP_FLEE2,SP_CRITICAL,SP_ASPD,SP_36,SP_JOBLEVEL, // 48-55 SP_UPPER,SP_PARTNER,SP_CART,SP_FAME,SP_UNBREAKABLE, //56-58 + SP_DEAF=70, SP_CARTINFO=99, // 99 SP_GM=500, -- cgit v1.2.3-70-g09d2