diff options
author | Taylor Locke <kisuka@kisuka.com> | 2015-09-05 16:21:53 -0700 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2015-09-05 16:21:53 -0700 |
commit | 6bb416f305c8d814561d611365ad8a1e91120b30 (patch) | |
tree | 7cd656d12ddde4efaaa5edc670525451720422cd /conf/char-server.conf | |
parent | 8229ecb0f71629f840f57d714f0fbf293dade9d5 (diff) | |
download | hercules-6bb416f305c8d814561d611365ad8a1e91120b30.tar.gz hercules-6bb416f305c8d814561d611365ad8a1e91120b30.tar.bz2 hercules-6bb416f305c8d814561d611365ad8a1e91120b30.tar.xz hercules-6bb416f305c8d814561d611365ad8a1e91120b30.zip |
Added RE/Pre-RE start_point ability.
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r-- | conf/char-server.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 152340532..1fee6df06 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -96,6 +96,7 @@ save_log: yes // Start point, Map name followed by coordinates (x,y) start_point: iz_int,97,90 +start_point_pre: new_1-1,53,111 // Starting items for new characters // Format is: id1,quantity1,stackable1,idN,quantityN,stackableN |