diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-06 08:21:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-06 08:21:39 -0300 |
commit | c1c720d9ec591a9e19a0e6537b566a1481f86e9d (patch) | |
tree | 8e3b0b9e7522be9508bf346a2569e69fd73cf23a /conf/map | |
parent | 552eaf43e9d6a64202c6f5f49d7c382eac45b7ea (diff) | |
download | serverdata-c1c720d9ec591a9e19a0e6537b566a1481f86e9d.tar.gz serverdata-c1c720d9ec591a9e19a0e6537b566a1481f86e9d.tar.bz2 serverdata-c1c720d9ec591a9e19a0e6537b566a1481f86e9d.tar.xz serverdata-c1c720d9ec591a9e19a0e6537b566a1481f86e9d.zip |
Disable storage and bank logging.
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/logs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf index 2b2925041..4fcde3d78 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -46,13 +46,13 @@ map_log: { // 0x0000100 - (O) Log produced/ingredient items // 0x0000200 - (U) Log MVP prize items // 0x0000400 - (A) Log player created/deleted items (through @/# commands) - // 0x0000800 - (R) Log items placed/retrieved from storage. + // 0x0000800 - (R) Log items placed/retrieved from storage. (OFF) // 0x0001000 - (G) Log items placed/retrieved from guild storage. // 0x0002000 - (E) Log mail system transactions. // 0x0004000 - (I) Log auction system transactions. // 0x0008000 - (B) Log buying store transactions // 0x0010000 - (X) Log other transactions - // 0x0020000 - (K) Log account bank transactions + // 0x0020000 - (K) Log account bank transactions (OFF) // 0x0040000 - (Y) Divorce // 0x0080000 - (Z) Roulette // 0x0100000 - (W) Rental @@ -65,7 +65,7 @@ map_log: { // 0x8000000 - (2) Refine // 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: 0xFFFFFFF + enable: 0xFFDF7FF // Logging files/tables // Following settings specify where to log to. If 'use_sql' is |