diff options
author | panikon <panikon@zoho.com> | 2014-02-13 16:33:10 -0200 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-02-13 16:33:10 -0200 |
commit | 94b80cf63ba464e956941459903af6df128951e0 (patch) | |
tree | 7c19c33c96e5e4c308c2641c155b1871a0889a23 /conf | |
parent | ba123df3939ff378ca6499ebd9508a7e79abd37d (diff) | |
download | hercules-94b80cf63ba464e956941459903af6df128951e0.tar.gz hercules-94b80cf63ba464e956941459903af6df128951e0.tar.bz2 hercules-94b80cf63ba464e956941459903af6df128951e0.tar.xz hercules-94b80cf63ba464e956941459903af6df128951e0.zip |
Fixed bug 7279
http://hercules.ws/board/tracker/issue-7279-starting-items/
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char-server.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 4ff2a3398..b1172e654 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -98,8 +98,11 @@ save_log: yes start_point: new_1-1,53,111 // Starting items for new characters -// Format is: id1,qt1,idn,qtn -start_items: 1201,1,2301,1 +// Format is: id1,quantity1,stackable1,idN,quantityN,stackableN +// stackable: +// 0 - Not stackable (weapon, armor, egg, pet armor) +// 1 - Stackable +start_items: 1201,1,0,2301,1,0 // Starting zeny for new characters start_zeny: 0 |