diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 11:27:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-22 11:27:48 +0000 |
commit | 2a29e35da4db6bb0fccc633368d53951d0fcc5d0 (patch) | |
tree | efe4d52ace4e2cfe03f3b3942ee176c14a96b087 /conf-tmpl | |
parent | ebaa8dec0f991c52c06e40b4af409013f9ab14d9 (diff) | |
download | hercules-2a29e35da4db6bb0fccc633368d53951d0fcc5d0.tar.gz hercules-2a29e35da4db6bb0fccc633368d53951d0fcc5d0.tar.bz2 hercules-2a29e35da4db6bb0fccc633368d53951d0fcc5d0.tar.xz hercules-2a29e35da4db6bb0fccc633368d53951d0fcc5d0.zip |
added char deletion condition by BaseLevel
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8420 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 5115141b0..0fc0410d5 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -205,6 +205,13 @@ log_char: 1 // How many Characters are allowed per Account ? (0 = disabled) [SQL Only!]
chars_per_account: 0
+// Restrict character deletion by BaseLevel
+// 0: no restriction (players can delete characters of may levels)
+// -X: you can't delete chars with BaseLevel <= X
+// Y: you can't delete chars with BaseLevel >= Y
+// e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel)
+char_del_level: 0
+
// What folder the DB files are in (item_db.txt, etc.)
db_path: db
|