diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-11 23:15:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-11 23:15:01 -0300 |
commit | 120a36a344c4c79abfe060f45fbce2c0e9fa422d (patch) | |
tree | e8292a0e6bf23b3e7182e3b3daca768e731cda59 /db/re | |
parent | f176b05d31ddd68bda90cef335ee8369f2040e31 (diff) | |
download | serverdata-120a36a344c4c79abfe060f45fbce2c0e9fa422d.tar.gz serverdata-120a36a344c4c79abfe060f45fbce2c0e9fa422d.tar.bz2 serverdata-120a36a344c4c79abfe060f45fbce2c0e9fa422d.tar.xz serverdata-120a36a344c4c79abfe060f45fbce2c0e9fa422d.zip |
Add the [Clothes Pack], containing the destroyed equipment from the player.jesusalva/doomsday
This item is obtained from Doomsday event epilogue.
“Contains merge items which can be restored by a skilled NPC”.
The name of this NPC is... Perhaps, Gumi? %%M :>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 858b4d25..1a5ce55c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1805,6 +1805,23 @@ item_db: ( Weight: 150 Slots: 0 }, +{ + Id: 807 + AegisName: "ClothesPack" + Name: "Clothes Pack" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 25 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + noauction: true + nomail: true + nogstorage: true + } +}, // Necklaces { Id: 1000 |