diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-11 03:07:52 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-11 03:07:52 +0000 |
commit | 72351d986315e826c7c32d0de62932067fd98bb8 (patch) | |
tree | 9946c59f6e4b3a9b0747adc3be3828b1ab261aae /conf | |
parent | 452a0b793b0cdc3b16cfc0738926ade4322bda53 (diff) | |
download | hercules-72351d986315e826c7c32d0de62932067fd98bb8.tar.gz hercules-72351d986315e826c7c32d0de62932067fd98bb8.tar.bz2 hercules-72351d986315e826c7c32d0de62932067fd98bb8.tar.xz hercules-72351d986315e826c7c32d0de62932067fd98bb8.zip |
Added character rename function.(topic:225576)(written by pakpil and fixed by me)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14084 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char_athena.conf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf index 2773fa08e..ffe25c9a7 100644 --- a/conf/char_athena.conf +++ b/conf/char_athena.conf @@ -156,13 +156,19 @@ char_name_option: 1 // Note: Don't add spaces unless you mean to add 'space' to the list. char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 -// Character rename option. When set to yes, the server will send an extended -// char-info packet, informing whether the character can be renamed or not. -// NOTE: This functionality is not implemented. +// Character rename option. +// When set to yes, the server will send an extended char-info packet, +// informing whether the character can be renamed or not. // NOTE: This option is for compatibility with kRO sakray 2006-10-23 and newer. // !Do not use it for any other type of client since it will crash them! char_rename: yes +// Specifies the maximun number of times you can change +// the char name, applied individually to each character. +// It's necessary that "char_rename" be set to yes. +// 0 = unlimited +char_max_rename: 1 + // How many Characters are allowed per Account ? (0 = disabled) [SQL Only!] chars_per_account: 0 |