summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/map/logs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf
index 654209b7..85e110f2 100644
--- a/conf/map/logs.conf
+++ b/conf/map/logs.conf
@@ -67,7 +67,7 @@ map_log: {
// 0x20000000 - (3) Achievements
// Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059
// Please note that moving items from inventory to cart and back is not logged by design.
- enable: 0xFFFFFFFF
+ enable: 0xFFDF7FF
// Logging files/tables
// Following settings specify where to log to. If 'use_sql' is
@@ -100,7 +100,7 @@ map_log: {
// Track Zeny Changes
// Filter settings
// 0 - don't log; 1 - log any zeny changes; 2.....1000000 - minimal absolute logging zeny value
- log_zeny: 0
+ log_zeny: 1
// Log MVP Monster Drops (Note 1)
// Outdated. Use Pick_Log instead. But this log could be useful to keep track slayed MVPs
@@ -112,7 +112,7 @@ map_log: {
log_commands: true
// Log NPC 'logmes' commands (Note 1)
- log_npc: false
+ log_npc: true
// Logging filters
filter: {
@@ -173,7 +173,7 @@ map_log: {
// log_chat: 0x2f = logs everything
// FIXME: This isn't fully functional, as of now it's only checking
// if the log is active or not [Panikon]
- log_chat: 0x0
+ log_chat: 0x11
// Disable chat logging when WoE is running? (Note 1)
log_chat_woe_disable: false