diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-06 15:11:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-06 15:11:28 -0300 |
commit | 33a13e15771981edc8463b9c7363217b7b80f661 (patch) | |
tree | 0ebf3c45aada778c42e0783832ba0db89b376b18 /db | |
parent | 3a007c7f91ab2c674fc575345de5b2cf02ff9e89 (diff) | |
download | serverdata-33a13e15771981edc8463b9c7363217b7b80f661.tar.gz serverdata-33a13e15771981edc8463b9c7363217b7b80f661.tar.bz2 serverdata-33a13e15771981edc8463b9c7363217b7b80f661.tar.xz serverdata-33a13e15771981edc8463b9c7363217b7b80f661.zip |
Difficult way to get some LockPicks for now. Let's keep this slow for now.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d7813b7c0..61898fdf0 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -825,6 +825,7 @@ mob_db: ( RedApple: 300 LeatherPatch: 200 Dagger: 90 + Lockpicks: 50 GoldPieces: 3 BanditPants: 1 } @@ -5780,6 +5781,7 @@ mob_db: ( BanditHood: 800 CoinBag: 500 RedApple: 300 + Lockpicks: 50 ShortBow: 6 GoldPieces: 4 BanditPants: 1 @@ -5825,12 +5827,12 @@ mob_db: ( AttackMotion: 672 DamageMotion: 900 Drops: { + Lockpicks: 900 LeatherPatch: 850 CasinoCoins: 820 BanditHood: 800 CasinoCoins: 550 CoinBag: 500 - CasinoCoins: 350 RedApple: 300 ShortBow: 60 GoldPieces: 4 |