summaryrefslogtreecommitdiff
path: root/conf/char-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r--conf/char-server.conf23
1 files changed, 17 insertions, 6 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf
index b2120471c..aa3f7691c 100644
--- a/conf/char-server.conf
+++ b/conf/char-server.conf
@@ -64,8 +64,11 @@ console_silent: 0
// Type of server.
// No functional side effects at the moment.
// Displayed next to the server name in the client.
-// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P
-char_maintenance: 0
+// 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=F2P
+char_server_type: 0
+
+// Minimum Group ID to join char server when it is on char_server_type 1 (maintenance)
+char_maintenance_min_group_id: 99
// Enable or disable creation of new characters.
// Now it is actually supported [Kevin]
@@ -95,8 +98,11 @@ save_log: yes
start_point: new_1-1,53,111
// Starting items for new characters
-// Format is: id1,qt1,idn,qtn
-start_items: 1201,1,2301,1
+// Format is: id1,quantity1,stackable1,idN,quantityN,stackableN
+// stackable:
+// 0 - Not stackable (weapon, armor, egg, pet armor)
+// 1 - Stackable
+start_items: 1201,1,0,2301,1,0
// Starting zeny for new characters
start_zeny: 0
@@ -144,11 +150,16 @@ char_del_level: 0
// NOTE: Requires client 2010-08-03aragexeRE or newer.
char_del_delay: 86400
-// What folder the DB files are in (item_db.txt, etc.)
+// Block deletion if character is inside a guild or a party? (BOOL)
+// default: 0 official: 1
+// !!This check is imposed by Aegis to avoid dead entries in databases and _is_not_needed_ as we clear data properly!!
+char_aegis_delete: 0
+
+// What folder the DB files are in (item_db.conf, etc.)
db_path: db
//==================================================================
-// Pincode system -- INCOMPLETE / BROKEN
+// Pincode system
//==================================================================
// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse