diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-10 20:19:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-10 20:19:45 -0300 |
commit | 4ac74014e72caaf26aec1570a8700f06da300943 (patch) | |
tree | 4754a3948bd0cbd6e03bba1e2e310be972ab15f9 /db | |
parent | c39f63605c2667376f985c007b3e7e9da5ff1d2e (diff) | |
download | serverdata-4ac74014e72caaf26aec1570a8700f06da300943.tar.gz serverdata-4ac74014e72caaf26aec1570a8700f06da300943.tar.bz2 serverdata-4ac74014e72caaf26aec1570a8700f06da300943.tar.xz serverdata-4ac74014e72caaf26aec1570a8700f06da300943.zip |
Unbreakable Present Boxes (might be changed later, but unlikely?)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 129185b51..0c9725e4f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3616,8 +3616,8 @@ item_db: ( AegisName: "PresentBox" Name: "Present Box" Type: "IT_ETC" - Buy: 10000 - Sell: 500 + Buy: 100 + Sell: 5 Weight: 20 Refine: false ViewSprite: 809 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 749ed950f..6c9730770 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3397,6 +3397,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { + PresentBox: 2500 TitaniumOre: 90 SilverOre: 60 TinOre: 30 |