diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 11:26:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 11:26:26 -0300 |
commit | b1f715c5e5722e08f4f474044294a419ef5b8e22 (patch) | |
tree | 20c8f82131b11e3709bad3d1a3e4ff94938465e9 | |
parent | 04d9a973b9fbae1bb721977cd45b75b9c9dba59e (diff) | |
download | serverdata-b1f715c5e5722e08f4f474044294a419ef5b8e22.tar.gz serverdata-b1f715c5e5722e08f4f474044294a419ef5b8e22.tar.bz2 serverdata-b1f715c5e5722e08f4f474044294a419ef5b8e22.tar.xz serverdata-b1f715c5e5722e08f4f474044294a419ef5b8e22.zip |
Register Event Treasures in item database
-rw-r--r-- | db/re/item_db.conf | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 452409b7e..fef2749c1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5338,6 +5338,56 @@ item_db: ( Sell: 3500 Weight: 0 }, +{ + Id: 917 + AegisName: "EventTreasure1" + Name: "Treasure (Low Quality)" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } +}, +{ + Id: 918 + AegisName: "EventTreasure2" + Name: "Treasure (Med Quality)" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } +}, +{ + Id: 919 + AegisName: "EventTreasure3" + Name: "Treasure (High Quality)" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } +}, + + // <!-- Necklaces --> { Id: 1000 |