summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/char_athena.conf6
-rw-r--r--conf/inter_athena.conf31
-rw-r--r--conf/login_athena.conf3
3 files changed, 0 insertions, 40 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf
index 4ffd47783..bc9e1ab1c 100644
--- a/conf/char_athena.conf
+++ b/conf/char_athena.conf
@@ -104,12 +104,6 @@ autosave_time: 60
// Display information on the console whenever characters/guilds/parties/pets are loaded/saved?
save_log: yes
-// Character server flatfile database
-char_txt: save/athena.txt
-
-// Friends list flatfile database
-friends_txt: save/friends.txt
-
// Start point, Map name followed by coordinates (x,y)
start_point: new_1-1,53,111
diff --git a/conf/inter_athena.conf b/conf/inter_athena.conf
index 03e39b90d..bf6c4f417 100644
--- a/conf/inter_athena.conf
+++ b/conf/inter_athena.conf
@@ -11,37 +11,6 @@ inter_log_filename: log/inter.log
// Level range for sharing within a party
party_share_level: 15
-
-// TXT version options only
-
-// Storage flatfile database, used for Karfa storage.
-storage_txt: save/storage.txt
-
-// Party flatfile database, for party names, members and other party info.
-party_txt: save/party.txt
-
-// Hotkeys flatfile database, where character skill shortcuts are stored.
-hotkeys_txt: save/hotkeys.txt
-
-// Guild flatfile database, for guild names, members, and other guild info.
-guild_txt: save/guild.txt
-
-// Pet flatfile database, for pet names, and other pet info.
-pet_txt: save/pet.txt
-
-// Homunculus flatfile database, for homunculus information.
-homun_txt: save/homun.txt
-
-// Castle flatfile database, for emperium war castles, etc.
-castle_txt: save/castle.txt
-
-// Status change flatfile database, for status changes that are saved between sessions.
-scdata_txt: save/scdata.txt
-
-// Mapserver permanent script variables ($-type)
-mapreg_txt: save/mapreg.txt
-
-
// SQL version options only
// You can specify the codepage to use in your mySQL tables here.
diff --git a/conf/login_athena.conf b/conf/login_athena.conf
index 7ee08881b..aab2f854c 100644
--- a/conf/login_athena.conf
+++ b/conf/login_athena.conf
@@ -117,9 +117,6 @@ dnsbl_servers: dnsbl.deltaanime.net
account.engine: auto
// Account data storage configuration
-// TXT
-account.txt.account_db: save/account.txt
-account.txt.case_sensitive: no
// SQL
//account.sql.db_hostname: 127.0.0.1
//account.sql.db_port: 3306