diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-25 09:50:09 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-25 10:21:13 -0800 |
commit | c6987906e69d910f37589d8872cde9449dd5ddc7 (patch) | |
tree | 4c95dbe8e8248d6ec0bdb45baa84b252fdcccbb8 /world | |
parent | f094ed10f826051263adc09ffa91f20d87e4e31e (diff) | |
download | serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.tar.gz serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.tar.bz2 serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.tar.xz serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.zip |
Add new unified config files
Diffstat (limited to 'world')
-rw-r--r-- | world/conf/tmwa-char.conf | 6 | ||||
-rw-r--r-- | world/map/conf/atcommand_athena.conf | 6 | ||||
-rw-r--r-- | world/map/conf/battle_athena.conf | 6 | ||||
-rw-r--r-- | world/map/conf/tmwa-map.conf | 20 |
4 files changed, 26 insertions, 12 deletions
diff --git a/world/conf/tmwa-char.conf b/world/conf/tmwa-char.conf new file mode 100644 index 00000000..a55cff1f --- /dev/null +++ b/world/conf/tmwa-char.conf @@ -0,0 +1,6 @@ +// Master config file for The Mana World Athena (char component) +// This file is used since version 14.x.y + +import: conf/char_athena.conf +import: conf/lan_support.conf +import: conf/inter_athena.conf diff --git a/world/map/conf/atcommand_athena.conf b/world/map/conf/atcommand_athena.conf index 4dfd61a6..1ce846dd 100644 --- a/world/map/conf/atcommand_athena.conf +++ b/world/map/conf/atcommand_athena.conf @@ -118,7 +118,6 @@ charmodel: 99 party: 99 partyrecall: 99 partyspy: 99 -memo: 99 charitemlist: 99 charstoragelist: 99 charcartlist: 99 @@ -131,11 +130,6 @@ mapexit: 99 gat: 99 packet: 99 mapinfo: 99 -reloaditemdb: 99 -reloadmobdb: 99 -reloadskilldb: 99 -reloadscript: 99 -reloadgmdb: 99 storage: 99 // local settings for this server in this file diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index 0e4906a3..e1e6265e 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -214,12 +214,6 @@ prevent_logout: yes // If skill fails by delay, should it display or not. (Note 1) display_delay_skill_fail: yes -// Can a player in chat room (in-game), be warped by a warp portal? (Note 1) -chat_warpportal: no - -// Can a monster be warped by a warp portal? (Note 1) -mob_warpportal: no - // Is a monster summoned via dead branch aggresive? (Note 1) dead_branch_active: yes diff --git a/world/map/conf/tmwa-map.conf b/world/map/conf/tmwa-map.conf new file mode 100644 index 00000000..0c64f61a --- /dev/null +++ b/world/map/conf/tmwa-map.conf @@ -0,0 +1,20 @@ +// 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. + +// The plan is to turn some of these into just plain 'import' eventually? +map_conf: conf/map_athena.conf +battle_conf: conf/battle_athena.conf +atcommand_conf: conf/atcommand_athena.conf + +item_db: db/item_db.txt +mob_db: db/mob_db.txt +mob_skill_db: db/mob_skill_db.txt +skill_db: db/skill_db.txt +magic_conf: conf/magic.conf + +// Set in conf/map_athena.conf actually ... +//motd_txt: conf/motd.txt |