blob: fa28abe5475eee608ea5eeb248bf9dc74cbbfb3f (
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
|
// Master config file for The Mana World Athena (map component)
// This file is used since version 14.x.y
// Do NOT change the order of the slave includes
// Older server versions hard-coded the loaders in (mostly) this order,
// and there may still be code dependencies.
map_conf: conf/map_athena.conf
battle_conf: conf/battle_athena.conf
atcommand_conf: conf/atcommand_athena.conf
const_db: db/params.txt
const_db: db/const.txt
const_db: db/const-magic.txt
const_db: db/const-quest.txt
const_db: db/const-mapflags.txt
const_db: db/const-debugflag.txt
quest_db: db/quest-log.txt
item_db: db/item_db_chest.txt
item_db: db/item_db_foot.txt
item_db: db/item_db_generic.txt
item_db: db/item_db_hand.txt
item_db: db/item_db_head.txt
item_db: db/item_db_leg.txt
item_db: db/item_db_offhand.txt
item_db: db/item_db_trinket.txt
item_db: db/item_db_use.txt
item_db: db/item_db_weapon.txt
mob_db: db/mob_db_0_19.txt
mob_db: db/mob_db_20_39.txt
mob_db: db/mob_db_40_59.txt
mob_db: db/mob_db_60_79.txt
mob_db: db/mob_db_80_99.txt
mob_db: db/mob_db_over_100.txt
mob_skill_db: db/mob_skill_db.txt
skill_db: db/skill_db.txt
resnametable: data/resnametable.txt
|