diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char-server.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index da0b8d45b..b2120471c 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -94,11 +94,9 @@ save_log: yes // Start point, Map name followed by coordinates (x,y) start_point: new_1-1,53,111 -// Starting weapon for new characters -start_weapon: 1201 - -// Starting armor for new characters -start_armor: 2301 +// Starting items for new characters +// Format is: id1,qt1,idn,qtn +start_items: 1201,1,2301,1 // Starting zeny for new characters start_zeny: 0 |