diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 21:37:07 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 21:37:07 +0200 |
commit | 55745a041291c12cb175b1e10a0669b6e720bdb1 (patch) | |
tree | 8fe7b680b9fca57bf0155253244a183c5d9408de | |
parent | ffdd6b6345e32983c86041d3e1cf6f3252e2bba0 (diff) | |
download | serverdata-55745a041291c12cb175b1e10a0669b6e720bdb1.tar.gz serverdata-55745a041291c12cb175b1e10a0669b6e720bdb1.tar.bz2 serverdata-55745a041291c12cb175b1e10a0669b6e720bdb1.tar.xz serverdata-55745a041291c12cb175b1e10a0669b6e720bdb1.zip |
changing starting position and let player start without a weapon
-rw-r--r-- | conf/char_athena.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf index 243aa97d..eb4b62b4 100644 --- a/conf/char_athena.conf +++ b/conf/char_athena.conf @@ -44,10 +44,10 @@ backup_txt_flag: no backup_txt: save/athena_backup.txt // Start point, Map name followed by coordinates (x,y) -start_point: 001-1.gat,29,28 +start_point: 042-2.gat,26,26 // Starting weapon for new characters -start_weapon: 1201 +start_weapon: 0 // Starting armor for new characters start_armor: 1202 @@ -75,7 +75,7 @@ char_name_option: 1 // Note: add 'space' between 2 others letters/symbols. // default: void. // char_name_letters: [ ] { } , . | - # @ ! ~ ` ; : " " ? / \ = + < > -char_name_letters: a b c d e f g h i j k l m n o p r s t q u v w x y z A B C D E F G H I J K L M N O P R S T Q U V W X Y Z 1 2 3 4 5 6 7 8 9 0 - _ + = ! @ $ % ^ & * ( ) : ; ' < > , . ? / ~ ` | \ +char_name_letters: a b c d e f g h i j k l m n o p r s t q u v w x y z A B C D E F G H I J K L M N O P R S T Q U V W X Y Z 1 2 3 4 5 6 7 8 9 0 - _ + = ! @ $ % ^ & * ( ) : ; ' < > , . ? / ~ ` | \ // Filename of the file which receives the online players list in text online_txt_filename: online.txt |