diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 21:11:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 21:11:50 +0000 |
commit | 792b211d40f10e938b1041974b04e911bd5e4ba4 (patch) | |
tree | 9dcb8e7613cc5e28e4f7bc12d4f85e773d3dc2b3 /conf-tmpl | |
parent | b8cecabe98a2d0762d945a08d52f6a37587ce83d (diff) | |
download | hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.tar.gz hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.tar.bz2 hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.tar.xz hercules-792b211d40f10e938b1041974b04e911bd5e4ba4.zip |
- Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
- Char server can now specify the max size for blacksmith/alchemist/taekwon rankers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index 4fd9335a4..897880750 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -133,6 +133,11 @@ start_armor: 2301 // Starting zeny for new characters
start_zeny: 0
+// Size for the fame-lists
+fame_list_alchemist: 10
+fame_list_blacksmith: 10
+fame_list_taekwon: 10
+
// Name used for unknown characters
unknown_char_name: Unknown
|