diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-08 16:27:06 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-08 16:27:06 +0000 |
commit | 47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7 (patch) | |
tree | e463a431c75658b40c6a0c518b10028526e23ce6 /conf-tmpl | |
parent | dff76e1a9840fe00a6c738d89de5d1074eae858a (diff) | |
download | hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.tar.gz hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.tar.bz2 hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.tar.xz hercules-47b0d1c5c22714622a528d1de0d7ab8bcc5dfec7.zip |
- Normalized the mapname in guild get/set castle data, should fix guild flags.
- Added log options 0x800/0x1000 to log storage moves ('R') and guild storage moves ('G')
- Added upgrade_svn9976.sql to include 'R'/'G' on the picklog type column set.
- Updated the logs_athena description to include the letter of each type (512 - M, 32 - N, etc)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9976 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/log_athena.conf | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/conf-tmpl/log_athena.conf b/conf-tmpl/log_athena.conf index f55394cc5..67f145718 100644 --- a/conf-tmpl/log_athena.conf +++ b/conf-tmpl/log_athena.conf @@ -3,16 +3,18 @@ // Enable Logs? // 1 - Log all events. // Or, determine what to log by adding up the different events: -// 0002 - Log trades -// 0004 - Log vending transactions -// 0008 - Log items drop/picked by players -// 0016 - Log items drop/looted by monsters -// 0032 - Log NPC transactions (buy/sell) -// 0064 - Log Script generated transactions (items deleted/acquired through quests) -// 0128 - Log items stolen from mobs (Steal/Gank) -// 0256 - Log player-used items. -// 0512 - Log MVP prize items -// 1024 - Log player created/deleted items (through @/# commands) +// 0002 - (T) Log trades +// 0004 - (V) Log vending transactions +// 0008 - (P) Log items drop/picked by players +// 0016 - (L) Log items drop/looted by monsters +// 0032 - (S) Log NPC transactions (buy/sell) +// 0064 - (N) Log Script transactions (items deleted/acquired through quests) +// 0128 - (M) Log items stolen from mobs (Steal/Gank) +// 0256 - (C) Log player-used items. +// 0512 - (M) Log MVP prize items +// 1024 - (A) Log player created/deleted items (through @/# commands) +// 2048 - (R) Log items placed/retrieved from storage. +// 4096 - (G) Log items placed/retrieved from guild storage. // Example: Log trades+vending+script items+created items: 2+4+64+1024: // enable_logs: 1094 enable_logs: 1 |