diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-21 06:22:11 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-21 06:22:11 +0800 |
commit | 679410e13be529a6285c1275e905818d2e551049 (patch) | |
tree | abcf3ecd54f29b54388fbd2b75df4616b398d2a2 /db/re | |
parent | a5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff) | |
download | hercules-679410e13be529a6285c1275e905818d2e551049.tar.gz hercules-679410e13be529a6285c1275e905818d2e551049.tar.bz2 hercules-679410e13be529a6285c1275e905818d2e551049.tar.xz hercules-679410e13be529a6285c1275e905818d2e551049.zip |
Update Runestones stack limit
- Removes limit of Turisus runestone, Asir runestone and Pertz runestone amount that can be hold.
- increases limit of other runestones amount that can be hold to 60.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6c0bea7f0..794746784 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -94644,7 +94644,7 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_REFRESH, 1; "> }, { @@ -94671,7 +94671,7 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_CRUSHSTRIKE, 1; "> }, { @@ -94698,7 +94698,7 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_MILLENNIUMSHIELD, 1; "> }, { @@ -94724,7 +94724,7 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_VITALITYACTIVATION, 1; "> }, { @@ -94750,7 +94750,6 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] Script: <" itemskill RK_FIGHTINGSPIRIT, 1; "> }, { @@ -94776,7 +94775,7 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_ABUNDANCE, 1; "> }, { @@ -94802,7 +94801,6 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] Script: <" itemskill RK_GIANTGROWTH, 1; "> }, { @@ -94829,7 +94827,6 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] Script: <" itemskill RK_STORMBLAST, 1; "> }, { @@ -94855,7 +94852,7 @@ item_db: ( Nouse: { sitting: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_STONEHARDSKIN, 1; "> }, @@ -147917,7 +147914,7 @@ item_db: ( nomail: true noauction: true } - Stack: [20, 1] + Stack: [60, 1] Script: <" itemskill RK_LUXANIMA, 1; "> }, { |