summaryrefslogtreecommitdiff
path: root/conf-tmpl/log_athena.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/log_athena.conf')
-rw-r--r--conf-tmpl/log_athena.conf53
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