diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-07 07:58:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-07 08:35:31 -0300 |
commit | 6344f87d5b4528ca0ea0bac04e1035d57b1afab8 (patch) | |
tree | 61000f41a9b9dac7ebc53791aefa751502d91b4c | |
parent | a2758c2095096a13303317a73796e4873bb392e0 (diff) | |
download | serverdata-6344f87d5b4528ca0ea0bac04e1035d57b1afab8.tar.gz serverdata-6344f87d5b4528ca0ea0bac04e1035d57b1afab8.tar.bz2 serverdata-6344f87d5b4528ca0ea0bac04e1035d57b1afab8.tar.xz serverdata-6344f87d5b4528ca0ea0bac04e1035d57b1afab8.zip |
Add random sources of Treasure Keys
-rw-r--r-- | db/constants.conf | 3 | ||||
-rw-r--r-- | db/re/mob_db.conf | 12 |
2 files changed, 11 insertions, 4 deletions
diff --git a/db/constants.conf b/db/constants.conf index 19a812e8..f8b1fb25 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4239,5 +4239,8 @@ constants_db: { LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + comment__: "Misc settings" + CHEST_WAITTIME: 900 // 15 minutes + @include "conf/import/constants.conf" } diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 220ff6c1..fc3f8b9e 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1058,8 +1058,9 @@ mob_db: ( DamageMotion: 1026 Drops: { MaggotSlime: 800 - HalfEggshell: 200 Moss: 400 + HalfEggshell: 200 + TreasureKey: 100 } }, { @@ -2647,8 +2648,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 900 Drops: { - BottleOfWater: 250 CoinBag: 500 + BottleOfWater: 250 + TreasureKey: 200 Dagger: 90 BanditTrousers: 1 BanditHood: 1 @@ -2692,11 +2694,12 @@ mob_db: ( AttackMotion: 672 DamageMotion: 900 Drops: { - EmptyBottle: 500 - CoinBag: 500 TrainingArrow: 5000 TrainingArrow: 1000 TrainingArrow: 500 + EmptyBottle: 500 + CoinBag: 500 + TreasureKey: 200 BanditTrousers: 1 BanditHood: 1 BanditGloves: 1 @@ -2741,6 +2744,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 900 Drops: { + TreasureKey: 2000 CoinBag: 750 Dagger: 150 BanditShawl: 10 |