diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-04 23:25:09 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-04 23:25:09 +0000 |
commit | 195dffc20af1fb32c7e4119988911b72955aeabc (patch) | |
tree | b60d2a5e72d64dc5fc21eb9ce0962631e774a4c9 /conf-tmpl/log_athena.conf | |
download | hercules-195dffc20af1fb32c7e4119988911b72955aeabc.tar.gz hercules-195dffc20af1fb32c7e4119988911b72955aeabc.tar.bz2 hercules-195dffc20af1fb32c7e4119988911b72955aeabc.tar.xz hercules-195dffc20af1fb32c7e4119988911b72955aeabc.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/log_athena.conf')
-rw-r--r-- | conf-tmpl/log_athena.conf | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/conf-tmpl/log_athena.conf b/conf-tmpl/log_athena.conf new file mode 100644 index 000000000..0a052b8d4 --- /dev/null +++ b/conf-tmpl/log_athena.conf @@ -0,0 +1,53 @@ +// eAthena - Log Configuration File
+
+// Log Dead Branch Usage
+log_branch: 0
+
+// Log Monster Drops
+log_drop: 0
+
+// Log MVP Monster Drops
+log_mvpdrop: 0
+
+// Log Present Items (Old Blue Box, etc.)
+log_present: 0
+
+// Log Produced Items
+log_produce: 0
+
+// Log Refining
+log_refine: 0
+
+// Log Trading
+log_trade: 0
+
+// Log Vending
+log_vend: 0
+
+// Log Zeny Trades
+log_zeny: 0
+
+
+// Dead Branch Log Table
+log_branch_db: branchlog
+
+// Drop Log Table
+log_drop_db: droplog
+
+// MVP Drop Table
+log_mvpdrop_db: mvplog
+
+// Present Drop Table
+log_present_db: presentlog
+
+// Produce Log Table
+log_produce_db: producelog
+
+// Refine Log Table
+log_refine_db: refinelog
+
+// Trade Log Table
+log_trade_db: tradelog
+
+// Vend Log Table
+log_vend_db: vendlog
\ No newline at end of file |