From b1f715c5e5722e08f4f474044294a419ef5b8e22 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 11:26:26 -0300 Subject: Register Event Treasures in item database --- db/re/item_db.conf | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'db/re') 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 + } +}, + + // { Id: 1000 -- cgit v1.2.3-60-g2f50