diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 3 | ||||
-rw-r--r-- | conf/log_athena.conf | 22 |
2 files changed, 14 insertions, 11 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 6ce0bcd9e..69c4952b7 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/09/24 + * Added log_chat's '1 - log everything' (revert from r10850) [ultramage] + - don't forget to adjust your config file ... again. 2007/09/18 * Rev. 11241 Added new maps to maps_athena.conf, and corresponding mapflags. [L0ne_W0lf] - Also added several missing maps, and cloned maps. diff --git a/conf/log_athena.conf b/conf/log_athena.conf index 80aacd122..cca1d2a4d 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -80,19 +80,19 @@ log_npc: 0 // Log CHAT (Global, Whisper, Party, Guild, Main chat) // LOGGING FILTERS // ============================================================= -// 00 = Don't log at all +// 0 = Don't log at all +// 1 = Log EVERYTHING! // Advanced Filter Bits: || -// 01 - Log Global messages -// 02 - Log Whisper messages -// 04 - Log Party messages -// 08 - Log Guild messages -// 16 - Log Main chat messages -// 32 - Don't log anything when WOE is on +// 02 - Log Global messages +// 04 - Log Whisper messages +// 08 - Log Party messages +// 16 - Log Guild messages +// 32 - Log Main chat messages +// 64 - Don't log anything when WOE is on // Example: -// log_chat: 6 = logs both Whisper & Party messages -// log_chat: 8 = logs only Guild messages -// log_chat: 34 = logs only Whisper, when WOE is off -// log_chat: 31 = logs EVERYTHING +// log_chat: 12 = logs both Whisper & Party messages +// log_chat: 16 = logs only Guild messages +// log_chat: 68 = logs only Whisper, when WOE is off log_chat: 0 |