summaryrefslogtreecommitdiff
path: root/conf-tmpl/log_athena.conf
blob: c1236480a0e5819991022e22c8ecdba3893a204a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
// eAthena - Log Configuration File

// Enable Logs?
enable_logs: 1

// Use MySQL Logs? (SQL Version Only)
sql_logs: 0

// LOGGING FILTERS by Lupus
//========== It works for Monster Drops yet ========
what_items_log: 1023
//0 = none, 1023 = any
//Bits |
//1 - Healing items (Potions)
//2 - Usable Items
//4 - Etc Items
//8 - Weapon
//16 - Shields,Armor,Headgears,Accessories,etc
//32 - Cards
//64 - Pet Accessories
//128 - Eggs (well, monsters don't drop 'em but we'll use the same system for ALL logs)
//256 - Log expensive items ( >= price_log)
//512 - Log big amount of items ( >= amount_log) Note: Amount is ignored in Monster Drops Log
//1024 - Log items which have scripts (not implemented yet)

//For example:  258 -> log all USABLE and all items which price is >= price_items_log
//For example:  568 -> log all CARDS,WEAPON,ARMOR and all items which amount >= amount_items_log

//don't log it if the current item price < price_items_log
price_items_log: 1000

//don't log it if the current item amount < amount_items_log
amount_items_log: 100
//==================================================

// 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

// Log GM Commands (set to minimum level of Logged Commands)
log_gm: 40

// Log NPC 'logmes' commands
log_npc: 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

// GM Log Table
log_gm_db: atcommandlog

// NPC Log Table
log_npc_db: npclog


// Dead Branch Log File
log_branch_file: log/branchlog.log

// Drop Log File
log_drop_file: log/droplog.log

// MVP Drop File
log_mvpdrop_file: log/mvplog.log

// Present Drop File
log_present_file: log/presentlog.log

// Produce Log File
log_produce_file: log/producelog.log

// Refine Log File
log_refine_file: log/refinelog.log

// Trade Log File
log_trade_file: log/tradelog.log

// Vend Log File
log_vend_file: log/vendlog.log

// GM Log File
log_gm_file: log/atcommandlog.log

// NPC Log File
log_npc_file: log/npclog.log

import: conf/import/log_conf.txt